diff options
author | Chris Walker <kris240376@gmail.com> | 2018-09-23 00:14:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-09-23 06:58:12 +0700 |
commit | 761f5387b34306bad34ba0697930f5178dbb3983 (patch) | |
tree | cd91450c87510c7c958a34a48d2d690a8ee56151 /development/gnustep-base | |
parent | d4fbed7b02e5ab3896ab674e9d3b89354fdd0a5c (diff) | |
download | slackbuilds-761f5387b34306bad34ba0697930f5178dbb3983.tar.gz |
development/gnustep-base: Updated for version 1.25.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/gnustep-base')
-rw-r--r-- | development/gnustep-base/gnustep-base.SlackBuild | 6 | ||||
-rw-r--r-- | development/gnustep-base/gnustep-base.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/gnustep-base/gnustep-base.SlackBuild b/development/gnustep-base/gnustep-base.SlackBuild index d610b4b7f0..e94f944f05 100644 --- a/development/gnustep-base/gnustep-base.SlackBuild +++ b/development/gnustep-base/gnustep-base.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gnustep-base -VERSION=${VERSION:-1.25.0} +VERSION=${VERSION:-1.25.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,8 +83,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG GNUSTEP_INSTALLATION_DOMAIN=SYSTEM -chown -R root:root $PKG/usr/lib/GNUstep/Libraries -chmod -R go-w $PKG/usr/lib/GNUstep/Libraries +chown -R root:root $PKG/usr/lib${LIBDIRSUFFIX}/GNUstep/Libraries +chmod -R go-w $PKG/usr/lib${LIBDIRSUFFIX}/GNUstep/Libraries mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ diff --git a/development/gnustep-base/gnustep-base.info b/development/gnustep-base/gnustep-base.info index aed79db5d1..7858c5c43c 100644 --- a/development/gnustep-base/gnustep-base.info +++ b/development/gnustep-base/gnustep-base.info @@ -1,8 +1,8 @@ PRGNAM="gnustep-base" -VERSION="1.25.0" +VERSION="1.25.1" HOMEPAGE="http://www.gnustep.org" -DOWNLOAD="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.25.0.tar.gz" -MD5SUM="f968ab0a43ac59f14dabeb6b66476806" +DOWNLOAD="ftp://ftp.gnustep.org/pub/gnustep/core/gnustep-base-1.25.1.tar.gz" +MD5SUM="757130f80a31e9ee30d8c2b83b0c226a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gnustep-make" |