diff options
Diffstat (limited to 'abs/core/runit-scripts/PKGBUILD')
-rwxr-xr-x | abs/core/runit-scripts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/runit-scripts/PKGBUILD b/abs/core/runit-scripts/PKGBUILD index 9e6396e..f2cc893 100755 --- a/abs/core/runit-scripts/PKGBUILD +++ b/abs/core/runit-scripts/PKGBUILD @@ -1,6 +1,6 @@ pkgname=runit-scripts pkgver=2.1.1 -pkgrel=67 +pkgrel=73 pkgdesc="collection of startup scripts for runit" url="http://smarden.org/runit/" license="BSD" @@ -11,7 +11,7 @@ replaces=() backup=('etc/runit/1.local' 'etc/runit/3.local') install=runit.install source=(fbsplash-runit.sh) -arch=('i686') +arch=('i686' 'x86_64') build() { rsync -a --exclude=.svn --exclude=*~ $startdir/runitscripts $startdir/src |