aboutsummaryrefslogtreecommitdiffstats
path: root/testing/samurai/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/samurai/APKBUILD')
-rw-r--r--testing/samurai/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/samurai/APKBUILD b/testing/samurai/APKBUILD
index 61c44fd2dee..f3c225a6fc2 100644
--- a/testing/samurai/APKBUILD
+++ b/testing/samurai/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=samurai
pkgver=0.6
-pkgrel=0
+pkgrel=1
pkgdesc="ninja-compatible build tool written in C"
url="https://github.com/michaelforney/samurai"
arch="all"
license="Apache-2.0"
options="!check" # No test suite.
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/michaelforney/$pkgname/archive/$pkgver.tar.gz"
+source="https://github.com/michaelforney/samurai/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
builddir="$srcdir/$pkgname-$pkgver"
build() {