summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bauer2022-08-24 22:38:54 +0200
committerMichael Bauer2022-08-24 22:38:54 +0200
commitb0e98c373c11c16a28a862424711d39703348405 (patch)
tree666306cdb12fe0786930d5dc88025b7187e4e810
parentaac7e8f521a58292205d1b3bb7ce106fe598dce7 (diff)
downloadaur-b0e98c373c11c16a28a862424711d39703348405.tar.gz
fix comment in PKGBUILD
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 482cd43ea58f..4bf485fdab84 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('libusb' 'gcc-libs' 'openssl')
makedepends=('git' 'cargo')
-_commit=1e6ed9b # tags/v0.6.1 - not available via github repo, missing on radicly.xyz :-(
+_commit=1e6ed9b # tags/v0.6.1 - only available via github repo, missing on radicly.xyz :-(
# _commit=4ae4174 # tags/0.6.0
source=("$pkgname-$pkgver::git+https://github.com/radicle-dev/radicle-cli.git#commit=${_commit}")