summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel LeWarne2017-06-21 18:37:42 -0400
committerDaniel LeWarne2017-06-21 18:37:42 -0400
commitb53db52fff51e9ed4957706ae94e5ba71823fc33 (patch)
tree15d8b8aafb8cd89e9e87155d8461c05a14b82a61
parent9a0a90eff533d7c3634e71276efd2559973b15bb (diff)
downloadaur-b53db52fff51e9ed4957706ae94e5ba71823fc33.tar.gz
4.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39784f835313..4cd29626edeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = 3dsconv
pkgdesc = Tool to convert Nintendo 3DS CTR Cart Image files (CCI, ".3ds") to the CTR Importable Archive format (CIA).
- pkgver = 3.21
- pkgrel = 1
+ pkgver = 4.1
+ pkgrel = 0
url = https://github.com/ihaveamac/3dsconv
arch = any
license = MIT
@@ -10,8 +10,8 @@ pkgbase = 3dsconv
optdepends = python2-crypto: support for zerokey-encryption
provides = 3dsconv
options = !strip
- source = https://github.com/ihaveamac/3dsconv/archive/v3.21.tar.gz
- sha256sums = 264bf0ce38c97f2d0bd97ebc50e650eb6ec2096340f391ce5d0bcb26d58e48eb
+ source = https://github.com/ihaveamac/3dsconv/archive/v4.1.tar.gz
+ sha256sums = bacb1d19fbdd875cafce5302f594568c7766d8670ea932b363d6af7b1f5b5b07
pkgname = 3dsconv
diff --git a/PKGBUILD b/PKGBUILD
index 4aabce61cf61..048089b31e8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: yubimusubi
pkgname=('3dsconv')
provides=('3dsconv')
-pkgver=3.21
-pkgrel=1
+pkgver=4.1
+pkgrel=0
pkgdesc='Tool to convert Nintendo 3DS CTR Cart Image files (CCI, ".3ds") to the CTR Importable Archive format (CIA).'
arch=('any')
url="https://github.com/ihaveamac/3dsconv"
@@ -17,7 +17,7 @@ source=(
)
sha256sums=(
- '264bf0ce38c97f2d0bd97ebc50e650eb6ec2096340f391ce5d0bcb26d58e48eb'
+ 'bacb1d19fbdd875cafce5302f594568c7766d8670ea932b363d6af7b1f5b5b07'
)
package() {