summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTilo Brueckner2019-06-20 20:18:07 +0200
committerTilo Brueckner2019-06-20 20:18:07 +0200
commit94150a27bb36380d559dda533c3570aeefa3ddf0 (patch)
treee0c946e8a6269fc44fd0bbd43a0df62b2db7c1fa /PKGBUILD
parent1687bbf79fe2aa11d922a9a048c998e42e04ada8 (diff)
downloadaur-94150a27bb36380d559dda533c3570aeefa3ddf0.tar.gz
Update to version 1.4.1.1810
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e65ab5ab89c..ec791ad30839 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_pkgname=RP-Soundboard
pkgname=teamspeak3-plugin-rp-soundboard
-pkgver=1.3.5.1733
+pkgver=1.4.1.1810
pkgrel=1
pkgdesc='Plugin for Teamspeak 3. Easy to use soundboard'
arch=('x86_64')
url="https://github.com/MGraefe/${_pkgname}"
license=('Unknown')
-makedepends=('teamspeak3-pluginsdk>=3.1.0.1' 'qt5.6' 'python')
-depends=('teamspeak3>=3.1.0.1')
+makedepends=('teamspeak3-pluginsdk>=3.3.0' 'python' 'qt5-base' 'ffmpeg')
+depends=('teamspeak3>=3.3.0')
source=("https://github.com/MGraefe/${_pkgname}/archive/${pkgver}.tar.gz"
'build-fixes.patch')
-sha256sums=('c83bf9a431e9e27d9b780304a9bbb0e4da258a74dcc3fc8848fa264b8f2966ca'
- '940e5c41e000df005b280693c34888fb0131953378e501ffc375ed9bd1c87953')
+sha256sums=('af00598fdfada9bc3f8000824b572236c0be6db51398600f869cdf1a88ea5064'
+ '8cbfe1d695c5c3477e6c28a649c29575d82720c30c48a74de0c8162ade05efbc')
prepare() {
cd "${_pkgname}-${pkgver}"
@@ -28,7 +28,7 @@ build() {
cd "${_pkgname}-${pkgver}/qt-linux"
export TS3DIR=/opt/teamspeak3
- /opt/qt5.6/bin/qmake ts3soundboard_linux.pro
+ qmake ts3soundboard_linux.pro
make
}