summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Klevtsov2021-10-03 11:30:19 +0700
committerArtem Klevtsov2021-10-03 11:30:19 +0700
commita808cf3d866990963e425a81fe3495d83d8d288a (patch)
tree2032703100f527d4476b16758a20f5510e59c515
parentc88453bca0bfc519aea46b893c68515ce4b1eaf0 (diff)
downloadaur-fancon.tar.gz
Fix download link
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 273fb931b811..747b2824848f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = fancon
depends = grpc
depends = boost-libs
conflicts = fancon-git
- source = https://github.com/hbriese/fancon/archive/v0.23.7.tar.gz
- sha512sums = a4fc9962e8af43bc67681ecb58db2a0372774120e963be477f88a4618773ac46ed24f79dcb2e3ece3119d70711d63a303a166e67a7fa213858fae831081dff56
+ source = https://github.com/hbriese/fancon/archive/refs/tags/0.23.7.tar.gz
+ sha512sums = a4fc9962e8af43bc67681ecb58db2a0372774120e963be477f88a4618773ac46ed24f79dcb2e3ece3119d70711d63a303a166e67a7fa213858fae831081dff56
pkgname = fancon
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")