summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c28bbc7ae57a..15c533070e27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mate-utils-dev
pkgdesc = Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files
- pkgver = 1.19.1
+ pkgver = 1.23.1
pkgrel = 5
url = http://mate-desktop.org
arch = i686
arch = x86_64
groups = mate-extra
license = GPL
- makedepends = mate-common>=1.19
- makedepends = mate-panel>=1.19
+ makedepends = mate-common-dev
+ makedepends = mate-panel-dev
makedepends = rarian
makedepends = yelp-tools
makedepends = gtk3
@@ -26,8 +26,8 @@ pkgbase = mate-utils-dev
provides = mate-utils-gtk3
conflicts = mate-utils
conflicts = mate-utils-gtk3
- source = http://pub.mate-desktop.org/releases/1.19/mate-utils-1.19.1.tar.xz
- sha1sums = b4de1279c6d4330379736c63f9212967afcc9df9
+ source = http://pub.mate-desktop.org/releases/1.23/mate-utils-1.23.1.tar.xz
+ sha1sums = fc83c3913b6c3c8d27bfcff890e586b4ded34060
pkgname = mate-utils-dev
pkgdesc = Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files (GTK3 version)
diff --git a/PKGBUILD b/PKGBUILD
index 36ad989b6d63..b0d38d3d4a8d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: eadrom <eadrom@archlinux.info>
# Contributor: Martin Wimpress <code@flexion.org>
-_ver=1.19
+_ver=1.23
_pkgbase=mate-utils
pkgname="${_pkgbase}-dev"
pkgver=${_ver}.1
@@ -15,12 +15,12 @@ conflicts=("${_pkgbase}" "${_pkgbase}-gtk3")
license=('GPL')
depends=('desktop-file-utils' 'glib2' 'gtk3' 'gtk-update-icon-cache'
'libcanberra' 'libgtop' 'libsm' 'zlib')
-makedepends=('mate-common>=1.19' 'mate-panel>=1.19' 'rarian' 'yelp-tools' 'gtk3')
+makedepends=('mate-common-dev' 'mate-panel-dev' 'rarian' 'yelp-tools' 'gtk3')
optdepends=('mate-panel: Look up words in dictionaries from the panel'
'yelp: for reading MATE help documents')
groups=('mate-extra')
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('b4de1279c6d4330379736c63f9212967afcc9df9')
+sha1sums=('fc83c3913b6c3c8d27bfcff890e586b4ded34060')
prepare() {
cd "${srcdir}"