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

Pierre Schmitz pierre at archlinux.org
Mon May 19 13:28:15 UTC 2008


    Date: Monday, May 19, 2008 @ 09:28:14
  Author: pierre
Revision: 1778

fixed broken url; uploaded libdownload to ftp/other (file was removed from phraktured.net)

Modified:
  libdownload/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-05-18 07:18:25 UTC (rev 1777)
+++ PKGBUILD	2008-05-19 13:28:14 UTC (rev 1778)
@@ -9,8 +9,8 @@
 license=('BSD')
 groups=('base')
 depends=('glibc')
-source=(http://phraktured.net/libdownload/dist/$pkgname-$pkgver.tar.gz)
-url="http://phraktured.net/libdownload"
+source=(ftp://ftp.archlinux.org/other/libdownload/$pkgname-$pkgver.tar.gz)
+url="http://code.phraktured.net/?p=libdownload.git"
 md5sums=('77e10293fd4262745110eb423a10490c')
 
 build() {





More information about the arch-commits mailing list