summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e20ea036519..823b682809ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
pkgbase = soulseekqt
pkgdesc = A desktop client for the Soulseek peer-to-peer file sharing network
pkgver = 20180130
- pkgrel = 4
+ pkgrel = 5
url = http://www.soulseekqt.net/news/
arch = x86_64
license = CUSTOM
- depends = fontconfig
- depends = libxext
- depends = libxrender
- depends = qt5-multimedia
+ makedepends = gcc
+ depends = freetype2
options = !strip
source = https://www.dropbox.com/s/0vi87eef3ooh7iy/SoulseekQt-2018-1-30-64bit.tgz
source = selinux-mock.c
diff --git a/PKGBUILD b/PKGBUILD
index 2f0ab64bdd84..3ea2923e575e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,13 @@
pkgname=soulseekqt
pkgver=20180130
_pkgver=2018-1-30
-pkgrel=4
+pkgrel=5
pkgdesc="A desktop client for the Soulseek peer-to-peer file sharing network"
arch=('x86_64')
url="http://www.soulseekqt.net/news/"
license=('CUSTOM')
-depends=('fontconfig' 'libxext' 'libxrender' 'qt5-multimedia')
+depends=('freetype2')
+makedepends=('gcc')
source=("https://www.dropbox.com/s/0vi87eef3ooh7iy/SoulseekQt-${_pkgver}-64bit.tgz"
selinux-mock.c
soulseekqt.sh