Date: Tuesday, February 25, 2020 @ 19:23:28
  Author: cesura
Revision: 581910

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-02-25 19:23:21 UTC (rev 581909)
+++ PKGBUILD    2020-02-25 19:23:28 UTC (rev 581910)
@@ -1,26 +0,0 @@
-# Maintainer: Brad Fanella <ces...@archlinux.org>
-# Contributor: Martin Wimpress <c...@flexion.org>
-
-pkgname=mate-common
-pkgver=1.22.2
-pkgrel=1
-pkgdesc="Common development macros for MATE"
-arch=('any')
-license=('GPL')
-depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool'
-         'pkg-config')
-url="https://mate-desktop.org";
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha256sums=('ee7d873ad645962cf603fc632b96ec5968e4985dde06157229c3b08978c6a7f7')
-
-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 581909, 
mate-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-02-25 19:23:28 UTC (rev 581910)
@@ -0,0 +1,26 @@
+# Maintainer: Brad Fanella <ces...@archlinux.org>
+# Contributor: Martin Wimpress <c...@flexion.org>
+
+pkgname=mate-common
+pkgver=1.24.0
+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=('e7ef908d7955cf7252330c87f6416b3fdcb833bb682b7bf9b42e1f2e662d821b')
+
+build() {
+       cd "${pkgname}-${pkgver}"
+       ./configure \
+               --prefix=/usr
+       make
+}
+
+package() {
+       cd "${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to