[arch-commits] Commit in bash-bats-support/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun May 9 13:00:37 UTC 2021
Date: Sunday, May 9, 2021 @ 13:00:37
Author: felixonmars
Revision: 929158
fix upstream url
Modified:
bash-bats-support/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-09 12:52:57 UTC (rev 929157)
+++ PKGBUILD 2021-05-09 13:00:37 UTC (rev 929158)
@@ -6,10 +6,10 @@
pkgrel=3
pkgdesc="Supporting library for Bats test helpers"
arch=("any")
-url="https://github.com/ztombol/bats"
+url="https://github.com/ztombol/bats-support"
license=("custom:CC0")
depends=('bash-bats')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/ztombol/bats-support/archive/v$pkgver.tar.gz")
+source=("https://github.com/ztombol/bats-support/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
sha512sums=('417a8054462a44a6f46e375526cc1c920bae54ea76ddec3ff46603fe68bdb5c58f51bfb1c7e066347a3b71ff4d43986fd5157eb55151e0c4b5d189d81282ea14')
check() {
@@ -30,5 +30,5 @@
"$pkgdir"/usr/lib/bats-support/src/$(basename $fn)
done
- install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+ install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
More information about the arch-commits
mailing list