Date: Thursday, December 15, 2022 @ 13:41:49
Author: foutrelis
Revision: 464371
upgpkg: xfce4-panel 4.18.0-1
Modified:
xfce4-panel/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-15 13:38:46 UTC (rev 464370)
+++ PKGBUILD 2022-12-15 13:41:49 UTC (rev 464371)
@@ -2,7 +2,7 @@
# Contributor: tobias <tobias funnychar archlinux.org>
pkgname=xfce4-panel
-pkgver=4.16.5
+pkgver=4.18.0
pkgrel=1
pkgdesc="Panel for the Xfce desktop environment"
arch=('x86_64')
@@ -13,7 +13,7 @@
'hicolor-icon-theme' 'desktop-file-utils')
makedepends=('intltool' 'gobject-introspection' 'vala')
source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('096693e2bc76cf760cfe00dc76ec121c4d23f9166aa29945ae41616e8ec78230')
+sha256sums=('be80023fd546587831bab25ded15ae4c9e346289a75744b6ba4cf4ee53794710')
prepare() {
cd $pkgname-$pkgver
@@ -25,9 +25,7 @@
./configure \
--prefix=/usr \
--sysconfdir=/etc \
- --libexecdir=/usr/lib \
--localstatedir=/var \
- --disable-static \
--enable-gio-unix \
--disable-debug
make