summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2020-01-30 14:11:50 +0200
committerΝικόλαος Κυριάκος Φυτίλης2020-01-30 14:11:50 +0200
commit102a55b888d5c4940a593f3babf0a82cbd384c26 (patch)
tree5b2a6d477492ce462ce2604684378ec22cc7a1e4 /PKGBUILD
parent4b630fdef5d49f9d46f110d55403cc8fcce14112 (diff)
downloadaur-102a55b888d5c4940a593f3babf0a82cbd384c26.tar.gz
auto - see github.com/nicman23/mate_arch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37e536b2eeac..7a4a38570885 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=mozo
pkgname="${_pkgbase}-dev"
pkgver=${_ver}.0
@@ -13,11 +13,11 @@ arch=('any')
provides=("${_pkgbase}" "${_pkgbase}-gtk3")
conflicts=("${_pkgbase}" "${_pkgbase}-gtk3")
license=('GPL')
-depends=('gtk-update-icon-cache' 'mate-menus>=1.19' 'python2-gobject')
-makedepends=('mate-common>=1.19')
+depends=('gtk-update-icon-cache' 'mate-menus-dev' 'python2-gobject')
+makedepends=('mate-common-dev')
groups=('mate-extra')
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
-sha1sums=('be5d7546f49a512117040d0da70c82bfce0e994a')
+sha1sums=('7c7c2aff98fa08bc19682b4b1f131f6108355a83')
prepare() {
cd "${srcdir}/${_pkgbase}-${pkgver}"