soulseekqt: update to 20160117
This commit is contained in:
parent
8dab3a7130
commit
129206b886
|
@ -1,27 +1,23 @@
|
|||
# Template file for 'soulseekqt'
|
||||
pkgname=soulseekqt
|
||||
version=20150625
|
||||
version=20160117
|
||||
revision=1
|
||||
_pkgver=2015-6-25
|
||||
_url=http://www.soulseekqt.net/SoulseekQT/Linux
|
||||
_pkgver=2016-1-17
|
||||
if [ "$XBPS_MACHINE" = "x86_64" ]; then
|
||||
_pkgver=$_pkgver-64bit
|
||||
_disttarball="${_url}/SoulseekQt-$_pkgver.tgz"
|
||||
_distcksum=a098d9bfdf68b6f944ef83716e3c94e7abc20738cede7af5c9d78aa23a62207e
|
||||
_distcksum=8c11af264ffdd045de1093090533fc7b86e8814442a14d366c1df1dd6ed58316
|
||||
else
|
||||
_pkgver=$_pkgver-32bit
|
||||
_disttarball="${_url}/SoulseekQt-$_pkgver.tgz"
|
||||
_distcksum=c2d19e8511ebba298bf44243fb0e467717b4e06ecfcbc7237ae1157586f73979
|
||||
_distcksum=39daec020c766350159f63dc025f55a840891dcb805977e8e0eb4daa9d853965
|
||||
fi
|
||||
distfiles="${_disttarball}"
|
||||
distfiles="https://dl.dropboxusercontent.com/u/7226803/SoulseekQt-$_pkgver.tgz"
|
||||
checksum="${_distcksum}"
|
||||
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/"
|
||||
license="Soulseek License (non free)"
|
||||
repository="nonfree"
|
||||
depends="libXext fontconfig libXrender libSM alsa-lib"
|
||||
|
||||
create_wrksrc=yes
|
||||
only_for_archs="i686 x86_64"
|
||||
|
||||
|
|
Loading…
Reference in New Issue