diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-27 23:14:12 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2014-10-27 23:14:12 +0100 |
commit | 7f089c230dee8973fc0c442f9090d6bcc6e2afa4 (patch) | |
tree | 56d4760ac8bb011dfa1346149969f9eab6d54131 /testing/lua-base64url | |
parent | 8da13e4bd035ba9613b40472760d4242d128709e (diff) | |
download | aports-7f089c230dee8973fc0c442f9090d6bcc6e2afa4.tar.bz2 aports-7f089c230dee8973fc0c442f9090d6bcc6e2afa4.tar.xz |
testing/lua-base64url: add lua to deps
Diffstat (limited to 'testing/lua-base64url')
-rw-r--r-- | testing/lua-base64url/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/lua-base64url/APKBUILD b/testing/lua-base64url/APKBUILD index acc86d087a..11f083a146 100644 --- a/testing/lua-base64url/APKBUILD +++ b/testing/lua-base64url/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lua-base64url pkgver=5.1.20121219 -pkgrel=0 +pkgrel=1 pkgdesc="A urlsafe base64 library for Lua" url="https://github.com/ncopa/lbase64url" arch="all" license="Public Domain" -depends= +depends=lua makedepends="lua-dev" install= subpackages= |