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

Antonio Rojas arojas at archlinux.org
Fri Apr 16 19:32:57 UTC 2021


    Date: Friday, April 16, 2021 @ 19:32:57
  Author: arojas
Revision: 919530

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-16 19:32:48 UTC (rev 919529)
+++ PKGBUILD	2021-04-16 19:32:57 UTC (rev 919530)
@@ -1,26 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-backgrounds
-pkgver=1.24.1
-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=('b6218b66b5ba681fa97a721ca3a949e3229d3979e227aaf13a06d17491e93e2d')
-
-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 919529, mate-backgrounds/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-16 19:32:57 UTC (rev 919530)
@@ -0,0 +1,26 @@
+# 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
+}



More information about the arch-commits mailing list