summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2020-01-30 14:10:19 +0200
committerΝικόλαος Κυριάκος Φυτίλης2020-01-30 14:10:19 +0200
commite7efcb370b938deea6064f8c98784e2ca8fb416a (patch)
treea47063b042726b030f917e904425dca5f68c11ca /PKGBUILD
parent354edfd13b353573cbf3593c5deeb493808f1ed3 (diff)
downloadaur-mate-menus-dev.tar.gz
auto - see github.com/nicman23/mate_arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 328c9c03ea9c..4d79685ff5ac 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-menus
pkgname="${_pkgbase}-dev"
pkgver=${_ver}.0
@@ -14,10 +14,10 @@ provides=("${_pkgbase}" "${_pkgbase}-gtk3")
conflicts=("${_pkgbase}" "${_pkgbase}-gtk3")
license=('GPL')
depends=('glib2' 'python2')
-makedepends=('gobject-introspection' 'mate-common>=1.19')
+makedepends=('gobject-introspection' 'mate-common-dev')
groups=('mate')
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('0fe77b27dc58f3d4d872f89ba72691b5427b8062')
+sha1sums=('730d20a24784d1adbf3483da1f7afed0bd1d4129')
build() {
cd "${srcdir}/${_pkgbase}-${pkgver}"