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

Eric Belanger eric at archlinux.org
Fri May 2 02:27:43 UTC 2008


    Date: Thursday, May 1, 2008 @ 22:27:43
  Author: eric
Revision: 1215

upgpkg: libxslt 1.1.23-1
    upstream update

Added:
  libxslt/trunk/ChangeLog
Modified:
  libxslt/trunk/PKGBUILD

-----------+
 ChangeLog |    4 ++++
 PKGBUILD  |   14 ++++++++------
 2 files changed, 12 insertions(+), 6 deletions(-)

Added: ChangeLog
===================================================================
--- ChangeLog	                        (rev 0)
+++ ChangeLog	2008-05-02 02:27:43 UTC (rev 1215)
@@ -0,0 +1,4 @@
+2008-05-01  Eric Belanger  <eric at archlinux.org>
+
+	* libxslt 1.1.23-1
+	* Upstream update

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-02 02:26:06 UTC (rev 1214)
+++ PKGBUILD	2008-05-02 02:27:43 UTC (rev 1215)
@@ -1,18 +1,20 @@
 # $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: John Proctor <jproctor at prium.net>
+
 pkgname=libxslt
-pkgver=1.1.22
+pkgver=1.1.23
 pkgrel=1
 pkgdesc="XML stylesheet transformation library"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://xmlsoft.org/XSLT/"
 license=('custom')
 depends=('libxml2>=2.6.30' 'libgcrypt')
 makedepends=('python>=2.5')
 options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/1.1/${pkgname}-${pkgver}.tar.bz2)
-url="http://xmlsoft.org/XSLT/"
-md5sums=('f2061dddea77257488601e20e2f3b5a7')
+source=(ftp://xmlsoft.org/libxslt/${pkgname}-${pkgver}.tar.gz)
+md5sums=('0650b23650b70ad7ce2447ee16f445a3')
+sha1sums=('9b6bb279808893643d9116e514eafecb22eff76c')
 
 build() {
   cd ${startdir}/src/${pkgname}-${pkgver}





More information about the arch-commits mailing list