summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77ef1f5b7286..d0c4e572d02a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Hydral <nathan.dacunha.nd@gmail.com>
pkgname=3dstools
-pkgver=1.1.5
+pkgver=1.2.0
pkgrel=1
pkgdesc="Various tools for 3DS development"
arch=('x86_64')
url="https://github.com/devkitPro/3dstools"
license=('unknown')
depends=('gcc-libs')
-source=("https://github.com/devkitPro/3dstools/archive/refs/tags/v1.1.5.tar.gz")
-sha256sums=('47b6a830e583631708d5919e50c7e0155b378bf8f42aa0a5fb56c3f9b5d898dc')
+source=("https://github.com/devkitPro/3dstools/archive/refs/tags/v$pkgver.tar.gz")
+sha256sums=('774fda73b4dc98074e1006618b7d48b81fbaac6c7aa30ce52ba979aac38eed45')
build() {
cd "$srcdir/3dstools-$pkgver"