Date: Thursday, March 16, 2023 @ 19:52:29
  Author: alex19ep
Revision: 1421175

upgpkg: mate-netbook 1.27.0-1 upstream release

Modified:
  mate-netbook/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-16 19:50:16 UTC (rev 1421174)
+++ PKGBUILD    2023-03-16 19:52:29 UTC (rev 1421175)
@@ -1,8 +1,9 @@
-# Maintainer: Brad Fanella <[email protected]>
+# Maintainer: Alexander Epaneshnikov <[email protected]>
+# Contributor: Brad Fanella <[email protected]>
 # Contributor: Martin Wimpress <[email protected]>
 
 pkgname=mate-netbook
-pkgver=1.26.0
+pkgver=1.27.0
 pkgrel=1
 pkgdesc="A simple window management tool"
 url="https://mate-desktop.org";
@@ -13,18 +14,18 @@
 conflicts=('mate-netbook-gtk3')
 replaces=('mate-netbook-gtk3')
 
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('e3bf1b6d9fb266600db408fd9ce97d4a4d3b29586853d4ea46547b6793f1ed89')
+sha256sums=('b41a890c515e4dc2f51038fbc0fca65344a3b8551c7d7fd04b5470f18049df4c')
 
 build() {
-       cd "${pkgname}-${pkgver}"
-       ./configure \
-               --prefix=/usr \
-               --libexec=/usr/lib/${pkgname} \
-               --sysconfdir=/etc
-       make
+    cd "${pkgname}-${pkgver}"
+    ./configure \
+                --prefix=/usr \
+                --libexec=/usr/lib/${pkgname} \
+                --sysconfdir=/etc
+    make
 }
 
 package() {
-       cd "${pkgname}-${pkgver}"
-       make DESTDIR="${pkgdir}" install
+    cd "${pkgname}-${pkgver}"
+    make DESTDIR="${pkgdir}" install
 }

Reply via email to