diff options
Diffstat (limited to 'community/mate-system-monitor/APKBUILD')
-rw-r--r-- | community/mate-system-monitor/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/mate-system-monitor/APKBUILD b/community/mate-system-monitor/APKBUILD index 99d8c93ada..f0692812d4 100644 --- a/community/mate-system-monitor/APKBUILD +++ b/community/mate-system-monitor/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=mate-system-monitor -pkgver=1.21.0 +pkgver=1.22.0 pkgrel=0 pkgdesc="A system monitor for MATE" url="https://github.com/mate-desktop/mate-system-monitor" @@ -11,7 +11,8 @@ depends="mate-icon-theme" makedepends="gtk+3.0-dev libwnck3-dev gtkmm3-dev libgtop-dev librsvg-dev glibmm-dev itstool linux-headers libxml2-utils" 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() { @@ -35,4 +36,5 @@ package() { make DESTDIR="${pkgdir}" install } -sha512sums="814052de137af3e2af9c2e57b3be420b8867cd6d4890de60db14be1ee455fb867f14e8b6063a5f959dc6a4bd77209300f8ea228405ce554f134a2bd76bfa347f mate-system-monitor-1.21.0.tar.xz" +sha512sums="6f97f934626b49320ea0dbb4e14743c4f33b12a85671b69465f689765f3003f00e51685b616e34a482c3ec0ca09ca4e13cbdb2e3eb4719c0d1fc7b25b24436a7 mate-system-monitor-1.22.0.tar.xz +2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch" |