summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkikadf2016-04-07 11:01:23 +0200
committerkikadf2016-04-07 11:01:23 +0200
commitc469815b53c0b2a6d24535edbc823b6e29c6c974 (patch)
treead2b3b4f54e33787d93b08229f956663ee936470 /PKGBUILD
parent43326f7ddd3a34cad776d09a8a7fa4e1240bee24 (diff)
downloadaur-c469815b53c0b2a6d24535edbc823b6e29c6c974.tar.gz
Update package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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