summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {