diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-18 14:33:11 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-18 14:33:11 -0300 |
commit | 364ff2fb67ddb00139a9579493847291a6cd941e (patch) | |
tree | f53c75224a18e9ecd43ce68b8a6f633af9aa5e4e /community | |
parent | 56f6070929abff7755daae8a6347bf2d1ff9311e (diff) | |
download | aports-364ff2fb67ddb00139a9579493847291a6cd941e.tar.bz2 aports-364ff2fb67ddb00139a9579493847291a6cd941e.tar.xz |
community/mate-user-guide: upgrade to 1.22.2
Diffstat (limited to 'community')
-rw-r--r-- | community/mate-user-guide/APKBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/community/mate-user-guide/APKBUILD b/community/mate-user-guide/APKBUILD index 4ec3fb8698..1f235e42ca 100644 --- a/community/mate-user-guide/APKBUILD +++ b/community/mate-user-guide/APKBUILD @@ -1,16 +1,15 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-user-guide -pkgver=1.22.1 +pkgver=1.22.2 pkgrel=0 pkgdesc="Documents targeted for end-users of MATE" url="https://github.com/mate-desktop/mate-user-guide" arch="noarch" -license="CC" +license="GFDL-1.1" makedepends="itstool libxml2-utils intltool gettext-dev" subpackages="$pkgname-doc $pkgname-lang" -source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" -builddir="$srcdir/$pkgname-$pkgver" +source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-user-guide-$pkgver.tar.xz" build() { ./configure \ @@ -26,7 +25,7 @@ check() { } package() { - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } -sha512sums="972f609364cb0673c3c402f6936618ba4a212d122055ea18232734cc2cc9d023e9a16cbd78ba96898d227b6db640234c98b387550504224428bfc682b6090877 mate-user-guide-1.22.1.tar.xz" +sha512sums="94e5c6f45acad8f4e422c2e403ae19357702ce2aba5aee33b92cbdfd0610548aa821c3e74ded2824987e36a8da23b2b4a455b3277260c9bab2fa5b719745e06d mate-user-guide-1.22.2.tar.xz" |