summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2024-03-31 05:02:45 +0200
committerbegin-theadventure2024-03-31 05:02:45 +0200
commit3dbb8a5efdfe6b06d80d5ef869c68261846eba7a (patch)
tree17f498573ac157b8a4c69e86efef600e4536d42f
parenta3689ae0df06b2d1bf58422873d47d9072d9bf3d (diff)
downloadaur-3dbb8a5efdfe6b06d80d5ef869c68261846eba7a.tar.gz
use commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e332b560093b..f43a1f18a1a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = harmonyvpktool
pkgdesc = An all new Titanfall VPK unpacker. Over 2x faster than the most popular alternative! (ALPHA pre-release)
pkgver = 2.0.0.alpha.2
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/harmonytf/HarmonyVPKTool
arch = x86_64
license = GPL-3.0-or-later
@@ -9,7 +9,7 @@ pkgbase = harmonyvpktool
makedepends = git
makedepends = yarn
depends = webkit2gtk
- source = git+https://github.com/harmonytf/HarmonyVPKTool.git#tag=2.0.0-alpha.2
+ source = git+https://github.com/harmonytf/HarmonyVPKTool.git#commit=21a253f3b2f19de9bdf17d1af33ad35a6c4bf865
sha256sums = SKIP
pkgname = harmonyvpktool
diff --git a/PKGBUILD b/PKGBUILD
index cf1c663fd1b1..4cd74b429d60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,15 @@
pkgname=harmonyvpktool
pkgver=2.0.0.alpha.2
-pkgrel=4
+_commit=21a253f3b2f19de9bdf17d1af33ad35a6c4bf865
+pkgrel=5
pkgdesc="An all new Titanfall VPK unpacker. Over 2x faster than the most popular alternative! (ALPHA pre-release)"
url="https://github.com/harmonytf/HarmonyVPKTool"
license=('GPL-3.0-or-later')
arch=('x86_64')
depends=('webkit2gtk')
makedepends=('cargo' 'git' 'yarn')
-source=("git+$url.git#tag=2.0.0-alpha.2")
+source=("git+$url.git#commit=$_commit")
sha256sums=('SKIP')
prepare() {