mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
system/trashy: Fixed alternate tarball name and MD5SUM.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
edf218e61d
commit
02165bf3ff
2 changed files with 4 additions and 3 deletions
|
@ -27,8 +27,9 @@ rm -rf $PKG
|
||||||
mkdir -p $TMP $PKG $OUTPUT
|
mkdir -p $TMP $PKG $OUTPUT
|
||||||
|
|
||||||
cd $TMP
|
cd $TMP
|
||||||
tar xvf $CWD/archive.tar.bz2 || tar xvf $CWD/archive.tar.bz2?ref={master,1.0}
|
rm -rf $PRGNAM-master-*
|
||||||
cd $PRGNAM.git
|
tar xvf $CWD/archive.tar.bz2 || tar xvf $CWD/trashy-master-*.tar.bz2
|
||||||
|
cd $PRGNAM-master-*
|
||||||
chown -R root:root .
|
chown -R root:root .
|
||||||
find -L . \
|
find -L . \
|
||||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||||
|
|
|
@ -2,7 +2,7 @@ PRGNAM="trashy"
|
||||||
VERSION="1.0"
|
VERSION="1.0"
|
||||||
HOMEPAGE="http://slackermedia.info/trashy"
|
HOMEPAGE="http://slackermedia.info/trashy"
|
||||||
DOWNLOAD="https://gitlab.com/trashy/trashy/repository/archive.tar.bz2"
|
DOWNLOAD="https://gitlab.com/trashy/trashy/repository/archive.tar.bz2"
|
||||||
MD5SUM="6a66b885a6c0fb11099d716441474ab4"
|
MD5SUM="d7db2ed968b2efa3e28e3c0e0c534e1e"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue