diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-31 13:43:08 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-03-31 13:43:08 +0000 |
commit | 4ff65ef29982e116527adebdd7ad73a05719712a (patch) | |
tree | e565eb2bea4e2d98a4cd09e31e1d59d2338c8768 /main/lua-pty | |
parent | 4324a91e20279ff861dba83c613259daaee84356 (diff) | |
download | aports-4ff65ef29982e116527adebdd7ad73a05719712a.tar.bz2 aports-4ff65ef29982e116527adebdd7ad73a05719712a.tar.xz |
main: mass-rebuild of packages missing arch in .PKGINFO
this is needed for apk-tools-2.1 migration
Diffstat (limited to 'main/lua-pty')
-rw-r--r-- | main/lua-pty/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-pty/APKBUILD b/main/lua-pty/APKBUILD index e9e4b97f65..0fc4b1d010 100644 --- a/main/lua-pty/APKBUILD +++ b/main/lua-pty/APKBUILD @@ -4,7 +4,7 @@ _name=lpty pkgver=0.9.1 _ver=${pkgver%.*} _pver=${pkgver##*.} -pkgrel=0 +pkgrel=1 pkgdesc="Lua module to control other programs via PTYs." url="http://www.tset.de/lpty/" arch="all" |