Skip to content
Snippets Groups Projects
Commit 5851d7b8 authored by Paul Bredbury's avatar Paul Bredbury Committed by Leonardo Arena
Browse files

community/mate-user-guide: upgrade to 1.22.0

parent 2bdda76b
No related branches found
No related tags found
No related merge requests found
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-user-guide
pkgver=1.21.0
pkgver=1.22.0
pkgrel=0
pkgdesc="Documents targeted for end-users of MATE"
url="https://github.com/mate-desktop/mate-user-guide"
......@@ -9,7 +9,8 @@ arch="noarch"
license="CC"
makedepends="itstool libxml2-utils intltool gettext-dev"
subpackages="$pkgname-doc $pkgname-lang"
source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz
install-sh.patch"
builddir="$srcdir/$pkgname-$pkgver"
build() {
......@@ -32,4 +33,5 @@ package() {
make DESTDIR="${pkgdir}" install
}
sha512sums="1bbed2d7c4e23a3f8e08afd3ed9fdeaff594240767157c681119317165ac7f8f3f335dfe3758146b6ab5312bfa5220c168dd95dc746ce0649af102fb9126c771 mate-user-guide-1.21.0.tar.xz"
sha512sums="faf82569d8289f13d31c0c3a548692194f4938dc341b5a2214ccd3bba1fafaa6b5446cc5455ade391e7172268354cf2088c2a119aee96d3d42e71ee4c094dd14 mate-user-guide-1.22.0.tar.xz
2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch"
diff --git a/install-sh b/install-sh
index defb86a..8175c64 100755
--- a/install-sh
+++ b/install-sh
@@ -1,4 +1,4 @@
-#!/usr/bin/sh
+#!/bin/sh
# install - install a program, script, or datafile
scriptversion=2018-03-11.20; # UTC
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment