summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 26501bcade13..3e2f558dc98b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = gcedit
url = http://ikn.org.uk/app/gcedit
arch = any
license = GPL3
+ makedepends = python-setuptools
depends = python>=3.2
depends = python-gobject>=3.11
source = https://launchpad.net/gcedit/trunk/0.4.3/+download/gcedit-0.4.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 507f27eec164..00263371e7e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc="GameCube disk image editor"
arch=(any)
url=http://ikn.org.uk/app/gcedit
license=(GPL3)
+makedepends=(python-setuptools)
depends=("python>=3.2" "python-gobject>=3.11")
source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
sha256sums=('44762ef524db10fac0a00f4e75c16dc34f7113a6c0a9ebe7d8ca38bee51fa314')