summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Klevtsov2021-10-03 11:30:19 +0700
committerArtem Klevtsov2021-10-03 11:30:19 +0700
commita808cf3d866990963e425a81fe3495d83d8d288a (patch)
tree2032703100f527d4476b16758a20f5510e59c515 /PKGBUILD
parentc88453bca0bfc519aea46b893c68515ce4b1eaf0 (diff)
downloadaur-fancon.tar.gz
Fix download link
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd528266faf2..6869f57f25d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://github.com/hbriese/${pkgname}"
license=('Apache')
depends=('lm_sensors' 'grpc' 'boost-libs')
makedepends=('clang>=9.0' 'cmake>=3.13' 'boost' 'protobuf' 'libx11' 'pstreams' 'libxnvctrl')
-source=("https://github.com/hbriese/${pkgname}/archive/v${pkgver}.tar.gz")
+source=("https://github.com/hbriese/fancon/archive/refs/tags/${pkgver}.tar.gz")
sha512sums=('a4fc9962e8af43bc67681ecb58db2a0372774120e963be477f88a4618773ac46ed24f79dcb2e3ece3119d70711d63a303a166e67a7fa213858fae831081dff56')
conflicts=("${pkgname}-git")