From 3508b08bc14b5f764ca473b095054a87b84defb2 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Mon, 18 Mar 2019 00:05:09 -0700 Subject: testing/samurai: use upstream provided source archive The GitHub tag archives are not necessarily stable, so the upstream provided one should be preferred. --- testing/samurai/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testing/samurai/APKBUILD') 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 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() { -- cgit v1.2.3