summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
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