summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee89e8f449b8..5d937196be53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Fri Jul 7 12:14:18 UTC 2017
+# Sat Jul 8 13:40:21 UTC 2017
pkgbase = soulseekqt
pkgdesc = A desktop client for the Soulseek peer-to-peer file sharing network
pkgver = 20170220
- pkgrel = 1
+ pkgrel = 2
url = http://www.soulseekqt.net/news/
arch = i686
arch = x86_64
license = custom
- depends = libxext
+ depends = double-conversion
depends = fontconfig
+ depends = libxext
depends = libxrender
source = soulseekqt.desktop
source = soulseekqt.png
diff --git a/PKGBUILD b/PKGBUILD
index 550b5a051711..dea7ea919172 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=soulseekqt
pkgver=20170220
_pkgver=2017-2-20
-pkgrel=1
+pkgrel=2
pkgdesc="A desktop client for the Soulseek peer-to-peer file sharing network"
arch=('i686' 'x86_64')
url="http://www.soulseekqt.net/news/"
license=('custom')
-depends=( 'libxext' 'fontconfig' 'libxrender' )
+depends=('double-conversion' 'fontconfig' 'libxext' 'libxrender')
source=($pkgname.desktop
$pkgname.png )