diff options
| -rwxr-xr-x | abs/extra/nvram-wakup/PKGBUILD | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/abs/extra/nvram-wakup/PKGBUILD b/abs/extra/nvram-wakup/PKGBUILD index 057606b..c434716 100755 --- a/abs/extra/nvram-wakup/PKGBUILD +++ b/abs/extra/nvram-wakup/PKGBUILD @@ -3,7 +3,7 @@ pkgver=1.1  pkgrel=1  pkgdesc="set the wakeup time of the localpc"  license="GPL" -arch=(i686) +arch=(i686 x86_64)  url="http://sourceforge.net/projects/nvram-wakeup/"  source=("http://downloads.sourceforge.net/project/nvram-wakeup/nvram-wakup-1.1.tar.gz?use_mirror=kent") @@ -13,3 +13,4 @@ build() {  	make prefix=$startdir/pkg/usr install  } +md5sums=('ebd6e276167ba4351ecb1ea2bd368422') | 
