summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2020-03-24 21:40:37 -0400
committerTed Alff2020-03-24 21:40:37 -0400
commit7009edc1cbe44707057dcfcc67d48ef019968158 (patch)
tree91b69f15c4bb84f4ddd61e7193a6d4a104fd2e2b /PKGBUILD
parentd43d0187f25d41853c65b9e282c4eea931e27625 (diff)
downloadaur-audacious-plugins-qt5.tar.gz
Version bump 4.0. Will probably request a package deletion once audacious-plugins 4.0 reaches extra since qt5 is now the default interface.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5484fed75083..1a8a95f28dd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=audacious-plugins
pkgname=${_pkgname}-qt5
epoch=1
-pkgver=3.10.1
+pkgver=4.0
pkgrel=1
pkgdesc="Plugins for Audacious (qt5 interface)"
arch=('i686' 'x86_64')
@@ -44,16 +44,14 @@ optdepends=('alsa-lib: Advanced Linux Sound Arch. output'
provides=("${_pkgname}=${pkgver}")
conflicts=("${_pkgname}")
source=(https://distfiles.audacious-media-player.org/$_pkgname-${pkgver/+/-}.tar.bz2)
-sha256sums=('eec3177631f99729bf0e94223b627406cc648c70e6646e35613c7b55040a2642')
+sha256sums=('e1ad3223c7833f167642563f3c30c68d292b1a457c9f0159fdedd58e575e3ee4')
build() {
cd "$srcdir/$_pkgname-${pkgver/+/-}"
./configure \
--prefix=/usr \
- --enable-amidiplug \
- --enable-qt \
- --disable-gtk
+ --enable-amidiplug
make
}