aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mu
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-03-31 12:33:49 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-31 12:57:51 +0000
commitc700951481be4ba653f4ef9a8273c3ba7f5842cd (patch)
tree679815a8855905747cdee2c03c7f11ac9cb4fe65 /testing/mu
parent84e3321b0e2aea4933bf352f70b54a83bcccb0dc (diff)
downloadaports-c700951481be4ba653f4ef9a8273c3ba7f5842cd.tar.bz2
aports-c700951481be4ba653f4ef9a8273c3ba7f5842cd.tar.xz
testing/mu: use proper download source
Diffstat (limited to 'testing/mu')
-rw-r--r--testing/mu/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/mu/APKBUILD b/testing/mu/APKBUILD
index e5a2015014..4bd235450a 100644
--- a/testing/mu/APKBUILD
+++ b/testing/mu/APKBUILD
@@ -6,8 +6,8 @@ arch='x86 x86_64'
url="http://www.djcbsoftware.nl/code/mu"
license='GPL3'
depends='sqlite'
-makedepends='xapian-core-dev gmime-dev sqlite-dev'
-source="https://github.com/djcb/mu/archive/v$pkgver.tar.gz"
+makedepends='xapian-core-dev gmime-dev sqlite-dev autoconf automake libtool'
+source="$pkgname-$pkgver.tar.gz::https://github.com/djcb/mu/archive/v$pkgver.tar.gz"
_builddir="$srcdir/$pkgname-$pkgver"
prepare() {
@@ -39,6 +39,6 @@ package() {
rm $pkgdir/usr/share/man/man1/mug.1
fi
}
-md5sums="6b774454b181c9814992e7c9a24b9441 v0.9.11.tar.gz"
-sha256sums="d01993299a634126bb7431d4390fc3be941f1a22e98a91ec2d55bb4bf0a7c106 v0.9.11.tar.gz"
-sha512sums="612853ed4a8f841419b0b1927f2c86405f0b442d56166d3252321121b10fc5d2ddb22e46e3e7e1b2802dd61735e440aa84b41ff646935ef492bd4af64ec86778 v0.9.11.tar.gz"
+md5sums="6b774454b181c9814992e7c9a24b9441 mu-0.9.11.tar.gz"
+sha256sums="d01993299a634126bb7431d4390fc3be941f1a22e98a91ec2d55bb4bf0a7c106 mu-0.9.11.tar.gz"
+sha512sums="612853ed4a8f841419b0b1927f2c86405f0b442d56166d3252321121b10fc5d2ddb22e46e3e7e1b2802dd61735e440aa84b41ff646935ef492bd4af64ec86778 mu-0.9.11.tar.gz"