diff options
author | Max Rees <maxcrees@me.com> | 2020-06-18 01:45:38 +0000 |
---|---|---|
committer | Max Rees <maxcrees@me.com> | 2020-06-18 01:45:38 +0000 |
commit | bf99539c5893560f6c4b26079ba7da9e587b5d1f (patch) | |
tree | d0606ad2d30c4a1dbb8f33991939d2934c78bfc2 /system/pax-utils | |
parent | 236e650b560dcfbb03f10b661e2abf9cdbe84d3e (diff) | |
download | packages-bf99539c5893560f6c4b26079ba7da9e587b5d1f.tar.gz packages-bf99539c5893560f6c4b26079ba7da9e587b5d1f.tar.bz2 packages-bf99539c5893560f6c4b26079ba7da9e587b5d1f.tar.xz packages-bf99539c5893560f6c4b26079ba7da9e587b5d1f.zip |
system/pax-utils: use mirrored $source
Diffstat (limited to 'system/pax-utils')
-rw-r--r-- | system/pax-utils/APKBUILD | 2 |
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" |