summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Burgwin2019-05-26 21:08:06 -0700
committerIan Burgwin2019-05-26 21:08:06 -0700
commitccb5f2443da9f2e9525dff4803c7cbf3681b6453 (patch)
treee661a55d2266bbbf77b1906cafaf5ea30e7e7de3
parentdb856b6de77f6f983726f4f7462113dd3c80e2f4 (diff)
downloadaur-ccb5f2443da9f2e9525dff4803c7cbf3681b6453.tar.gz
add python-setuptools to makedepends once more
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b2c7b2dd9e8..899b86614426 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = ninfs
pkgdesc = FUSE filesystem Python scripts for Nintendo console files
pkgver = 1.6
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ihaveamac/ninfs
arch = x86_64
license = MIT
+ makedepends = python-setuptools
makedepends = unzip
noextract = ninfs-1.6-src.zip
options = !strip
@@ -28,7 +29,7 @@ pkgname = ninfs
pkgname = ninfs-gui
install = NinFSGUI.install
- depends = ninfs=1.6-3
+ depends = ninfs=1.6-4
depends = python-setuptools
depends = python-appjar
depends = tk
diff --git a/PKGBUILD b/PKGBUILD
index 8d1cf0b06639..a119fe6dda33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgbase=ninfs
pkgname=(ninfs ninfs-gui)
pkgver=1.6
-pkgrel=3
+pkgrel=4
pkgdesc="FUSE filesystem Python scripts for Nintendo console files"
arch=($CARCH)
license=(MIT)
url='https://github.com/ihaveamac/ninfs'
-makedepends=('unzip')
+makedepends=('python-setuptools' 'unzip')
options=(!strip)
_source=("${pkgbase}-${pkgver}-src.zip"{,.asc}"::${url}/releases/download/v${pkgver}/${pkgbase}-${pkgver}-src.zip"{.asc,''})
source=(${_source[@]:1:2})