summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
author Petar Petrov <slackalaxy@gmail.com>2016-11-26 21:54:01 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-12-03 07:17:45 +0700
commitb10e3355c21ebd632d13f88817ca7b81d6cdaacf (patch)
tree28a047056e382d804281743d927172f10354c6de /misc
parente7ceeeca4f6ab4c42199f912eb9721c6274b80e2 (diff)
downloadslackbuilds-b10e3355c21ebd632d13f88817ca7b81d6cdaacf.tar.gz
slackbuilds-b10e3355c21ebd632d13f88817ca7b81d6cdaacf.tar.xz
misc/igal2: Updated for version 2.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/igal2/igal2.SlackBuild10
-rw-r--r--misc/igal2/igal2.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/misc/igal2/igal2.SlackBuild b/misc/igal2/igal2.SlackBuild
index 05e4308450..2bf21519b0 100644
--- a/misc/igal2/igal2.SlackBuild
+++ b/misc/igal2/igal2.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=igal2
-VERSION=${VERSION:-2.1}
+VERSION=${VERSION:-2.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -44,10 +44,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
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 {} \;
# We'll put these in the doc directory later
sed -i "s:README::" Makefile
diff --git a/misc/igal2/igal2.info b/misc/igal2/igal2.info
index 853c2ab063..bcc8832ecb 100644
--- a/misc/igal2/igal2.info
+++ b/misc/igal2/igal2.info
@@ -1,8 +1,8 @@
PRGNAM="igal2"
-VERSION="2.1"
+VERSION="2.2"
HOMEPAGE="http://igal.trexler.at/"
-DOWNLOAD="http://igal.trexler.at/igal2-2.1.tar.gz"
-MD5SUM="b6655427146a4590ed6666d5ac29958e"
+DOWNLOAD="http://igal.trexler.at/igal2-2.2.tar.gz"
+MD5SUM="257058ffa3d8ac5ef71232743f91c4b5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""