diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-02 12:34:15 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2017-06-05 13:42:24 +0000 |
commit | d6454529e5fc48cc852859ae789864e61b478443 (patch) | |
tree | a6bb19bd1712b291b291b27e1ee53179cf8ea7e7 /main/lvm2 | |
parent | 19a6e6935d0327459c83c62df1a1f7dfd8681760 (diff) | |
download | aports-d6454529e5fc48cc852859ae789864e61b478443.tar.bz2 aports-d6454529e5fc48cc852859ae789864e61b478443.tar.xz |
main/lvm2: rebuild against readline-7.0.003
Diffstat (limited to 'main/lvm2')
-rw-r--r-- | main/lvm2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/lvm2/APKBUILD b/main/lvm2/APKBUILD index 99ad725897..ffd5dcb746 100644 --- a/main/lvm2/APKBUILD +++ b/main/lvm2/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lvm2 pkgver=2.02.168 -pkgrel=3 +pkgrel=4 pkgdesc="Logical Volume Manager 2 utilities" url="http://sourceware.org/lvm2/" arch="all" @@ -12,7 +12,7 @@ depends_dev="linux-headers" makedepends_build="coreutils" makedepends_host="$depends_dev" makedepends="$makedepends_build $makedepends_host" -source="ftp://sources.redhat.com/pub/$pkgname/LVM2.$pkgver.tgz +source="https://mirrors.kernel.org/sourceware/$pkgname/releases/LVM2.$pkgver.tgz fix-stdio-usage.patch mallinfo.patch library_dir-default-config.patch |