[arch-commits] Commit in libmateweather/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Oct 28 19:56:01 UTC 2016
Date: Friday, October 28, 2016 @ 19:56:01
Author: arojas
Revision: 193947
Update to 1.16.1
Modified:
libmateweather/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-28 19:53:30 UTC (rev 193946)
+++ PKGBUILD 2016-10-28 19:56:01 UTC (rev 193947)
@@ -3,7 +3,7 @@
_ver=1.16
pkgbase=libmateweather
pkgname=(${pkgbase} ${pkgbase}-gtk3)
-pkgver=${_ver}.0
+pkgver=${_ver}.1
pkgrel=1
pkgdesc="Provides access to weather information from the Internet."
url="http://mate-desktop.org"
@@ -10,9 +10,9 @@
arch=('i686' 'x86_64')
license=('LGPL')
depends=('gtk2' 'gtk3')
-makedepends=('intltool')
+makedepends=('intltool' 'libsoup')
source=("http://pub.mate-desktop.org/releases/${_ver}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('db775a80ec76ea0f8f9277a4b2011471eabaee65')
+sha1sums=('912eb67104da9414eb47c4a9b0631735d2528794')
prepare() {
cd "${srcdir}"
@@ -62,7 +62,7 @@
package_libmateweather-gtk3() {
pkgdesc+=' (GTK3 version)'
conflicts=("${pkgbase}")
- depends=('gtk3')
+ depends=('gtk3' 'libsoup')
cd "${srcdir}/${pkgbase}-gtk3"
make DESTDIR="${pkgdir}" install
More information about the arch-commits
mailing list