summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkikadf2016-04-23 08:27:45 +0200
committerkikadf2016-04-23 08:27:45 +0200
commitf97c62505866ba0dfb4d0fec662843d3d34f6040 (patch)
tree57133f4e6d6c698cd2c2897353dbd5ec3cb1cc13
parentc469815b53c0b2a6d24535edbc823b6e29c6c974 (diff)
downloadaur-plasma5-applets-yahoo-weather-widget.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bf65e173e42..895e1c78ec05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = plasma5-applets-yahoo-weather-widget
pkgdesc = A simple weather widget that makes use of beloved Yahoo! Weather data
- pkgver = 5.1.1
+ pkgver = 5.2.0
pkgrel = 1
url = http://kde-apps.org/content/show.php/Yahoo%21+Weather+Widget?content=164194
arch = any
@@ -8,8 +8,8 @@ pkgbase = plasma5-applets-yahoo-weather-widget
makedepends = extra-cmake-modules
depends = plasma-workspace
depends = qt5-declarative
- source = https://github.com/librehat/com.librehat.yahooweather/archive/v5.1.1.tar.gz
- md5sums = 5bbba5d11011e93dea8c05d46a9fc9f3
+ source = https://github.com/librehat/com.librehat.yahooweather/archive/v5.2.0.tar.gz
+ md5sums = fb6e9dfaeeabfcd3ebb910cd5a7df728
pkgname = plasma5-applets-yahoo-weather-widget
diff --git a/PKGBUILD b/PKGBUILD
index 406d357858d8..b91726cbc796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
# Maintainer: kikadf <kikadf.01@gmail.com>
pkgname=plasma5-applets-yahoo-weather-widget
-pkgver=5.1.1
+pkgver=5.2.0
pkgrel=1
pkgdesc="A simple weather widget that makes use of beloved Yahoo! Weather data"
arch=('any')
url="http://kde-apps.org/content/show.php/Yahoo%21+Weather+Widget?content=164194"
-_watch="lynx -dump -listonly "https://github.com/librehat/com.librehat.yahooweather/tags" | sed -n 's|.*archive/v\([5-9].*\).tar.gz|\1|p' | head -1"
license=(GPL)
-depends=(plasma-workspace qt5-declarative)
-makedepends=(extra-cmake-modules)
-source=("https://github.com/librehat/com.librehat.yahooweather/archive/v$pkgver.tar.gz")
-md5sums=('5bbba5d11011e93dea8c05d46a9fc9f3')
+depends=('plasma-workspace' 'qt5-declarative')
+makedepends=('extra-cmake-modules')
+source=(https://github.com/librehat/com.librehat.yahooweather/archive/v$pkgver.tar.gz)
+md5sums=('fb6e9dfaeeabfcd3ebb910cd5a7df728')
prepare() {
cd com.librehat.yahooweather-$pkgver