summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXeonacid2024-04-11 13:18:30 +0800
committerXeonacid2024-04-11 13:18:30 +0800
commit71e9bb20b7904f57863f64b18810ca886e72b4cb (patch)
tree61dce2f4c6eada891c26aacfca54f81623db46d6 /PKGBUILD
parent63ec2a03f66b99725d3b85a9ec70fbf7ff871894 (diff)
downloadaur-lief.tar.gz
fix source url
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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() {