summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302015-06-23 13:07:13 +0200
committerM0Rf302015-06-23 13:07:13 +0200
commit22e098f4c7d8098167bbba00422460f128ef619d (patch)
tree35a8d7d38881b9791d41ab44a2a76ab6cedcc30b
parent420100dd35b5bbc9b93ea4ff6f55272c5d5dd99e (diff)
downloadaur-22e098f4c7d8098167bbba00422460f128ef619d.tar.gz
2015-6-21 nightly release. SIGTERM fix
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc11cdf55ada..9dad3e47ea85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: farnsworth517
pkgname=soulseekqt
-pkgver=20141130
-_pkgver=2014-11-30
+pkgver=20150621
+_pkgver=2015-6-21
if [[ "$CARCH" == 'x86_64' ]] ; then
_pkgver=$_pkgver-64bit
@@ -21,17 +21,18 @@ license=('custom')
if [[ "$CARCH" == 'i686' ]] ; then
depends=( 'libxext' 'fontconfig' 'libxrender' 'libsm' 'alsa-lib' )
- md5sums=( '0ce2ebf13704574205cc4c47368fb14b'
+ md5sums=( 'f0ae206b59144a3773fb609b86d24c39'
'0a2137a47e9ac0b4b57a0d55872d0842'
'256ec24f7ad2d39ac8da0f1c03d3cafe' )
elif [[ "$CARCH" == 'x86_64' ]] ; then
depends=( 'libxext' 'fontconfig' 'libxrender' )
- md5sums=( '8f644c5903d11233ebb3c65a4eafaeb6'
+ md5sums=( '7d3f295e219782cca78a813ab682ff23'
'0a2137a47e9ac0b4b57a0d55872d0842'
'256ec24f7ad2d39ac8da0f1c03d3cafe' )
fi
-source=( "http://www.soulseekqt.net/SoulseekQT/Linux/SoulseekQt-$_pkgver.tgz"
+source=( "https://dl.dropboxusercontent.com/u/7226803/SoulseekQt-$_pkgver.tgz"
+ #"http://www.soulseekqt.net/SoulseekQT/Linux/SoulseekQt-$_pkgver.tgz"
$pkgname.desktop
$pkgname.png )