summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Rees <maxcrees@me.com>2020-06-18 01:45:38 +0000
committerMax Rees <maxcrees@me.com>2020-06-18 01:45:38 +0000
commitbf99539c5893560f6c4b26079ba7da9e587b5d1f (patch)
treed0606ad2d30c4a1dbb8f33991939d2934c78bfc2
parent236e650b560dcfbb03f10b661e2abf9cdbe84d3e (diff)
downloadpackages-bf99539c5893560f6c4b26079ba7da9e587b5d1f.tar.gz
packages-bf99539c5893560f6c4b26079ba7da9e587b5d1f.tar.bz2
packages-bf99539c5893560f6c4b26079ba7da9e587b5d1f.tar.xz
packages-bf99539c5893560f6c4b26079ba7da9e587b5d1f.zip
system/pax-utils: use mirrored $source
-rw-r--r--system/pax-utils/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/pax-utils/APKBUILD b/system/pax-utils/APKBUILD
index 6c121b48a..481a7077e 100644
--- a/system/pax-utils/APKBUILD
+++ b/system/pax-utils/APKBUILD
@@ -12,7 +12,7 @@ depends="scanelf"
makedepends_build=""
makedepends_host="linux-headers libcap-dev"
makedepends="$makedepends_build $makedepends_host"
-source="http://distfiles.gentoo.org/distfiles/${pkgname}-${pkgver}.tar.xz
+source="https://mirrormaster.adelielinux.org/source/upstream/pax-utils-$pkgver.tar.xz
fix-eitype.patch"
subpackages="$pkgname-doc scanelf:_scanelf"