summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkikadf2016-04-07 11:01:23 +0200
committerkikadf2016-04-07 11:01:23 +0200
commitc469815b53c0b2a6d24535edbc823b6e29c6c974 (patch)
treead2b3b4f54e33787d93b08229f956663ee936470
parent43326f7ddd3a34cad776d09a8a7fa4e1240bee24 (diff)
downloadaur-c469815b53c0b2a6d24535edbc823b6e29c6c974.tar.gz
Update package
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa58b2f833ed..8bf65e173e42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = plasma5-applets-yahoo-weather-widget
pkgdesc = A simple weather widget that makes use of beloved Yahoo! Weather data
- pkgver = 5.1.0
+ pkgver = 5.1.1
pkgrel = 1
url = http://kde-apps.org/content/show.php/Yahoo%21+Weather+Widget?content=164194
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
makedepends = extra-cmake-modules
depends = plasma-workspace
depends = qt5-declarative
- source = https://github.com/librehat/com.librehat.yahooweather/archive/v5.1.0.tar.gz
- md5sums = 17bd3327fa711fc0ec2addd58f2c95d5
+ source = https://github.com/librehat/com.librehat.yahooweather/archive/v5.1.1.tar.gz
+ md5sums = 5bbba5d11011e93dea8c05d46a9fc9f3
pkgname = plasma5-applets-yahoo-weather-widget
diff --git a/PKGBUILD b/PKGBUILD
index d11122c0e824..406d357858d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: kikadf <kikadf.01@gmail.com>
pkgname=plasma5-applets-yahoo-weather-widget
-pkgver=5.1.0
+pkgver=5.1.1
pkgrel=1
pkgdesc="A simple weather widget that makes use of beloved Yahoo! Weather data"
-arch=(i686 x86_64)
+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=('17bd3327fa711fc0ec2addd58f2c95d5')
+md5sums=('5bbba5d11011e93dea8c05d46a9fc9f3')
prepare() {
cd com.librehat.yahooweather-$pkgver