summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94380fa621c7..e504b6a3f040 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = soulseekqt
pkgdesc = A desktop client for the Soulseek peer-to-peer file sharing network
- pkgver = 20150621
+ pkgver = 20150625
pkgrel = 1
url = http://www.soulseekqt.net/news/
arch = i686
arch = x86_64
license = custom
- source = https://dl.dropboxusercontent.com/u/7226803/SoulseekQt-2015-6-21-32bit.tgz
+ source = http://www.soulseekqt.net/SoulseekQT/Linux/SoulseekQt-2015-06-25-32bit.tgz
source = soulseekqt.desktop
source = soulseekqt.png
diff --git a/PKGBUILD b/PKGBUILD
index 9dad3e47ea85..e9a3baf51b7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: farnsworth517
pkgname=soulseekqt
-pkgver=20150621
-_pkgver=2015-6-21
+pkgver=20150625
+_pkgver=2015-06-25
if [[ "$CARCH" == 'x86_64' ]] ; then
_pkgver=$_pkgver-64bit
@@ -21,18 +21,17 @@ license=('custom')
if [[ "$CARCH" == 'i686' ]] ; then
depends=( 'libxext' 'fontconfig' 'libxrender' 'libsm' 'alsa-lib' )
- md5sums=( 'f0ae206b59144a3773fb609b86d24c39'
+ md5sums=( '902faf6740871ab1fd0f60b1cfab3e32'
'0a2137a47e9ac0b4b57a0d55872d0842'
'256ec24f7ad2d39ac8da0f1c03d3cafe' )
elif [[ "$CARCH" == 'x86_64' ]] ; then
depends=( 'libxext' 'fontconfig' 'libxrender' )
- md5sums=( '7d3f295e219782cca78a813ab682ff23'
+ md5sums=( '0072ff19513466ca97de037e6e1d1875'
'0a2137a47e9ac0b4b57a0d55872d0842'
'256ec24f7ad2d39ac8da0f1c03d3cafe' )
fi
-source=( "https://dl.dropboxusercontent.com/u/7226803/SoulseekQt-$_pkgver.tgz"
- #"http://www.soulseekqt.net/SoulseekQT/Linux/SoulseekQt-$_pkgver.tgz"
+source=( "http://www.soulseekqt.net/SoulseekQT/Linux/SoulseekQt-$_pkgver.tgz"
$pkgname.desktop
$pkgname.png )