diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2015-02-16 22:11:35 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-21 09:03:54 +0700 |
commit | c2067d87a9cc1cc779f7bc1e063e863970bb00bc (patch) | |
tree | 019140eaa5ea6c531c43b8bc58293df25f3153de /system | |
parent | c6d3f175290ae04e02106a141bc3ea5b5b324f86 (diff) | |
download | slackbuilds-c2067d87a9cc1cc779f7bc1e063e863970bb00bc.tar.gz |
system/multicorn: Updated for version 1.1.0.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'system')
-rw-r--r-- | system/multicorn/multicorn.SlackBuild | 12 | ||||
-rw-r--r-- | system/multicorn/multicorn.info | 6 |
2 files changed, 9 insertions, 9 deletions
diff --git a/system/multicorn/multicorn.SlackBuild b/system/multicorn/multicorn.SlackBuild index 3331c37df5..6d333ed57c 100644 --- a/system/multicorn/multicorn.SlackBuild +++ b/system/multicorn/multicorn.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for multicorn -# Copyright 2013-2014 Audrius Kažukauskas <audrius@neutrino.lt> +# Copyright 2013-2015 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=multicorn -VERSION=${VERSION:-1.0.1} +VERSION=${VERSION:-1.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -64,10 +64,10 @@ unzip $CWD/$PRGNAM-$VERSION.zip cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # Set Python code installation path. sed -i "s|install$|install --root=$PKG|" Makefile diff --git a/system/multicorn/multicorn.info b/system/multicorn/multicorn.info index 7d3264310f..be4b69cfa7 100644 --- a/system/multicorn/multicorn.info +++ b/system/multicorn/multicorn.info @@ -1,8 +1,8 @@ PRGNAM="multicorn" -VERSION="1.0.1" +VERSION="1.1.0" HOMEPAGE="http://multicorn.org/" -DOWNLOAD="http://api.pgxn.org/dist/multicorn/1.0.1/multicorn-1.0.1.zip" -MD5SUM="c1b137774e0ecf473aa9628a2b4eb0e7" +DOWNLOAD="http://api.pgxn.org/dist/multicorn/1.1.0/multicorn-1.1.0.zip" +MD5SUM="c35d710bcd5f632a8654b53388d9e543" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools postgresql" |