Date: Saturday, March 30, 2019 @ 00:55:50
  Author: cesura
Revision: 446166

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-03-30 00:55:10 UTC (rev 446165)
+++ PKGBUILD    2019-03-30 00:55:50 UTC (rev 446166)
@@ -1,25 +0,0 @@
-# Contributor: Martin Wimpress <c...@flexion.org>
-
-pkgname=mate-common
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="Common development macros for MATE"
-arch=('any')
-license=('GPL')
-depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool'
-         'pkg-config')
-url="http://mate-desktop.org";
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
-sha1sums=('5e092883770b53cf6996bbc26db791ca112d0356')
-
-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 446165, 
mate-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-03-30 00:55:50 UTC (rev 446166)
@@ -0,0 +1,26 @@
+# Maintainer: Brad Fanella <ces...@archlinux.org>
+# Contributor: Martin Wimpress <c...@flexion.org>
+
+pkgname=mate-common
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="Common development macros for MATE"
+arch=('any')
+license=('GPL')
+depends=('autoconf' 'automake' 'gettext' 'gtk-doc' 'intltool' 'libtool'
+         'pkg-config')
+url="http://mate-desktop.org";
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz";)
+sha256sums=('3f19973a26ccff12834615c4fcc7414cef542ea648f391125e5cfdd8ec649c86')
+
+build() {
+       cd "${pkgname}-${pkgver}"
+       ./configure \
+               --prefix=/usr
+       make
+}
+
+package() {
+       cd "${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to