summaryrefslogtreecommitdiffstats
path: root/main/makekit
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-12-03 09:35:47 +0000
committerTimo Teräs <timo.teras@iki.fi>2014-12-03 09:35:47 +0000
commit718468ec3e04641d6247dc9ab7e986744ef7a161 (patch)
treee954567104bbb831034efbd1e9378625d99152db /main/makekit
parent4064771ec6d3533e842d6bb520486811c9fadd87 (diff)
downloadaports-718468ec3e04641d6247dc9ab7e986744ef7a161.tar.bz2
aports-718468ec3e04641d6247dc9ab7e986744ef7a161.tar.xz
main/makekit: upgrade to 0.2 and disable on arm
makekit does not seem to support arm architecture currently.
Diffstat (limited to 'main/makekit')
-rw-r--r--main/makekit/APKBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/main/makekit/APKBUILD b/main/makekit/APKBUILD
index c6156d57e..a94404294 100644
--- a/main/makekit/APKBUILD
+++ b/main/makekit/APKBUILD
@@ -1,11 +1,11 @@
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=makekit
-pkgver=0.1
+pkgver=0.2
pkgrel=0
pkgdesc="modular build system for POSIX environments"
url="http://mkbuild.sourceforge.net/"
-arch="noarch"
+arch="x86 x86_64"
license="BSD"
depends=
depends_dev=
@@ -45,6 +45,6 @@ package() {
make DESTDIR="$pkgdir" install || return 1
}
-md5sums="e74d0a97143ddf854ee0a74c69325f07 makekit-0.1.tar.gz"
-sha256sums="bf433cedb1d26f602aa81ea5407a56c4c2dd1367d8124ca8c08c7097da0313cd makekit-0.1.tar.gz"
-sha512sums="dfb16d7349c208f26f3c0ed380538479ae65e75b67cbf0c8faa13d0c8824f6efe8401ab80f87c0398c3e08acce0f08d2e547e2c90b3fe3874ee830fbab6f1ed8 makekit-0.1.tar.gz"
+md5sums="3c1ba4c449f400fe244e9eed8e0519a1 makekit-0.2.tar.gz"
+sha256sums="47f52a6796ac6d9895821ffe800cb8a1140b6c40b0d67df1234dc518572bf375 makekit-0.2.tar.gz"
+sha512sums="7746141b253953212d621f9c4a8376b5c6bd3ac15d1809b184013a27c51006be2e2ee5ef391509486ae89b7fdca81863f8c916538bcb98e435ebf0ff1976f1ce makekit-0.2.tar.gz"