[arch-commits] Commit in gnustep-base/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat May 2 08:58:00 UTC 2020


    Date: Saturday, May 2, 2020 @ 08:57:59
  Author: arojas
Revision: 624339

Update to 1.27.0

Modified:
  gnustep-base/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-02 08:51:40 UTC (rev 624338)
+++ PKGBUILD	2020-05-02 08:57:59 UTC (rev 624339)
@@ -3,8 +3,8 @@
 # Contributor: Sebastian Sareyko <public at nooms.de>
 
 pkgname=gnustep-base
-pkgver=1.26.0
-pkgrel=5
+pkgver=1.27.0
+pkgrel=1
 pkgdesc="The GNUstep base package"
 arch=('x86_64')
 url="http://www.gnustep.org/"
@@ -14,7 +14,7 @@
 groups=('gnustep-core')
 options=('!emptydirs' '!makeflags')
 source=(https://github.com/gnustep/libs-base/releases/download/base-${pkgver//./_}/gnustep-base-${pkgver}.tar.gz{,.sig})
-sha256sums=('f68bc066c60c73cfc1582326866d0a59be791df56d752dfdc51b838e79364173'
+sha256sums=('8803fa1fdf23f90264a81ad2d9fbe97ba66d6e313e396a28fd7c10d2caceb283'
             'SKIP')
 validpgpkeys=('83AAE47CE829A4146EF83420CA868D4C99149679')
 
@@ -26,7 +26,7 @@
   # fix file ownership
   sed -i 's/tar -xf $(TIMEZONE_ARCHIVE);/tar -xf $(TIMEZONE_ARCHIVE);chown -R root:root * ;/' NSTimeZones/Makefile.postamble
   sed -i 's|.*gnutls_transport_set_lowat.*||' Source/GSSocketStream.m
-  make VERBOSE=1
+  make
 }
 
 package() {



More information about the arch-commits mailing list