summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXeonacid2024-04-11 13:18:30 +0800
committerXeonacid2024-04-11 13:18:30 +0800
commit71e9bb20b7904f57863f64b18810ca886e72b4cb (patch)
tree61dce2f4c6eada891c26aacfca54f81623db46d6
parent63ec2a03f66b99725d3b85a9ec70fbf7ff871894 (diff)
downloadaur-lief.tar.gz
fix source url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4ff55a6f8f01..4ed5c209b711 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -25,7 +25,7 @@ pkgbase = lief
makedepends = python-pathspec
depends = tl-expected
provides = libLIEF.so
- source = https://github.com/lief-project/lief/archive/0.14.1.tar.gz
+ source = https://github.com/lief-project/lief/archive/refs/tags/0.14.1.tar.gz
sha256sums = 92916dcb3178353d863aef4f409186889983c56e025b774741d5316a72ec3a7d
pkgname = lief
diff --git a/PKGBUILD b/PKGBUILD
index 9ddd58397e8b..679d7ae3de04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=(Apache-2.0)
depends=(tl-expected)
makedepends=(cmake python nlohmann-json mbedtls python-build python-installer python-wheel python-tomli python-scikit-build-core ninja python-cattrs python-packaging python-rich python-setuptools python-pydantic python-pydantic-core python-pyproject-metadata python-pathspec)
provides=(libLIEF.so)
-source=($url/archive/$pkgver.tar.gz)
+source=($url/archive/refs/tags/$pkgver.tar.gz)
sha256sums=('92916dcb3178353d863aef4f409186889983c56e025b774741d5316a72ec3a7d')
prepare() {