summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
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() {