[arch-commits] Commit in mate-common/repos/community-any (PKGBUILD PKGBUILD)
Brad Fanella
cesura at archlinux.org
Mon Oct 7 10:22:41 UTC 2019
Date: Monday, October 7, 2019 @ 10:22:40
Author: cesura
Revision: 513696
archrelease: copy trunk to community-any
Added:
mate-common/repos/community-any/PKGBUILD
(from rev 513695, mate-common/trunk/PKGBUILD)
Deleted:
mate-common/repos/community-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-07 10:22:22 UTC (rev 513695)
+++ PKGBUILD 2019-10-07 10:22:40 UTC (rev 513696)
@@ -1,26 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at 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
-}
Copied: mate-common/repos/community-any/PKGBUILD (from rev 513695, mate-common/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-10-07 10:22:40 UTC (rev 513696)
@@ -0,0 +1,26 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-common
+pkgver=1.22.1
+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=('8f6e372592733b17664f8816729328698d52b19bb42b0ab0456e22d21840f26f')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure \
+ --prefix=/usr
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list