summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be11c7c503ec..96633e6b212e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,20 @@
_ver=1.16
_pkgbase=mate-utils
pkgname=(${_pkgbase}-gtk2)
-pkgver=${_ver}.0
-pkgrel=2
+pkgver=${_ver}.1
+pkgrel=1
pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files (GTK2 version)"
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('gtk2' 'mate-desktop-schemas-gtk2' 'libcanberra' 'libgtop' 'libsm')
+depends=('gtk2' 'mate-desktop-schemas' 'libcanberra' 'libgtop' 'libsm')
makedepends=('intltool' 'itstool' 'mate-panel-gtk2')
-optdepends=('mate-panel-gtk2: Look up words in dictionaries from the panel')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
groups=('mate-extra-gtk2')
-conflicts=("${_pkgbase}" "${_pkgbase}-gtk3")
+conflicts=("${_pkgbase}")
+provides=("${_pkgbase}")
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9')
+sha1sums=('3e63c5e2de5c3c4328707475653f3b56b866d019')
build() {
cd "${srcdir}/${_pkgbase}-${pkgver}"