Date: Friday, December 16, 2022 @ 10:01:56
Author: foutrelis
Revision: 464469
upgpkg: xfce4-notifyd 0.6.5-1
Modified:
xfce4-notifyd/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-16 09:44:38 UTC (rev 464468)
+++ PKGBUILD 2022-12-16 10:01:56 UTC (rev 464469)
@@ -2,8 +2,8 @@
# Contributor: tobias <tobias funnychar archlinux.org>
pkgname=xfce4-notifyd
-pkgver=0.6.4
-pkgrel=2
+pkgver=0.6.5
+pkgrel=1
pkgdesc="Notification daemon for the Xfce desktop"
arch=('x86_64')
url="https://docs.xfce.org/apps/notifyd/start"
@@ -14,7 +14,7 @@
provides=('notification-daemon')
options=('debug')
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('0ece78f091f895374aad81a3bdc00701080b4ed07f7322fb680c4234319120f6')
+sha256sums=('5b7130e49905e760231c918843a42f72f04911893b0d7c0e57ed040faebb4510')
build() {
cd $pkgname-$pkgver
@@ -22,7 +22,6 @@
./configure \
--prefix=/usr \
--sysconfdir=/etc \
- --disable-static \
--disable-debug
make
}