mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/tint2: Update DOWNLOAD url.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4cdd359467
commit
0b8428fc48
2 changed files with 6 additions and 5 deletions
|
@ -9,6 +9,7 @@ PRGNAM=tint2
|
|||
VERSION=${VERSION:-0.12.12}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
COMMIT=${COMMIT:-e9d6ec9f2301e88857ffa7b287a4a3eb36543940}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
|
@ -43,9 +44,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf ${PRGNAM}-${VERSION}
|
||||
tar xvf $CWD/${PRGNAM}_${VERSION}.orig.tar.gz
|
||||
cd ${PRGNAM}-${VERSION}-${COMMIT}
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="tint2"
|
||||
VERSION="0.12.12"
|
||||
HOMEPAGE="https://gitlab.com/o9000/tint2"
|
||||
DOWNLOAD="http://duganchen.ca/files/sbo_sources/tint2-0.12.12.tar.xz"
|
||||
MD5SUM="c521c8e5f49628d61892866f7a3076a1"
|
||||
DOWNLOAD="http://http.debian.net/debian/pool/main/t/tint2/tint2_0.12.12.orig.tar.gz"
|
||||
MD5SUM="1fe0003fcbae92e38d5d27f89dad5b6d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="imlib2"
|
||||
|
|
Loading…
Reference in a new issue