Date: Friday, December 21, 2018 @ 17:57:39
  Author: cesura
Revision: 417440

upgpkg: mate-notification-daemon 1.20.2-1

Updated to version 1.20.2

Modified:
  mate-notification-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2018-12-21 17:57:17 UTC (rev 417439)
+++ PKGBUILD    2018-12-21 17:57:39 UTC (rev 417440)
@@ -2,7 +2,7 @@
 # Contributor: Martin Wimpress <c...@flexion.org>
 
 pkgname=mate-notification-daemon
-pkgver=1.20.1
+pkgver=1.20.2
 pkgrel=1
 provides=('notification-daemon')
 pkgdesc="Notification daemon for MATE"
@@ -15,21 +15,21 @@
 conflicts=('mate-notification-daemon-gtk3')
 replaces=('mate-notification-daemon-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('e85cd01f40d238c57b3da30537fbd561102e652f492b20ebfea79938d8e39a43')
+sha256sums=('d6cbda8a8b25902e3e3f792108860348d0f22531ece1b86d768e6ee98f71c028')
 
 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