git » pv.git » commit f2f39ff

fixed my dumb mistake

author Aaron Schaefer
2010-01-02 16:16:07 UTC
committer Aaron Schaefer
2010-01-02 16:16:07 UTC
parent 128c2509d870fa5e0dff1de2f8745e6ddfd77044

fixed my dumb mistake

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 631978a..9f98960 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
 
 pkgname=pv
 pkgver=1.1.4
-pkgrel=3
+pkgrel=4
 pkgdesc='A terminal-based tool for monitoring the progress of data through a pipeline'
-arch=('any')
+arch=('i686' 'x86_64')
 url='http://www.ivarch.com/programs/pv.shtml'
 license=('custom:Artistic 2.0')
 depends=('glibc')