mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/screenkey: Update links.
Signed-off-by: Benjamin Trigona-Harany <slackbuilds@jaxartes.net> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
effea77243
commit
2d961eef8f
2 changed files with 5 additions and 5 deletions
|
@ -60,8 +60,8 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$PRGNAM-$VERSION
|
||||
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 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="screenkey"
|
||||
VERSION="0.9"
|
||||
HOMEPAGE="https://github.com/wavexx/screenkey"
|
||||
DOWNLOAD="https://github.com/wavexx/screenkey/archive/screenkey-0.9/screenkey-screenkey-0.9.tar.gz"
|
||||
MD5SUM="254da71581c1e2f5e2bdbb475dc0a721"
|
||||
HOMEPAGE="https://www.thregr.org/~wavexx/software/screenkey/"
|
||||
DOWNLOAD="https://www.thregr.org/~wavexx/software/screenkey/releases/screenkey-0.9.tar.gz"
|
||||
MD5SUM="14b194d2b3c937ae6bc905dea69f3502"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="FontAwesome setuptools-git python-distutils-extra slop"
|
||||
|
|
Loading…
Reference in a new issue