diff options
Diffstat (limited to 'community/mate-panel/APKBUILD')
-rw-r--r-- | community/mate-panel/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/mate-panel/APKBUILD b/community/mate-panel/APKBUILD index 7ba75586ef..83e00bce05 100644 --- a/community/mate-panel/APKBUILD +++ b/community/mate-panel/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-panel -pkgver=1.21.3 +pkgver=1.22.0 pkgrel=0 pkgdesc="The MATE panel is the area on your desktop from which you can run applications" url="https://github.com/mate-desktop/mate-panel" @@ -13,7 +13,7 @@ makedepends="librsvg-dev libmateweather-dev libtool intltool itstool libwnck3-dev libsoup-dev mate-desktop-dev libxml2-utils" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz - $pkgname-$pkgver-itstool.patch::https://github.com/mate-desktop/mate-panel/commit/22ab0e044c16c539cb72066c0ae1e6a306509ebe.patch" + install-sh.patch" builddir="$srcdir/$pkgname-$pkgver" build() { @@ -37,5 +37,5 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="0eb305b8406192430ece88eaa1daaf3cf49b6d35258f09be003812f8502ca3c2c7a192e148242143b32dd7546ec83fc03edcd84b0f142db8091b1fb2c8e8351d mate-panel-1.21.3.tar.xz -47d976e4b6a682f526b0d4f56e2d6ef970f31fcda2c45f317b84edb1be425a159a1bcc740e2ed2c2cee848cb2ce0a4a150d626f41edb7b6280b8a38593aff81b mate-panel-1.21.3-itstool.patch" +sha512sums="078c6dcdc17970a7a7fab9a218eaf2c8cd6c4074c0c23ff4ce7ccf57e007d0afcbe797be4ad4c9d2c16d9033cc554cc5a979ec61dc721514db939a5e60de456b mate-panel-1.22.0.tar.xz +2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch" |