development/rarian: Updated for version 0.8.4.

Signed-off-by: bedlam <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tim Dickson 2023-05-11 22:20:24 +01:00 committed by Willy Sudiarto Raharjo
parent e7815c4619
commit 546373eba6
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 6 deletions

View file

@ -35,7 +35,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rarian
VERSION=${VERSION:-0.8.3}
VERSION=${VERSION:-0.8.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -84,8 +84,6 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2
cd $PRGNAM-$VERSION
#patch configure.ac
sed -i 's/2.71/2.69/g' configure.ac
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \

View file

@ -1,8 +1,8 @@
PRGNAM="rarian"
VERSION="0.8.3"
VERSION="0.8.4"
HOMEPAGE="https://rarian.freedesktop.org"
DOWNLOAD="https://gitlab.freedesktop.org/rarian/rarian/-/archive/0.8.3/rarian-0.8.3.tar.bz2"
MD5SUM="51f7af6f311397007268e1adc4ee301a"
DOWNLOAD="https://gitlab.freedesktop.org/rarian/rarian/-/archive/0.8.4/rarian-0.8.4.tar.bz2"
MD5SUM="def140efe9a743695cb2498ce91969b2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="tinyxml"