From 1b83124f269c055a670c5d6ac9a249ee7615b34a Mon Sep 17 00:00:00 2001 From: Leo <thinkabit.ukim@gmail.com> Date: Sat, 29 Jun 2019 01:58:11 -0300 Subject: [PATCH] community/marco: upgrade to 1.22.2 --- community/marco/APKBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/community/marco/APKBUILD b/community/marco/APKBUILD index 2e6158a6b446..3af91e4240dc 100644 --- a/community/marco/APKBUILD +++ b/community/marco/APKBUILD @@ -1,18 +1,17 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=marco -pkgver=1.22.1 +pkgver=1.22.2 pkgrel=0 pkgdesc="MATE window manager" url="https://github.com/mate-desktop/marco" arch="all" license="GPL-2.0-or-later" -depends="mate-common yelp-tools libxml2-utils" +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" -builddir="$srcdir/$pkgname-$pkgver" build() { ./configure \ @@ -33,4 +32,4 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="18093f4d419fbc90f957a04ec3e36a153b3c51a6bcdc1ac5884adcc0292f157bc5e4af51e171451a4b54b5bccffdee2e8a07ed13dafb6106773abfb06b6a8a4f marco-1.22.1.tar.xz" +sha512sums="96665120dbc698c78795eeaa559ae2bfd2a3c7ed4846e40bcfb1d6dfc8d7e359b860e1e715085a17e11c66ce7f31561d372da8372209c21c7b1ce6029a3f5ea1 marco-1.22.2.tar.xz" -- GitLab