summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authormumei2021-05-16 13:26:05 -0400
committermumei2021-05-16 13:26:05 -0400
commit3ae24771ad17a243e58e7295a24f0796cd5cba7e (patch)
tree14e255e7cd01ff0cf4fc3e41ae5cc2739f1c281e /PKGBUILD
parent805b76eb5bc39a13a39c46ef9996383378e30bd4 (diff)
downloadaur-3ae24771ad17a243e58e7295a24f0796cd5cba7e.tar.gz
Update deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ce04920cd269..aa70922d0b93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,19 +7,15 @@ pkgdesc="The GNUstep GUI class library"
arch=('x86_64')
url="http://www.gnustep.org/"
license=('LGPL')
-depends=('aspell' 'gcc-libs' 'libcups' 'audiofile' 'libsndfile' 'giflib' 'libao')
+depends=('gcc-libs')
makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
-optdepends=('flite1: required for speech synthesis')
+optdepends=('aspell' 'audiofile' 'flite1: required for speech synthesis' 'giflib' 'libcups' 'libsndfile' 'libao')
conflicts=('gnustep-gui-svn')
groups=('gnustep-core')
options=('!makeflags')
source=(https://github.com/gnustep/libs-gui/releases/download/gui-${pkgver//./_}/gnustep-gui-$pkgver.tar.gz)
sha256sums=('7bf12b29b12a2886003d3b251e8076ad284f41780c7322531676fcd54e1d6df5')
-prepare() {
- cd "$srcdir"/$pkgname-$pkgver
-}
-
build() {
cd "$srcdir"/$pkgname-$pkgver
. /usr/share/GNUstep/Makefiles/GNUstep.sh