summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake2024-06-30 03:11:13 +0200
committerJake2024-06-30 03:11:13 +0200
commit81115ec1d81288c00550a909253fe27e464cf6e1 (patch)
tree2e002ac40f1995bb6d2b94a14520e1a4c26de23d
parentb3e8d2e11dc7d84e50e643c5f2bdea70f6b25eee (diff)
downloadaur-81115ec1d81288c00550a909253fe27e464cf6e1.tar.gz
Fix: golly depends on python-setuptools
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5c7d7837cab..b134773d1c38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = golly
arch = i686
arch = x86_64
license = GPL
- makedepends = python3
+ makedepends = python-setuptools
depends = wxwidgets-gtk3
depends = glu
depends = sdl2
diff --git a/PKGBUILD b/PKGBUILD
index 67992026adb9..4cf77427eb87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('i686' 'x86_64')
url="http://golly.sourceforge.net/"
license=('GPL')
depends=('wxwidgets-gtk3' 'glu' 'sdl2')
-makedepends=('python3')
+makedepends=('python-setuptools')
optdepends=('python3: for Python scripting support')
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.gz"
"golly.desktop")