[arch-commits] Commit in pth/trunk (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Mon Jul 7 22:09:37 UTC 2008


    Date: Monday, July 7, 2008 @ 18:09:37
  Author: ronald
Revision: 4526

fix license

Modified:
  pth/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-07 22:07:18 UTC (rev 4525)
+++ PKGBUILD	2008-07-07 22:09:37 UTC (rev 4526)
@@ -5,11 +5,12 @@
 pkgver=2.0.7
 pkgrel=1
 pkgdesc="The GNU Portable Threads."
-arch=(i686)
+arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/pth"
 depends=(glibc)
 options=(NOLIBTOOL)
 source=(ftp://ftp.gnu.org/gnu/pth/${pkgname}-${pkgver}.tar.gz)
+license=('GPL')
 md5sums=(9cb4a25331a4c4db866a31cbe507c793)
 
 build() {





More information about the arch-commits mailing list