summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9f6de39e205..cede155f70ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnustep-gui
pkgdesc = The GNUstep GUI class library
- pkgver = 0.28.0
+ pkgver = 0.29.0
pkgrel = 1
url = http://www.gnustep.org/
arch = x86_64
@@ -19,8 +19,8 @@ pkgbase = gnustep-gui
optdepends = flite1: required for speech synthesis
conflicts = gnustep-gui-svn
options = !makeflags
- source = https://github.com/gnustep/libs-gui/releases/download/gui-0_28_0/gnustep-gui-0.28.0.tar.gz
- sha256sums = 1f6d2de60417e8a674280de84077f94f7394ae4edb3fae9e04129743d7449317
+ source = https://github.com/gnustep/libs-gui/releases/download/gui-0_29_0/gnustep-gui-0.29.0.tar.gz
+ sha256sums = 7bf12b29b12a2886003d3b251e8076ad284f41780c7322531676fcd54e1d6df5
pkgname = gnustep-gui
diff --git a/PKGBUILD b/PKGBUILD
index 6a494200b491..ce04920cd269 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: <mumei AT airmail DOT cc>
pkgname=gnustep-gui
-pkgver=0.28.0
+pkgver=0.29.0
pkgrel=1
pkgdesc="The GNUstep GUI class library"
arch=('x86_64')
@@ -14,7 +14,7 @@ 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=('1f6d2de60417e8a674280de84077f94f7394ae4edb3fae9e04129743d7449317')
+sha256sums=('7bf12b29b12a2886003d3b251e8076ad284f41780c7322531676fcd54e1d6df5')
prepare() {
cd "$srcdir"/$pkgname-$pkgver