summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Wiesinger2024-03-23 15:23:36 +0100
committerManuel Wiesinger2024-03-23 15:23:36 +0100
commit9864f02dbefb6434817189b939dc06d954e4a74c (patch)
tree8131e7c2cbd12aa95cb09f4d6ab674ed837da8b0
parent245d42767ade3be010899d9672abd44b039b6e56 (diff)
downloadaur-9864f02dbefb6434817189b939dc06d954e4a74c.tar.gz
Fix typo in source
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a972faee1816..e28707d1c818 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = kissat
arch = x86_64
license = MIT
depends = glibc
- source = kissat-3.1.1.tar.gz::https://github.com/arminbiere/kissat/archive/refs/tags/kissat-rel-3.1.1.tar.gz
+ source = kissat-3.1.1.tar.gz::https://github.com/arminbiere/kissat/archive/refs/tags/rel-3.1.1.tar.gz
b2sums = ce98105f2701e9dfab8dc555ace2d6891015e25bd23f09c1b2706ddb757f7580a555bdc20340d6880f2c4a0c786a71fd16466ab06a9c7499c81e4832665ce6c3
pkgname = kissat
diff --git a/PKGBUILD b/PKGBUILD
index f05b72c5f1f2..e14b0970349f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://fmv.jku.at/kissat"
license=('MIT')
depends=('glibc')
_srcname="${pkgname}-rel-${pkgver}"
-source=("$pkgname-$pkgver.tar.gz::https://github.com/arminbiere/kissat/archive/refs/tags/${_srcname}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/arminbiere/kissat/archive/refs/tags/rel-${pkgver}.tar.gz")
b2sums=('ce98105f2701e9dfab8dc555ace2d6891015e25bd23f09c1b2706ddb757f7580a555bdc20340d6880f2c4a0c786a71fd16466ab06a9c7499c81e4832665ce6c3')
build() {