diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-07-30 18:25:56 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-28 08:40:39 +0000 |
commit | 0a660f62a7dd88093c4456d8e5ce5835816fce49 (patch) | |
tree | c069793b58ce0a4177fed7c1ca3484e49fb252f4 /main | |
parent | eb4fa917915c441e85e66c559e4713c8028533fa (diff) | |
download | aports-0a660f62a7dd88093c4456d8e5ce5835816fce49.tar.bz2 aports-0a660f62a7dd88093c4456d8e5ce5835816fce49.tar.xz |
main/sqlite: mark as not having test suite
Diffstat (limited to 'main')
-rw-r--r-- | main/sqlite/APKBUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/sqlite/APKBUILD b/main/sqlite/APKBUILD index 367efc1f5d..6c1a826ff9 100644 --- a/main/sqlite/APKBUILD +++ b/main/sqlite/APKBUILD @@ -21,6 +21,7 @@ pkgrel=0 pkgdesc="A C library that implements an SQL database engine" url="http://www.sqlite.org/" arch="all" +options="!check" license="custom" depends="" makedepends="readline-dev" |