summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortheunpleasantowl2023-02-10 23:44:05 -0500
committertheunpleasantowl2023-02-10 23:44:05 -0500
commit7ce88d3516b5f96fbd90c8ea282d5abc9b363691 (patch)
tree46592039fc142d0b0f2abe3d3ca6991ce671e866
parent487e8764d3fd5d1e291159adb7a1e8b385f72a07 (diff)
downloadaur-7ce88d3516b5f96fbd90c8ea282d5abc9b363691.tar.gz
updated to latest, added pgp key
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab1d4f327c50..4d929a13e1dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gnustep-gui
pkgdesc = The GNUstep GUI class library
- pkgver = 0.29.0
+ pkgver = 0.30.0
pkgrel = 1
- url = http://www.gnustep.org/
+ url = https://github.com/gnustep/libs-gui
arch = x86_64
groups = gnustep-core
license = LGPL
@@ -21,8 +21,10 @@ pkgbase = gnustep-gui
optdepends = libao
conflicts = gnustep-gui-svn
options = !makeflags
- source = https://github.com/gnustep/libs-gui/releases/download/gui-0_29_0/gnustep-gui-0.29.0.tar.gz
- sha256sums = 7bf12b29b12a2886003d3b251e8076ad284f41780c7322531676fcd54e1d6df5
+ source = https://github.com/gnustep/libs-gui/releases/download/gui-0_30_0/gnustep-gui-0.30.0.tar.gz
+ source = https://github.com/gnustep/libs-gui/releases/download/gui-0_30_0/gnustep-gui-0.30.0.tar.gz.sig
+ validpgpkeys = 83AAE47CE829A4146EF83420CA868D4C99149679
+ sha256sums = 469dcaa54ed05b2520a704c30c0761a75b3ade8428e2e64645fb7b38a15c3cc3
+ sha256sums = SKIP
pkgname = gnustep-gui
-
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