aboutsummaryrefslogtreecommitdiffstats
path: root/testing/samurai/APKBUILD
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-03-18 00:05:09 -0700
committerprspkt <prspkt@protonmail.com>2019-03-22 01:17:08 +0200
commit3508b08bc14b5f764ca473b095054a87b84defb2 (patch)
treee2737ce6c51fe11c380d7ba426b7c3907b2d6392 /testing/samurai/APKBUILD
parentb96cb849b06230bbae39067411674e6ea3016a46 (diff)
testing/samurai: use upstream provided source archive
The GitHub tag archives are not necessarily stable, so the upstream provided one should be preferred.
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() {