diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-17 11:53:51 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-07-17 11:53:58 +0000 |
commit | 38f55153dc77e0fe66cec9286a12830bb7cf6cfc (patch) | |
tree | 988f2f721371123160644091ce6164000920d448 /community | |
parent | 7d5e2068ce640e9b5a6364a0df9d7766ed3c645d (diff) | |
download | aports-38f55153dc77e0fe66cec9286a12830bb7cf6cfc.tar.bz2 aports-38f55153dc77e0fe66cec9286a12830bb7cf6cfc.tar.xz |
community/bam: updated url
Diffstat (limited to 'community')
-rw-r--r-- | community/bam/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/bam/APKBUILD b/community/bam/APKBUILD index 2803a822b2..84b7a16e38 100644 --- a/community/bam/APKBUILD +++ b/community/bam/APKBUILD @@ -5,7 +5,7 @@ pkgver=0.5.1 pkgrel=1 pkgdesc="Fast and flexible build system using Lua" arch="all !s390x" #luajit unavail on excluded arches -url="http://github.com/matricks/bam" +url="https://github.com/matricks/bam" makedepends="lua5.3-dev luajit-dev" license='ZLIB' option="!check" @@ -14,7 +14,7 @@ builddir="$srcdir"/$pkgname-$pkgver build() { cd "$builddir" - sh make_unix.sh || return 1 + sh make_unix.sh } package() { |