Date: Thursday, March 16, 2023 @ 19:56:05
  Author: alex19ep
Revision: 1421177

upgpkg: mate-notification-daemon 1.27.0-1 upstream release

Modified:
  mate-notification-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |   27 ++++++++++++++-------------
 1 file changed, 14 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-16 19:52:35 UTC (rev 1421176)
+++ PKGBUILD    2023-03-16 19:56:05 UTC (rev 1421177)
@@ -1,9 +1,10 @@
-# Maintainer: Brad Fanella <[email protected]>
+# Maintainer: Alexander Epaneshnikov <[email protected]>
+# Contributor: Brad Fanella <[email protected]>
 # Contributor: Martin Wimpress <[email protected]>
 
 pkgname=mate-notification-daemon
-pkgver=1.26.0
-pkgrel=2
+pkgver=1.27.0
+pkgrel=1
 provides=('notification-daemon')
 pkgdesc="Notification daemon for MATE"
 url="https://mate-desktop.org";
@@ -15,21 +16,21 @@
 conflicts=('mate-notification-daemon-gtk3')
 replaces=('mate-notification-daemon-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('b23c6581f8f5916d6a16584edd91c2e4b6d0db7dd8e1eec5dd360acf2834b9ba')
+sha256sums=('318229c407ef1106e34b70889b38813b94c4c0f33fa080d223db43205ccdfd52')
 
 build() {
-       cd "${pkgname}-${pkgver}"
-       ./configure \
-               --prefix=/usr \
-               --libexecdir=/usr/lib/${pkgname}
+    cd "${pkgname}-${pkgver}"
+    ./configure \
+                --prefix=/usr \
+                --libexecdir=/usr/lib/${pkgname}
 
-       #https://bugzilla.gnome.org/show_bug.cgi?id=656231
-       sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+    #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 
-       make
+    make
 }
 
 package() {
-       cd "${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
 }

Reply via email to