summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e504b6a3f040..3e0d30f2f326 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,14 @@
+# Generated by mksrcinfo v8
+# Thu Jan 21 15:16:15 UTC 2016
pkgbase = soulseekqt
pkgdesc = A desktop client for the Soulseek peer-to-peer file sharing network
- pkgver = 20150625
+ pkgver = 20160117
pkgrel = 1
url = http://www.soulseekqt.net/news/
arch = i686
arch = x86_64
license = custom
- source = http://www.soulseekqt.net/SoulseekQT/Linux/SoulseekQt-2015-06-25-32bit.tgz
+ source = https://dl.dropboxusercontent.com/u/7226803/SoulseekQt-2016-1-17-32bit.tgz
source = soulseekqt.desktop
source = soulseekqt.png
diff --git a/PKGBUILD b/PKGBUILD
index 1788ef13bef7..ed0e3e063bc9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: farnsworth517
pkgname=soulseekqt
-pkgver=20150625
-_pkgver=2015-6-25
+pkgver=20160117
+_pkgver=2016-1-17
if [[ "$CARCH" == 'x86_64' ]] ; then
_pkgver=$_pkgver-64bit
@@ -20,13 +20,13 @@ url="http://www.soulseekqt.net/news/"
license=('custom')
if [[ "$CARCH" == 'i686' ]] ; then
- depends=( 'libxext' 'fontconfig' 'libxrender' 'libsm' 'alsa-lib' )
- md5sums=( '902faf6740871ab1fd0f60b1cfab3e32'
+ depends=( 'libxext' 'fontconfig' 'libxrender' )
+ md5sums=( '906d99b15ed02d0d66981fffeeea1218'
'0a2137a47e9ac0b4b57a0d55872d0842'
'256ec24f7ad2d39ac8da0f1c03d3cafe' )
elif [[ "$CARCH" == 'x86_64' ]] ; then
depends=( 'libxext' 'fontconfig' 'libxrender' )
- md5sums=( '0072ff19513466ca97de037e6e1d1875'
+ md5sums=( 'c843e748a129e4ad9461280aeb2b957a'
'0a2137a47e9ac0b4b57a0d55872d0842'
'256ec24f7ad2d39ac8da0f1c03d3cafe' )
fi