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

Stéphane Gaudreault stephane at archlinux.org
Fri Nov 19 17:19:44 UTC 2010


    Date: Friday, November 19, 2010 @ 12:19:44
  Author: stephane
Revision: 99997

upgpkg: pcre 8.10-2
rebuild of old package

Modified:
  pcre/trunk/ChangeLog
  pcre/trunk/PKGBUILD

-----------+
 ChangeLog |    4 ++++
 PKGBUILD  |    8 ++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2010-11-19 17:08:22 UTC (rev 99996)
+++ ChangeLog	2010-11-19 17:19:44 UTC (rev 99997)
@@ -1,3 +1,7 @@
+2010-11-19 Stéphane Gaudreault <stephane at archlinux.org>
+	* pcre 8.10-2
+	* rebuild of old package, tidy up PKGBUILD
+
 2010-03-24  Eric Belanger  <eric at archlinux.org>
 
 	* pcre 8.02-1

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-11-19 17:08:22 UTC (rev 99996)
+++ PKGBUILD	2010-11-19 17:19:44 UTC (rev 99997)
@@ -5,9 +5,9 @@
 
 pkgname=pcre
 pkgver=8.10
-pkgrel=1
+pkgrel=2
 pkgdesc="A library that implements Perl 5-style regular expressions"
-arch=('i686' 'x86_64') 
+arch=('i686' 'x86_64')
 url="http://www.pcre.org/"
 license=('BSD')
 depends=('gcc-libs')
@@ -26,11 +26,11 @@
 package() {
   cd "${srcdir}"/${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  
+
   # grep uses pcre, so we need the libs in /lib
   install -dm755 "${pkgdir}"/lib
   mv "${pkgdir}"/usr/lib/libpcre.so.* "${pkgdir}"/lib/
   ln -sf ../../lib/libpcre.so.0 "${pkgdir}"/usr/lib/libpcre.so
-  
+
   install -Dm644 LICENCE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }




More information about the arch-commits mailing list