diff options
author | Michael Forney <mforney@mforney.org> | 2019-03-18 00:05:09 -0700 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-03-22 01:17:08 +0200 |
commit | 3508b08bc14b5f764ca473b095054a87b84defb2 (patch) | |
tree | e2737ce6c51fe11c380d7ba426b7c3907b2d6392 /testing/samurai/APKBUILD | |
parent | b96cb849b06230bbae39067411674e6ea3016a46 (diff) | |
download | aports-3508b08bc14b5f764ca473b095054a87b84defb2.tar.bz2 aports-3508b08bc14b5f764ca473b095054a87b84defb2.tar.xz |
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/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/samurai/APKBUILD b/testing/samurai/APKBUILD index 61c44fd2de..f3c225a6fc 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() { |