summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Simmons2024-02-09 19:43:21 -0500
committerAndrew Simmons2024-02-09 19:43:21 -0500
commit7ffa56bca0b0b2f28fa2ca8904e9a66eddd1c55c (patch)
treed987a3217f18ebe9a883f39ee81b7e200c8dc0e6
parentf07c9f92b58e3655214ff0054c9f6d1c2a0c1dda (diff)
downloadaur-7ffa56bca0b0b2f28fa2ca8904e9a66eddd1c55c.tar.gz
Update to 1.9.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c813f61ebd23..e759999f018c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = nstool
pkgdesc = General purpose read/extract tool for Nintendo Switch file formats.
- pkgver = 1.7.0
+ pkgver = 1.9.0
pkgrel = 1
url = https://github.com/jakcron/nstool
arch = x86_64
arch = i686
license = MIT
makedepends = git
- source = git+https://github.com/jakcron/nstool.git#tag=v1.7.0-r2
+ source = git+https://github.com/jakcron/nstool.git#tag=v1.9.0
md5sums = SKIP
pkgname = nstool
diff --git a/PKGBUILD b/PKGBUILD
index eccd7731201a..7e7988919859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,14 @@
# Maintainer: Andrew Simmons <agsimmons0 at gmail dot com>
pkgname=nstool
-pkgver='1.7.0'
-_pkgvermod='-r2'
+pkgver='1.9.0'
pkgrel=1
pkgdesc="General purpose read/extract tool for Nintendo Switch file formats."
arch=('x86_64' 'i686')
url="https://github.com/jakcron/nstool"
license=('MIT')
makedepends=('git')
-source=("git+https://github.com/jakcron/nstool.git#tag=v${pkgver}${_pkgvermod}")
+source=("git+https://github.com/jakcron/nstool.git#tag=v${pkgver}")
md5sums=('SKIP')
prepare() {