development/rarian: Updated for version 0.8.3.

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-05 00:33:50 +01:00 committed by Willy Sudiarto Raharjo
parent 0d35ebc73e
commit 9d9912343a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 5 deletions

View File

@ -35,7 +35,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=rarian
VERSION=${VERSION:-0.8.2}
VERSION=${VERSION:-0.8.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -84,6 +84,8 @@ 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.2"
HOMEPAGE="https://gitlab.freedesktop.org/rarian/rarian"
DOWNLOAD="https://gitlab.freedesktop.org/rarian/rarian/-/archive/0.8.2/rarian-0.8.2.tar.bz2"
MD5SUM="4caac95db559f2492599080f5b99c4fd"
VERSION="0.8.3"
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_x86_64=""
MD5SUM_x86_64=""
REQUIRES="tinyxml"