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

Brad Fanella cesura at archlinux.org
Sat Mar 30 02:20:32 UTC 2019


    Date: Saturday, March 30, 2019 @ 02:20:31
  Author: cesura
Revision: 446193

archrelease: copy trunk to community-any

Added:
  mate-user-guide/repos/community-any/PKGBUILD
    (from rev 446192, mate-user-guide/trunk/PKGBUILD)
Deleted:
  mate-user-guide/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-30 02:19:41 UTC (rev 446192)
+++ PKGBUILD	2019-03-30 02:20:31 UTC (rev 446193)
@@ -1,27 +0,0 @@
-# Maintainer: Brad Fanella <cesura at archlinux.org>
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-user-guide
-pkgver=1.20.2
-pkgrel=1
-pkgdesc="MATE User Guide"
-groups=('mate')
-url="http://mate-desktop.org"
-arch=('any')
-license=('FDL')
-depends=('yelp')
-makedepends=('itstool' 'intltool')
-source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('22ea5966e21e64edfdbcddbe4414627a0396f7ef')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./configure \
-        --prefix=/usr
-    make
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-    make DESTDIR="${pkgdir}" install
-}

Copied: mate-user-guide/repos/community-any/PKGBUILD (from rev 446192, mate-user-guide/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-03-30 02:20:31 UTC (rev 446193)
@@ -0,0 +1,27 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-user-guide
+pkgver=1.22.0
+pkgrel=1
+pkgdesc="MATE User Guide"
+groups=('mate')
+url="http://mate-desktop.org"
+arch=('any')
+license=('FDL')
+depends=('yelp')
+makedepends=('itstool' 'intltool')
+source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('1f4813409a393a984e38aa38dab5103a0013110c9d3740486faf61400f3c7632')
+
+build() {
+    	cd "${pkgname}-${pkgver}"
+    	./configure \
+        	--prefix=/usr
+   	 make
+}
+
+package() {
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list