misc/igal2: Updated for version 2.2.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Petar Petrov 2016-11-26 21:54:01 +00:00 committed by Willy Sudiarto Raharjo
parent e7ceeeca4f
commit b10e3355c2
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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=""