summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorΝικόλαος Κυριάκος Φυτίλης2018-09-29 13:51:24 +0300
committerΝικόλαος Κυριάκος Φυτίλης2018-09-29 13:51:24 +0300
commit710f0c95e624554acdd7c13333e710ec30d4b19e (patch)
tree13d7781690fd29c7bfeb91585a7627cbb1507808
parentc777fa23aab3d06086f497860ee05316f459092b (diff)
downloadaur-710f0c95e624554acdd7c13333e710ec30d4b19e.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 a0b7e3345c2e..2bc45b06db81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libmateweather-dev
pkgdesc = Provides access to weather information from the Internet (GTK3 version)
- pkgver = 1.19.1
+ pkgver = 1.21.1
pkgrel = 5
url = http://mate-desktop.org
arch = i686
arch = x86_64
groups = mate-extra
license = LGPL
- makedepends = mate-common>=1.19
+ makedepends = mate-common>=1.21
depends = dconf
depends = gtk3
depends = libsoup
@@ -17,7 +17,7 @@ pkgbase = libmateweather-dev
provides = libmateweather-gtk3
conflicts = libmateweather
conflicts = libmateweather-gtk3
- source = http://pub.mate-desktop.org/releases/1.19/libmateweather-1.19.1.tar.xz
+ source = http://pub.mate-desktop.org/releases/1.21/libmateweather-1.21.1.tar.xz
sha1sums = c8904ebe570a938180ddab6f0d3eae1fcf376475
pkgname = libmateweather-dev
diff --git a/PKGBUILD b/PKGBUILD
index 96dcc38676f8..dab7479f9a00 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.21
_pkgbase=libmateweather
pkgname="${_pkgbase}-dev"
pkgver=${_ver}.1
@@ -15,7 +15,7 @@ conflicts=("${_pkgbase}" "${_pkgbase}-gtk3")
license=('LGPL')
depends=('dconf' 'gtk3' 'libsoup' 'glib2' 'gtk-update-icon-cache')
groups=('mate-extra')
-makedepends=('mate-common>=1.19')
+makedepends=('mate-common>=1.21')
source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz")
sha1sums=('c8904ebe570a938180ddab6f0d3eae1fcf376475')