summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Lansdowne2023-01-19 21:19:48 +0000
committerJoseph Lansdowne2023-01-19 21:19:48 +0000
commitac0e0b961657253a937c81df1e5c96cf228e6d97 (patch)
treeff720efa6b9c0edc38ec8dc067fb83abd8dd59aa
parent6736076432866ace29e65c9f8ccf69025cab250e (diff)
downloadaur-gcedit.tar.gz
gcedit: add makedepends
-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')