diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-29 18:05:28 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-29 21:14:04 +0000 |
commit | ac39a535d1e432a916c73a9e5a70f2e8626d0655 (patch) | |
tree | 34ab8fa78c0c9fc67ed3c706c52b5a4c1f9d0ac6 /testing/xfce4-pulseaudio-plugin | |
parent | aab7107c5934a03ceaa638a10a215cacce41cd43 (diff) | |
download | aports-ac39a535d1e432a916c73a9e5a70f2e8626d0655.tar.bz2 aports-ac39a535d1e432a916c73a9e5a70f2e8626d0655.tar.xz |
testing/xfce4-pulseaudio-plugin: upgrade to 0.4.3
Diffstat (limited to 'testing/xfce4-pulseaudio-plugin')
-rw-r--r-- | testing/xfce4-pulseaudio-plugin/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/testing/xfce4-pulseaudio-plugin/APKBUILD b/testing/xfce4-pulseaudio-plugin/APKBUILD index ce8c27fdf8..6c925b339e 100644 --- a/testing/xfce4-pulseaudio-plugin/APKBUILD +++ b/testing/xfce4-pulseaudio-plugin/APKBUILD @@ -1,13 +1,14 @@ # Contributor: VÖRÖSKŐI András <voroskoi@gmail.com> # Maintainer: -pkgname="xfce4-pulseaudio-plugin" -pkgver="0.4.2" +pkgname=xfce4-pulseaudio-plugin +pkgver=0.4.3 pkgrel=0 -pkgdesc="Xfce panel plugin for pulseaudio mixer control." +pkgdesc="Xfce panel plugin for pulseaudio mixer control" url="https://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin" arch="all" license="GPL-2.0-or-later" -makedepends="xfce4-panel-dev pulseaudio-dev libxfce4ui-dev dbus-dev dbus-glib-dev libnotify-dev" +makedepends="xfce4-panel-dev pulseaudio-dev libxfce4ui-dev dbus-dev exo-dev + dbus-glib-dev libnotify-dev" options="!check" # Check is empty subpackages="$pkgname-lang" source="https://archive.xfce.org/src/panel-plugins/xfce4-pulseaudio-plugin/${pkgver%.*}/xfce4-pulseaudio-plugin-$pkgver.tar.bz2" @@ -26,4 +27,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="94184fe7379a7f1763d606fe3c45186767a43180329b43c8cba04b76ae5e1b2249531fc1fb6304da9bb03e7475ad65f861341253ead530d9a945165b4eb9e46e xfce4-pulseaudio-plugin-0.4.2.tar.bz2" +sha512sums="d3214b2b7c35a0a87ea60a5d843f5027d1b09f320d4d24c6bf89a8936de92226223cb4dc5368edf4c0a1aedb3b8796510981eeadee8e836e764569d9284f0efa xfce4-pulseaudio-plugin-0.4.3.tar.bz2" |