diff options
Diffstat (limited to 'development/rarian')
-rw-r--r-- | development/rarian/rarian.SlackBuild | 4 | ||||
-rw-r--r-- | development/rarian/rarian.info | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/development/rarian/rarian.SlackBuild b/development/rarian/rarian.SlackBuild index 308b2670ec4b7..1a2a191ca3b53 100644 --- a/development/rarian/rarian.SlackBuild +++ b/development/rarian/rarian.SlackBuild @@ -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 \ diff --git a/development/rarian/rarian.info b/development/rarian/rarian.info index c96e2822566af..7d2fdb6612943 100644 --- a/development/rarian/rarian.info +++ b/development/rarian/rarian.info @@ -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" |