[arch-commits] Commit in xfce4-notifyd/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Fri Sep 2 08:42:37 UTC 2022
Date: Friday, September 2, 2022 @ 08:42:36
Author: foutrelis
Revision: 454897
upgpkg: xfce4-notifyd 0.6.4-1: new upstream release
Modified:
xfce4-notifyd/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-02 06:32:01 UTC (rev 454896)
+++ PKGBUILD 2022-09-02 08:42:36 UTC (rev 454897)
@@ -2,7 +2,7 @@
# Contributor: tobias <tobias funnychar archlinux.org>
pkgname=xfce4-notifyd
-pkgver=0.6.3
+pkgver=0.6.4
pkgrel=1
pkgdesc="Notification daemon for the Xfce desktop"
arch=('x86_64')
@@ -13,10 +13,10 @@
makedepends=('intltool' 'python' 'xfce4-panel')
provides=('notification-daemon')
source=(https://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('56a9f895aed460042f2abe09bb1a899e29b7c7d5a76ecac63dead3ced990859f')
+sha256sums=('0ece78f091f895374aad81a3bdc00701080b4ed07f7322fb680c4234319120f6')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure \
--prefix=/usr \
@@ -27,7 +27,7 @@
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list