aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-05-25 12:26:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-05-25 12:26:50 +0000
commitd8d1742996efefc7ee27b72da79adc2284cbc3a6 (patch)
tree387c63cbada95ebee4ceaf59b5f80d4ddec15c3e
parent9e83c39f288b00b78e8153c44ec2fec7bdcb1c24 (diff)
downloadalpine_aports-d8d1742996efefc7ee27b72da79adc2284cbc3a6.tar.bz2
alpine_aports-d8d1742996efefc7ee27b72da79adc2284cbc3a6.tar.xz
alpine_aports-d8d1742996efefc7ee27b72da79adc2284cbc3a6.zip
main/libmateweather: upgrade to 1.10.0
-rw-r--r--main/libmateweather/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/main/libmateweather/APKBUILD b/main/libmateweather/APKBUILD
index 3c30b09939..51ac21c350 100644
--- a/main/libmateweather/APKBUILD
+++ b/main/libmateweather/APKBUILD
@@ -1,8 +1,8 @@
1# Contributor: Alan Lacerda <alacerda@alpinelinux.org> 1# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
2# Maintainer: Alan Lacerda <alacerda@alpinelinux.org> 2# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
3pkgname=libmateweather 3pkgname=libmateweather
4pkgver=1.9.90 4pkgver=1.10.0
5pkgrel=1 5pkgrel=0
6pkgdesc="A library to access weather information from online services for numerous locations" 6pkgdesc="A library to access weather information from online services for numerous locations"
7url="https://github.com/mate-desktop/libmateweather" 7url="https://github.com/mate-desktop/libmateweather"
8arch="all" 8arch="all"
@@ -12,7 +12,7 @@ depends_dev=""
12makedepends="$depends_dev libsoup-dev libtool intltool gtk+2.0-dev" 12makedepends="$depends_dev libsoup-dev libtool intltool gtk+2.0-dev"
13install="" 13install=""
14subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" 14subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
15source="http://pub.mate-desktop.org/releases/1.9/$pkgname-$pkgver.tar.xz" 15source="http://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
16 16
17_builddir="$srcdir/$pkgname-$pkgver" 17_builddir="$srcdir/$pkgname-$pkgver"
18prepare() { 18prepare() {
@@ -43,6 +43,6 @@ package() {
43 find "$pkgdir" -name \*.la -delete 43 find "$pkgdir" -name \*.la -delete
44} 44}
45 45
46md5sums="a73d3970f49884bcfdb933089984c466 libmateweather-1.9.90.tar.xz" 46md5sums="d6cdcc54059641f82b817e10c5656f06 libmateweather-1.10.0.tar.xz"
47sha256sums="0b35a00a24e78cec67f096da0fa54625a84129159c263533aa8d61bcb154378d libmateweather-1.9.90.tar.xz" 47sha256sums="4fc80145942781281efe99e17daef3d0947ae319771b2ab0a9b2a4559779484c libmateweather-1.10.0.tar.xz"
48sha512sums="c27ef43a2fb1c73ed57480f25c4ed4d518b37697913de4bf8003fdc0400a07b632d342bfaa0397bc85d2b112c01ffa908467d9be0c77949b864f685730b76c91 libmateweather-1.9.90.tar.xz" 48sha512sums="80eed6693e13d4dccb4e44ebab84955f7cbbd4f536cda1186db694149bf013429f41f38d2cb03a0dae517d6438e5cff1c18ae95598f700a1a9184ac47f85fcf5 libmateweather-1.10.0.tar.xz"