summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bef488cf55ee..f6bf9be6bac0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ninfs
pkgdesc = FUSE filesystem Python scripts for Nintendo console files
pkgver = 1.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ihaveamac/ninfs
arch = x86_64
license = MIT
@@ -29,7 +29,7 @@ pkgname = ninfs
pkgname = ninfs-gui
install = NinFSGUI.install
- depends = ninfs=1.4-1
+ depends = ninfs=1.4-2
depends = python-appjar
depends = tk
provides = fuse-3ds-gui
diff --git a/PKGBUILD b/PKGBUILD
index af0b08781189..6c6d199de41d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=ninfs
pkgname=(ninfs ninfs-gui)
pkgver=1.4
-pkgrel=1
+pkgrel=2
pkgdesc="FUSE filesystem Python scripts for Nintendo console files"
arch=($CARCH)
license=(MIT)