diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-13 13:59:26 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2016-04-13 13:59:26 +0000 |
commit | 05539cb8218feadd33783676ec2b87d4ac87fa97 (patch) | |
tree | 1159ee21d8c86a4c7f7cd057b00d72d1715b9ae4 /main/lua-sql | |
parent | adf783e447a4d61083df78fa1f01f7378c21cc3d (diff) | |
download | aports-05539cb8218feadd33783676ec2b87d4ac87fa97.tar.bz2 aports-05539cb8218feadd33783676ec2b87d4ac87fa97.tar.xz |
main/lua-sql: bump pkgrel to force rebuild
Diffstat (limited to 'main/lua-sql')
-rw-r--r-- | main/lua-sql/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-sql/APKBUILD b/main/lua-sql/APKBUILD index 79d5dd4db3..8b72007051 100644 --- a/main/lua-sql/APKBUILD +++ b/main/lua-sql/APKBUILD @@ -5,7 +5,7 @@ _drivers="mysql postgres sqlite3 odbc" pkgname=lua-sql pkgver=2.3.1 -pkgrel=0 +pkgrel=1 pkgdesc="Lua SQL drivers" url="http://keplerproject.github.io/luasql/doc/us/" arch="all" |