summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2024-03-02 07:29:58 +0100
committerbegin-theadventure2024-03-02 07:29:58 +0100
commit13af51d8e5a23802985d4c0b0c2ff9e084aeb50e (patch)
tree127a18f2002666168f1150fed4e5f0be132bf1b1
parentede11fc09790d7b296157864dc3e3bb7a76f89a2 (diff)
downloadaur-13af51d8e5a23802985d4c0b0c2ff9e084aeb50e.tar.gz
2.0.0-alpha.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c766bed3248..f4f1291fa88b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.1
+ pkgver = 2.0.0.alpha.2
pkgrel = 1
url = https://github.com/harmonytf/HarmonyVPKTool
arch = x86_64
@@ -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.1
+ source = git+https://github.com/harmonytf/HarmonyVPKTool.git#tag=2.0.0-alpha.2
sha256sums = SKIP
pkgname = harmonyvpktool
diff --git a/PKGBUILD b/PKGBUILD
index 15236e5f2523..184609ab8bcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=harmonyvpktool
pkgdesc="An all new Titanfall VPK unpacker. Over 2x faster than the most popular alternative! (ALPHA pre-release)"
-pkgver=2.0.0.alpha.1
+pkgver=2.0.0.alpha.2
pkgrel=1
url="https://github.com/harmonytf/HarmonyVPKTool"
license=('GPL3')
arch=('x86_64')
depends=('webkit2gtk')
makedepends=('cargo' 'git' 'yarn')
-source=("git+$url.git#tag=2.0.0-alpha.1")
+source=("git+$url.git#tag=2.0.0-alpha.2")
sha256sums=('SKIP')
prepare() {