diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-24 20:43:56 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-24 20:43:56 -0300 |
commit | aaff3bd40262468228910ae561a84f1ff2be94b5 (patch) | |
tree | 638e03abad9f3b51205e1e0b21369451a16951ed | |
parent | 419554f4d0ab7d71774cbc21452af77aa88ef82e (diff) | |
download | aports-aaff3bd40262468228910ae561a84f1ff2be94b5.tar.bz2 aports-aaff3bd40262468228910ae561a84f1ff2be94b5.tar.xz |
community/marco: upgrade to 1.22.3
-rw-r--r-- | community/marco/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/marco/APKBUILD b/community/marco/APKBUILD index 3af91e4240..67300d078d 100644 --- a/community/marco/APKBUILD +++ b/community/marco/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=marco -pkgver=1.22.2 +pkgver=1.22.3 pkgrel=0 pkgdesc="MATE window manager" url="https://github.com/mate-desktop/marco" @@ -11,7 +11,7 @@ depends="mate-common yelp-tools libxml2-utils mate-desktop" makedepends="libtool itstool zenity intltool glib-dev gtk+3.0-dev libxcomposite-dev libxpresent-dev libcanberra-dev startup-notification-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" -source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz" +source="https://pub.mate-desktop.org/releases/${pkgver%.*}/marco-$pkgver.tar.xz" build() { ./configure \ @@ -29,7 +29,7 @@ check() { } package() { - make DESTDIR="${pkgdir}" install + make DESTDIR="$pkgdir" install } -sha512sums="96665120dbc698c78795eeaa559ae2bfd2a3c7ed4846e40bcfb1d6dfc8d7e359b860e1e715085a17e11c66ce7f31561d372da8372209c21c7b1ce6029a3f5ea1 marco-1.22.2.tar.xz" +sha512sums="439b327949b12d0a440fa29dfa7a40783003e7bce77a12695258d438d8c34ff4acc6b2563bc6d8c19ed0556a2a26d64a50aa9aa3c6a05f25e3a30992b00805b0 marco-1.22.3.tar.xz" |