diff options
-rw-r--r-- | testing/lua-cloud_storage/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lua-cloud_storage/APKBUILD b/testing/lua-cloud_storage/APKBUILD index 1f3f89af56..0292379683 100644 --- a/testing/lua-cloud_storage/APKBUILD +++ b/testing/lua-cloud_storage/APKBUILD @@ -3,12 +3,12 @@ pkgname=lua-cloud_storage pkgver=0.1.0 _luaversions="5.1 5.2 5.3" -pkgrel=0 +pkgrel=1 pkgdesc="A Lua library for communicating with Google Cloud Storage" url="https://github.com/leafo/cloud_storage" arch="noarch" license="MIT" -depends="lua-socket " +depends="" depends_dev="" makedepends="$depends_dev lua-moonscript" install="" |