summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-11-10 13:10:10 -0700
committerBrian Bidulock2018-11-10 13:10:10 -0700
commitda97b040dee15094ddaffd8fef8f6d0c426dda89 (patch)
treec7249b2e62113e86b7381e5d4b6e8ce45e707492
parentec56a8330652e6c2446d2d184d409e3e445a4286 (diff)
downloadaur-da97b040dee15094ddaffd8fef8f6d0c426dda89.tar.gz
uppkg
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 065e7223860f..0d0135339b4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v7
-# Wed Dec 2 01:17:55 UTC 2015
pkgbase = wmweather+
pkgdesc = Downloads the National Weather Service METAR bulletins, ANV and MRF forecasts, and any weather map for display in a WindowMaker dockapp
- pkgver = 2.15
- pkgrel = 2
+ pkgver = 2.17
+ pkgrel = 1
url = http://sourceforge.net/projects/wmweatherplus
arch = i686
arch = x86_64
@@ -13,8 +11,8 @@ pkgbase = wmweather+
depends = libxpm
depends = curl
depends = windowmaker
- source = http://downloads.sf.net/wmweatherplus/wmweather+-2.15.tar.gz
- md5sums = 5eea25d708abe1da3549672b898bd0d4
+ source = http://downloads.sf.net/wmweatherplus/wmweather+-2.17.tar.gz
+ md5sums = 89da7675017b1ca8c456e5736ff03249
pkgname = wmweather+
diff --git a/PKGBUILD b/PKGBUILD
index 22536341a71f..3fa441493cd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Mario Blättermann <mariobl@gnome.org>
pkgname=wmweather+
-pkgver=2.15
-pkgrel=2
+pkgver=2.17
+pkgrel=1
pkgdesc="Downloads the National Weather Service METAR bulletins, ANV and MRF forecasts, and any weather map for display in a WindowMaker dockapp"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/wmweatherplus"
@@ -12,7 +12,7 @@ license=('GPL')
groups=('x11')
depends=('pcre' 'libxpm' 'curl' 'windowmaker')
source=("http://downloads.sf.net/wmweatherplus/$pkgname-$pkgver.tar.gz")
-md5sums=('5eea25d708abe1da3549672b898bd0d4')
+md5sums=('89da7675017b1ca8c456e5736ff03249')
build() {
cd "$srcdir/$pkgname-$pkgver"