diff options
Diffstat (limited to 'main/lua-subprocess/APKBUILD')
-rw-r--r-- | main/lua-subprocess/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/lua-subprocess/APKBUILD b/main/lua-subprocess/APKBUILD index f72c33068..c8aef5dc3 100644 --- a/main/lua-subprocess/APKBUILD +++ b/main/lua-subprocess/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Ted Trask <ttrask01@yahoo.com> pkgname=lua-subprocess pkgver=0.0.20121211 -pkgrel=1 +pkgrel=2 pkgdesc="A Lua module written in C that allows you to create child processes and communicate with them" url="https://github.com/xlq/lua-subprocess" arch="all" @@ -13,6 +13,7 @@ makedepends="$depends_dev lua-dev" install="" subpackages="" source="http://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.gz + luafileobject.patch openexception.patch makefile.patch" _builddir="$srcdir/$pkgname-$pkgver" @@ -59,5 +60,6 @@ package() { } md5sums="c2f13ef8e1fb83af43d61586ff611957 lua-subprocess-0.0.20121211.tar.gz +4e16e1e15c3625a739b9ccff15341895 luafileobject.patch fa869a7c9a11faf77ad9fd98ba35f62a openexception.patch -cc680a0ec32e0461215ce61a44bbb540 makefile.patch" +65e10847e5b8dccc1053d69855f6fc76 makefile.patch" |