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

Tom Gundersen tomegun at archlinux.org
Sun Feb 26 12:26:03 UTC 2012


    Date: Sunday, February 26, 2012 @ 07:26:03
  Author: tomegun
Revision: 151464

fix download location

Modified:
  ypserv/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-26 12:17:02 UTC (rev 151463)
+++ PKGBUILD	2012-02-26 12:26:03 UTC (rev 151464)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
 # Contributor: judd <jvinet at zeroflux.org>
 # Contributor: Tom Newsom <Jeepster at gmx.co.uk>
 
@@ -12,12 +13,9 @@
 license=('GPL2')
 depends=('gdbm' 'openslp' 'inetutils')
 backup=('etc/ypserv.conf' 'etc/netgroup' 'var/yp/securenets')
-source=("ftp://ftp.kernel.org/pub/linux/utils/net/NIS/${pkgname}-${pkgver}.tar.gz" \
+source=("http://www.linux-nis.org/download/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
         'yppasswd'
         'ypserv')
-sha1sums=('0d7ab3f04ff7fa5f611e71ea0f3c188659602743'
-          '96192b628afe36709496e4801d016c4bff343f0e'
-          'b625381bfa6cf62345377a7df30b8f45935206c5')
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
@@ -35,3 +33,6 @@
 	install -D -m755 ../ypserv "${pkgdir}"/etc/rc.d/ypserv
 	install -D -m755 ../yppasswd "${pkgdir}"/etc/rc.d/yppasswd
 }
+md5sums=('b7fc218cbca885dc01cb798399b9ecc0'
+         '4bc84c48ed1bb9659698853acb5cfd76'
+         'c40befe5932f1b42efaced6b46809303')




More information about the arch-commits mailing list