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

Eric Bélanger eric at archlinux.org
Tue Feb 24 22:15:27 UTC 2009


    Date: Tuesday, February 24, 2009 @ 17:15:27
  Author: eric
Revision: 27694

Fixed source url

Modified:
  pacbuild/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-02-24 22:11:53 UTC (rev 27693)
+++ PKGBUILD	2009-02-24 22:15:27 UTC (rev 27694)
@@ -6,12 +6,12 @@
 pkgdesc="A distributed build management system"
 arch=(i686 x86_64)
 url="http://groups.google.com/group/pacbuild"
-license="GPL"
+license=("GPL")
 depends=('python' 'snarf' 'python-sqlobject' 'python-pysqlite')
 backup=('etc/appleConfig.py' 'etc/strawberryConfig.py' 'etc/mkchroot.conf')
-source=(http://projects.xennet.org/pacbuild/$pkgname-$pkgver.tar.gz)
-md5sums=('e224db17c2c492fb65f02d5d33ab7457')
-sha1sums=('040117e6829618e271f29f1b6f11340c49930fa1')
+source=(ftp://ftp.archlinux.org/other/pacbuild/$pkgname-$pkgver.tar.gz)
+md5sums=('ad467a286046882ddc0a79b9e7c1b60e')
+sha1sums=('1af9f97dc57fb273747a44bc96502c417b83121a')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver




More information about the arch-commits mailing list