[arch-commits] Commit in mate-common/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Apr 16 19:27:30 UTC 2021


    Date: Friday, April 16, 2021 @ 19:27:30
  Author: arojas
Revision: 919524

archrelease: copy trunk to community-any

Added:
  mate-common/repos/community-any/PKGBUILD
    (from rev 919523, mate-common/trunk/PKGBUILD)
Deleted:
  mate-common/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-16 19:27:20 UTC (rev 919523)
+++ PKGBUILD	2021-04-16 19:27:30 UTC (rev 919524)
@@ -1,26 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-common
-pkgver=1.24.1
-pkgrel=1
-pkgdesc="Common development macros for MATE"
-arch=('any')
-license=('GPL')
-depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'libtool'
-         'pkg-config')
-url="https://mate-desktop.org"
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('d9a6346710c89d7358ae433568c43167343a5d2f9e4c6ca9e8e73743c534f7b5')
-
-build() {
-	cd "${pkgname}-${pkgver}"
-    	./configure \
-        	--prefix=/usr
-    	make
-}
-
-package() {
-    	cd "${pkgname}-${pkgver}"
-    	make DESTDIR="${pkgdir}" install
-}

Copied: mate-common/repos/community-any/PKGBUILD (from rev 919523, mate-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-16 19:27:30 UTC (rev 919524)
@@ -0,0 +1,26 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-common
+pkgver=1.24.2
+pkgrel=1
+pkgdesc="Common development macros for MATE"
+arch=('any')
+license=('GPL')
+depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'libtool'
+         'pkg-config')
+url="https://mate-desktop.org"
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('71d2013f5743c71e10e04f3c2205d3bb8db1ddb26954a4197801cb5b3c152b6b')
+
+build() {
+	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr
+    	make
+}
+
+package() {
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list