summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle Sferrazza2017-07-21 00:01:06 -0400
committerKyle Sferrazza2017-07-21 00:01:06 -0400
commit19cd207838e1c271d48558da2ca9455eb3fce5da (patch)
tree8f04f68f6e928e7ce0743d1c3235443283484f9f
parentac58f2da01466d0406ed4d0c7f50de61db1ec42d (diff)
downloadaur-19cd207838e1c271d48558da2ca9455eb3fce5da.tar.gz
gendesk not needed
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3799ac6b9d44..396fa34b9d26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = golly
arch = i686
arch = x86_64
license = GPL
- makedepends = gendesk
makedepends = perl
makedepends = python2
depends = wxgtk
diff --git a/PKGBUILD b/PKGBUILD
index db2f3dc345e8..c85fbf412594 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('i686' 'x86_64')
url="http://golly.sourceforge.net/"
license=('GPL')
depends=('wxgtk')
-makedepends=('gendesk' 'perl' 'python2')
+makedepends=('perl' 'python2')
optdepends=('perl: for Perl scripting support'
'python2: for Python scripting support')
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}-src.tar.gz"