summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTed Alff2020-08-22 09:55:00 -0400
committerTed Alff2020-08-22 09:55:00 -0400
commit2c8da92e05cd451b28816797dad30d553f62853e (patch)
tree01fe56ac76b9dd72de3c2b3edf517d2243d82b58 /PKGBUILD
parent7952ff21a05d7b704f3c4774e7222bdd7860ad10 (diff)
downloadaur-2c8da92e05cd451b28816797dad30d553f62853e.tar.gz
Version bump 4.15.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e20af8441650..f0e5dcc88a10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=xfce4-panel
pkgname=${_pkgname}-devel
-pkgver=4.15.3
+pkgver=4.15.4
pkgrel=1
pkgdesc="Panel for the Xfce desktop environment (development release)"
arch=('i686' 'x86_64')
@@ -10,12 +10,13 @@ url="https://www.xfce.org/"
license=('GPL2')
groups=('xfce4-devel')
depends=('exo' 'garcon' 'libxfce4ui>=4.15.1' 'xfconf' 'libwnck3' 'hicolor-icon-theme'
- 'desktop-file-utils')
+ 'desktop-file-utils' 'libdbusmenu-gtk3')
makedepends=('intltool' 'gtk-doc' 'gobject-introspection' 'vala' 'python') #for gdbus-codegen
provides=("${_pkgname}=${pkgver}")
-conflicts=("${_pkgname}")
+conflicts=("${_pkgname}" 'xfce4-statusnotifier-plugin')
+replaces=('xfce4-statusnotifier-plugin')
source=("https://archive.xfce.org/src/xfce/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.bz2")
-sha256sums=('4746c7153c7c7ff53273a36a8ab88eb77acab303890c76f12c4ebffd7e6d9cef')
+sha256sums=('ac4166b0072ff2b88b4f0fafaf7dad17f21b2df865bd447f277ddc20720bf444')
build() {
cd "$srcdir/$_pkgname-$pkgver"