summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-01-27 23:00:04 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-01-27 23:00:04 +0100
commit46e0cac92de9ce495e8390cdaaf115ddcfed0580 (patch)
treed7b9ca1f5a315b5ed4a698c96459380ccffe74b9
parentf6a142d26731a808e13fd219d5ee24ad66c4b8c1 (diff)
Make util-linux source fetchable.
-rw-r--r--core/util-linux/PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/util-linux/PKGBUILD b/core/util-linux/PKGBUILD
index 2ce762a71..b5f7dada8 100644
--- a/core/util-linux/PKGBUILD
+++ b/core/util-linux/PKGBUILD
@@ -15,8 +15,7 @@ conflicts=('linux32' 'util-linux-ng' 'e2fsprogs<1.41.8-2')
provides=('linux32' "util-linux-ng=${pkgver}")
license=('GPL2')
options=('!libtool')
-#source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.bz2)
-source=(ftp://ftp.infradead.org/pub/${pkgname}/v2.20/${pkgname}-${pkgver}.tar.bz2
+source=(ftp://ftp.kernel.org/pub/linux/utils/${pkgname}/v2.20/${pkgname}-${pkgver}.tar.bz2
0001-findmnt-support-alternative-location-of-fstab.patch)
optdepends=('perl: for chkdupexe support')