summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorluigoalma2019-04-18 14:24:03 +0100
committerluigoalma2019-04-18 14:24:03 +0100
commita43e7f3f2843727c5624bb3e1af1a8033874ed4d (patch)
treef0f2173fcd455d17dd6340d3f439a6e0e410ae99
parent5ef47cdfe83b720dea4455a5a6d6254d232ba049 (diff)
downloadaur-a43e7f3f2843727c5624bb3e1af1a8033874ed4d.tar.gz
Derp, forgot pkgrel bump
-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)