[arch-commits] Commit in pth (3 files)

Eric Bélanger eric at archlinux.org
Sat Dec 13 03:28:49 UTC 2008


    Date: Friday, December 12, 2008 @ 22:28:49
  Author: eric
Revision: 21428

updated options syntax

Modified:
  pth/repos/extra-i686/PKGBUILD
  pth/repos/extra-x86_64/PKGBUILD
  pth/trunk/PKGBUILD

-----------------------------+
 repos/extra-i686/PKGBUILD   |    2 +-
 repos/extra-x86_64/PKGBUILD |    2 +-
 trunk/PKGBUILD              |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

Modified: repos/extra-i686/PKGBUILD
===================================================================
--- repos/extra-i686/PKGBUILD	2008-12-13 03:26:28 UTC (rev 21427)
+++ repos/extra-i686/PKGBUILD	2008-12-13 03:28:49 UTC (rev 21428)
@@ -8,7 +8,7 @@
 arch=(i686)
 url="http://www.gnu.org/software/pth"
 depends=(glibc)
-options=(NOLIBTOOL)
+options=(!libtool)
 source=(ftp://ftp.gnu.org/gnu/pth/${pkgname}-${pkgver}.tar.gz)
 md5sums=(9cb4a25331a4c4db866a31cbe507c793)
 

Modified: repos/extra-x86_64/PKGBUILD
===================================================================
--- repos/extra-x86_64/PKGBUILD	2008-12-13 03:26:28 UTC (rev 21427)
+++ repos/extra-x86_64/PKGBUILD	2008-12-13 03:28:49 UTC (rev 21428)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 url="http://www.gnu.org/software/pth"
 depends=(glibc)
-options=(NOLIBTOOL)
+options=(!libtool)
 source=(ftp://ftp.gnu.org/gnu/pth/${pkgname}-${pkgver}.tar.gz)
 md5sums=(9cb4a25331a4c4db866a31cbe507c793)
 

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2008-12-13 03:26:28 UTC (rev 21427)
+++ trunk/PKGBUILD	2008-12-13 03:28:49 UTC (rev 21428)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/pth"
 depends=(glibc)
-options=(NOLIBTOOL)
+options=(!libtool)
 source=(ftp://ftp.gnu.org/gnu/pth/${pkgname}-${pkgver}.tar.gz)
 license=('GPL')
 md5sums=(9cb4a25331a4c4db866a31cbe507c793)




More information about the arch-commits mailing list