]> gitweb.fluxo.info Git - slackbuilds.git/commitdiff
imlib2: rebuilt from mkbuild
authorrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 24 Nov 2008 23:06:26 +0000 (23:06 +0000)
committerrhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4>
Mon, 24 Nov 2008 23:06:26 +0000 (23:06 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1967 370017ae-e619-0410-ac65-c121f96126d4

media/libs/imlib2/imlib2.SlackBuild

index 93e3c18fbeab01fa10a4e0f8b508d4aa4e5a7aa8..0806c7db46cfdbb42bc01e34657c9801ee1da037 100755 (executable)
@@ -16,7 +16,7 @@
 #
 # slackbuild for imlib2, by Alexandre Vieira de Souza
 # requires:  
-# tested: imlib2-1.4.1
+# tested: imlib2-1.4.2
 #
 
 # Look for slackbuildrc
@@ -31,7 +31,7 @@ CWD="$(pwd)"
 SRC_NAME="imlib2"
 PKG_NAME="imlib2"
 ARCH=${ARCH:=i486}
-SRC_VERSION=${VERSION:=1.4.1}
+SRC_VERSION=${VERSION:=1.4.2}
 PKG_VERSION="$(echo "$SRC_VERSION" | tr '[[:blank:]-]' '_')"
 BUILD=${BUILD:=1avs}
 SRC_DIR=${SRC_DIR:=$CWD}/$PKG_NAME
@@ -78,7 +78,7 @@ mkdir -p "$PKG_WORK" || exit $ERROR_MKDIR
 
 # Dowload source if necessary
 SRC="$SRC_NAME-$VERSION.tar.gz"
-URL="http://prdownloads.sourceforge.net/enlightenment/$SRC"
+URL="http://downloads.sourceforge.net/enlightenment/$SRC"
 
 if [ ! -s "$SRC_DIR/$SRC" ] || ! gunzip -t "$SRC_DIR/$SRC" 2> /dev/null; then
   wget "$URL" -O "$SRC_DIR/$SRC" || exit $ERROR_WGET