[arch-commits] Commit in broot/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sat Mar 14 15:12:52 UTC 2020
Date: Saturday, March 14, 2020 @ 15:12:52
Author: svenstaro
Revision: 597002
Use explicit URL
Modified:
broot/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-14 15:11:20 UTC (rev 597001)
+++ PKGBUILD 2020-03-14 15:12:52 UTC (rev 597002)
@@ -11,7 +11,7 @@
license=('MIT')
depends=('gcc-libs' 'zlib')
makedepends=('rust')
-source=("$url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+source=("https://github.com/Canop/broot/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
sha256sums=('fd9af3df87f61dbce01c262c71d07cd11221602da7662c321501772eb9a68fff')
build() {
More information about the arch-commits
mailing list