summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD24
2 files changed, 18 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8bab472fbbc..0d9901632aa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,26 +1,20 @@
# Generated by mksrcinfo v8
-# Sat Aug 19 11:04:16 UTC 2017
+# Sat Sep 9 16:04:59 UTC 2017
pkgbase = soulseekqt
pkgdesc = A desktop client for the Soulseek peer-to-peer file sharing network
- pkgver = 20170729
+ pkgver = 20170830
pkgrel = 1
url = http://www.soulseekqt.net/news/
- arch = i686
arch = x86_64
license = CUSTOM
+ makedepends = libselinux
depends = double-conversion
depends = fontconfig
depends = libxext
depends = libxrender
depends = qt5-multimedia
- source = soulseekqt.desktop
- source = soulseekqt.png
- md5sums = 810a4200a3c8568257b66b6bdea5c29c
- md5sums = 958e9c06bd684e812b6d27515b88b97c
- source_i686 = https://www.dropbox.com/s/vh5bxoatgcj3csf/SoulseekQt-2017-7-29-32bit.tgz
- md5sums_i686 = 90e25ec8cc73132518547a45bdec5f59
- source_x86_64 = https://www.dropbox.com/s/vh5bxoatgcj3csf/SoulseekQt-2017-7-29-64bit.tgz
- md5sums_x86_64 = 90e25ec8cc73132518547a45bdec5f59
+ source = https://www.dropbox.com/s/wborsit53rlj7bz/SoulseekQt-2017-8-30-64bit.AppImage
+ md5sums = ff459e9c5a2b677185be7fc50f9733c8
pkgname = soulseekqt
diff --git a/PKGBUILD b/PKGBUILD
index ff162ee4a8b8..aea00052843f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,30 +4,32 @@
# Contributor: farnsworth517
pkgname=soulseekqt
-pkgver=20170729
-_pkgver=2017-7-29
+pkgver=20170830
+_pkgver=2017-8-30
pkgrel=1
pkgdesc="A desktop client for the Soulseek peer-to-peer file sharing network"
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.soulseekqt.net/news/"
license=('CUSTOM')
depends=('double-conversion' 'fontconfig' 'libxext' 'libxrender' 'qt5-multimedia')
+makedepends=('libselinux')
source=($pkgname.desktop
$pkgname.png )
-source_i686=("https://www.dropbox.com/s/vh5bxoatgcj3csf/SoulseekQt-$_pkgver-32bit.tgz")
-source_x86_64=("https://www.dropbox.com/s/vh5bxoatgcj3csf/SoulseekQt-$_pkgver-64bit.tgz")
+source=("https://www.dropbox.com/s/wborsit53rlj7bz/SoulseekQt-$_pkgver-64bit.AppImage")
-package() {
+package () {
cd $srcdir
- ./SoulseekQt-2017-7-29-*.AppImage --appimage-extract
+
+ chmod +x SoulseekQt-$_pkgver-64bit.AppImage
+
+ ./SoulseekQt-$_pkgver-64bit.AppImage --appimage-extract
+
cd squashfs-root
+
install -vDm755 SoulseekQt "$pkgdir/usr/bin/$pkgname"
install -vDm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
install -vDm644 "$srcdir/$pkgname.png" "$pkgdir/usr/share/pixmaps/soulseek.png"
}
-md5sums=('810a4200a3c8568257b66b6bdea5c29c'
- '958e9c06bd684e812b6d27515b88b97c')
-md5sums_i686=('90e25ec8cc73132518547a45bdec5f59')
-md5sums_x86_64=('90e25ec8cc73132518547a45bdec5f59')
+md5sums=('ff459e9c5a2b677185be7fc50f9733c8')