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

Antonio Rojas arojas at gemini.archlinux.org
Sun Aug 8 18:33:02 UTC 2021


    Date: Sunday, August 8, 2021 @ 18:33:02
  Author: arojas
Revision: 995477

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-08 18:32:52 UTC (rev 995476)
+++ PKGBUILD	2021-08-08 18:33:02 UTC (rev 995477)
@@ -1,26 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-backgrounds
-pkgver=1.24.2
-pkgrel=1
-pkgdesc="Background images and data for MATE"
-url="https://mate-desktop.org"
-arch=('any')
-license=('GPL')
-groups=('mate')
-depends=('gettext')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('e5bea10c346bf527508fe4c94e4b34785434dc5cf93d72571425b751e916abc7')
-
-build() {
-    	cd "${pkgname}-${pkgver}"
-    	./configure \
-        	--prefix=/usr
-    	make
-}
-
-package() {
-    	cd "${pkgname}-${pkgver}"
-    	make DESTDIR="${pkgdir}" install
-}

Copied: mate-backgrounds/repos/community-any/PKGBUILD (from rev 995476, mate-backgrounds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-08 18:33:02 UTC (rev 995477)
@@ -0,0 +1,26 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-backgrounds
+pkgver=1.26.0
+pkgrel=1
+pkgdesc="Background images and data for MATE"
+url="https://mate-desktop.org"
+arch=('any')
+license=('GPL')
+groups=('mate')
+depends=('gettext')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('0dc9127224ae1573301cfa0aaa6c6262827072d2bf6e5c67c9e1aae19f85e90c')
+
+build() {
+    	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr
+    	make
+}
+
+package() {
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list