summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornewbthenewbd2017-07-28 20:11:04 +0200
committernewbthenewbd2017-07-28 20:11:04 +0200
commitfd4bc47061ba4ba8ddcfed667551111a04537dcf (patch)
tree90e87c039ec257dd16ff8fa420be18136118d0d6 /PKGBUILD
parent1283a1751908e4ea45e8ee8d7f80f85b39768047 (diff)
downloadaur-mate-desktop-gtk2.tar.gz
Hurried patches
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11d9371aa30c..b75a182ad0b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ _ver=1.16
_pkgbase=mate-desktop
pkgname=(${_pkgbase}-gtk2)
pkgver=${_ver}.2
-pkgrel=1
+pkgrel=2
pkgdesc="Library with common API for various MATE modules (GTK2 version)"
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL')
options=('!emptydirs')
-depends=('dconf' 'gtk2' 'mate-desktop-schemas' 'startup-notification')
+depends=('dconf' 'gtk2' 'mate-desktop-schemas-gtk2' 'startup-notification')
makedepends=('gobject-introspection' 'intltool')
groups=('mate-gtk2')
conflicts=("${_pkgbase}")