summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2016-11-24 16:57:54 +0200
committerΝικόλαος Κυριάκος Φυτίλης2016-11-24 16:57:54 +0200
commit0bcd1382ffc1fa2fa1be6ba952574c385fb6293c (patch)
treebf0d847766605b904b66d3c70a1ba7accbf13de0
parentb40dc141a378f55b641f101e0ffad0e9f63c88ad (diff)
downloadaur-0bcd1382ffc1fa2fa1be6ba952574c385fb6293c.tar.gz
auto - see github.com/nicman23/mate_arch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d818f5a4d845..92c6feba39a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = mate-desktop
+pkgbase = mate-desktop-dev
pkgdesc = Library with common API for various MATE modules
pkgver = 1.17.0
pkgrel = 1
@@ -8,7 +8,7 @@ pkgbase = mate-desktop
license = GPL
license = LGPL
makedepends = gobject-introspection
- makedepends = mate-common>=1.17
+ makedepends = mate-common-dev
makedepends = yelp-tools
depends = dconf
depends = gtk3
@@ -20,7 +20,7 @@ pkgbase = mate-desktop
source = http://pub.mate-desktop.org/releases/1.17/mate-desktop-1.17.0.tar.xz
sha1sums = eb60fd8cd0289a86ac1e0e487e066423a6774c8f
-pkgname = mate-desktop
+pkgname = mate-desktop-dev
pkgdesc = Library with common API for various MATE modules (GTK3 version)
groups = mate
diff --git a/PKGBUILD b/PKGBUILD
index 37aa6ba83b14..118fb4c0c49c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_ver=1.17
_pkgbase=mate-desktop
-pkgname="${_pkgbase}"
+pkgname="${_pkgbase}-dev"
pkgver=${_ver}.0
pkgrel=1
pkgdesc="Library with common API for various MATE modules"
@@ -14,7 +14,7 @@ provides=("${_pkgbase}" "${_pkgbase}-gtk3")
conflicts=("${_pkgbase}" "${_pkgbase}-gtk3")
license=('GPL' 'LGPL')
depends=('dconf' 'gtk3' 'startup-notification')
-makedepends=('gobject-introspection' 'mate-common>=1.17' 'yelp-tools')
+makedepends=('gobject-introspection' 'mate-common-dev' 'yelp-tools')
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
sha1sums=('eb60fd8cd0289a86ac1e0e487e066423a6774c8f')