soulseekqt: update to 20160117

This commit is contained in:
jarbowski 2016-04-02 08:12:14 +02:00 committed by Juan RP
parent 8dab3a7130
commit 129206b886
1 changed files with 6 additions and 10 deletions

View File

@ -1,27 +1,23 @@
# Template file for 'soulseekqt' # Template file for 'soulseekqt'
pkgname=soulseekqt pkgname=soulseekqt
version=20150625 version=20160117
revision=1 revision=1
_pkgver=2015-6-25 _pkgver=2016-1-17
_url=http://www.soulseekqt.net/SoulseekQT/Linux
if [ "$XBPS_MACHINE" = "x86_64" ]; then if [ "$XBPS_MACHINE" = "x86_64" ]; then
_pkgver=$_pkgver-64bit _pkgver=$_pkgver-64bit
_disttarball="${_url}/SoulseekQt-$_pkgver.tgz" _distcksum=8c11af264ffdd045de1093090533fc7b86e8814442a14d366c1df1dd6ed58316
_distcksum=a098d9bfdf68b6f944ef83716e3c94e7abc20738cede7af5c9d78aa23a62207e
else else
_pkgver=$_pkgver-32bit _pkgver=$_pkgver-32bit
_disttarball="${_url}/SoulseekQt-$_pkgver.tgz" _distcksum=39daec020c766350159f63dc025f55a840891dcb805977e8e0eb4daa9d853965
_distcksum=c2d19e8511ebba298bf44243fb0e467717b4e06ecfcbc7237ae1157586f73979
fi fi
distfiles="${_disttarball}" distfiles="https://dl.dropboxusercontent.com/u/7226803/SoulseekQt-$_pkgver.tgz"
checksum="${_distcksum}" checksum="${_distcksum}"
short_desc="A desktop client for the Soulseek peer-to-peer file sharing network" short_desc="A desktop client for the Soulseek peer-to-peer file sharing network"
maintainer="Boris Jarbowski <jarbowski@gmail.com>" maintainer="jarbowski <jarbowski@cock.lu>"
homepage="http://www.soulseekqt.net/news/" homepage="http://www.soulseekqt.net/news/"
license="Soulseek License (non free)" license="Soulseek License (non free)"
repository="nonfree" repository="nonfree"
depends="libXext fontconfig libXrender libSM alsa-lib" depends="libXext fontconfig libXrender libSM alsa-lib"
create_wrksrc=yes create_wrksrc=yes
only_for_archs="i686 x86_64" only_for_archs="i686 x86_64"