diff options
-rw-r--r-- | main/sqlite/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/sqlite/APKBUILD b/main/sqlite/APKBUILD index ea4054af4..a0d0a628b 100644 --- a/main/sqlite/APKBUILD +++ b/main/sqlite/APKBUILD @@ -16,7 +16,7 @@ esac [ $_d -lt 10 ] && _d=0$_d _ver=${_a}${_b}${_c}${_d} -pkgrel=0 +pkgrel=1 pkgdesc="A C library that implements an SQL database engine" url="http://www.sqlite.org/" arch="all" |