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

Thomas Bächler thomas at archlinux.org
Sun Apr 11 13:15:22 UTC 2010


    Date: Sunday, April 11, 2010 @ 09:15:21
  Author: thomas
Revision: 77205

Fix source/homepage URL and update to latest 2.2.49

Modified:
  acl/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-04-11 13:14:47 UTC (rev 77204)
+++ PKGBUILD	2010-04-11 13:15:21 UTC (rev 77205)
@@ -1,19 +1,19 @@
 # $Id$
 # Maintainer: Thomas Bächler <thomas at archlinux.org>
 pkgname=acl
-pkgver=2.2.48
+pkgver=2.2.49
 pkgrel=1
 pkgdesc="Library for filesystem ACL support"
 arch=('i686' 'x86_64')
-url="http://oss.sgi.com/projects/xfs/"
+url="http://savannah.nongnu.org/projects/acl"
 license=('LGPL')
 depends=('attr>=2.4.41')
 replaces=('xfsacl')
 provides=('xfsacl')
 conflicts=('xfsacl')
 options=('!libtool')
-source=(ftp://ftp.archlinux.org/other/acl/acl-${pkgver}.src.tar.gz)
-sha256sums=('b45e21549c9752ad9b99862cce79d7ec5ef4b32c3e95a39f79f0a8442b86476e')
+source=(http://mirrors.zerg.biz/nongnu/${pkgname}/${pkgname}-${pkgver}.src.tar.gz)
+sha256sums=('b9c7f4752e4ef4930a62fa5aa0d7efe1cba2b5a3a2d6ee2b45c0a70c72b7e5d5')
 
 build() {
   cd $srcdir/acl-$pkgver




More information about the arch-commits mailing list