summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortheunpleasantowl2023-02-10 23:44:05 -0500
committertheunpleasantowl2023-02-10 23:44:05 -0500
commit7ce88d3516b5f96fbd90c8ea282d5abc9b363691 (patch)
tree46592039fc142d0b0f2abe3d3ca6991ce671e866 /PKGBUILD
parent487e8764d3fd5d1e291159adb7a1e8b385f72a07 (diff)
downloadaur-7ce88d3516b5f96fbd90c8ea282d5abc9b363691.tar.gz
updated to latest, added pgp key
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa066a89dcc9..4a6a5a358da7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: <mumei AT airmail DOT cc>
pkgname=gnustep-gui
-pkgver=0.29.0
+pkgver=0.30.0
pkgrel=1
pkgdesc="The GNUstep GUI class library"
arch=('x86_64')
-url="http://www.gnustep.org/"
+url="https://github.com/gnustep/libs-gui"
license=('LGPL')
depends=('gcc-libs' 'libjpeg' 'libtiff')
makedepends=('gcc-objc' 'gnustep-base' 'gnustep-make')
@@ -12,8 +12,10 @@ optdepends=('aspell' 'audiofile' 'flite1: required for speech synthesis' 'giflib
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')
+source=(https://github.com/gnustep/libs-gui/releases/download/gui-${pkgver//./_}/$pkgname-$pkgver.tar.gz{,.sig})
+sha256sums=('469dcaa54ed05b2520a704c30c0761a75b3ade8428e2e64645fb7b38a15c3cc3'
+ 'SKIP')
+validpgpkeys=('83AAE47CE829A4146EF83420CA868D4C99149679')
build() {
cd "$srcdir"/$pkgname-$pkgver