Date: Sunday, August 8, 2021 @ 19:25:27 Author: arojas Revision: 995629
Update to 1.26.0 Modified: mate-utils/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-08 19:25:22 UTC (rev 995628) +++ PKGBUILD 2021-08-08 19:25:27 UTC (rev 995629) @@ -2,13 +2,13 @@ # Contributor: Martin Wimpress <[email protected]> pkgname=mate-utils -pkgver=1.24.0 +pkgver=1.26.0 pkgrel=1 pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files" url="http://mate-desktop.org" arch=('x86_64') license=('GPL') -depends=('mate-desktop' 'gettext' 'libcanberra' 'libgtop' 'libsm') +depends=('mate-desktop' 'gettext' 'libcanberra' 'libgtop' 'libsm' 'udisks2') makedepends=('inkscape' 'itstool' 'mate-panel' 'python') optdepends=('mate-panel: Look up words in dictionaries from the panel') groups=('mate-extra') @@ -15,7 +15,7 @@ conflicts=('mate-utils-gtk3') replaces=('mate-utils-gtk3') source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") -sha256sums=('219673047fe2a14eb9c8bc23a5fb7c99d45e7acad4c05b4bf59a3d244cb026ac') +sha256sums=('7ca56ab242e8efaa64f93ffb84f6e4bf8d4d0df01e20b3b6ef8956ce3192782e') build() { cd "${pkgname}-${pkgver}"
