summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Loher2017-07-17 11:53:11 +0200
committerJohannes Loher2017-07-17 11:53:11 +0200
commite02dbce6de64a0d63e15e601f64b4bb26cbe672f (patch)
treebe133ea12cf325ff3ebd6fa377a009ba8ff3f42a
parent27d2d52f8625dac14c259a53ce6090e5f51f752f (diff)
downloadaur-e02dbce6de64a0d63e15e601f64b4bb26cbe672f.tar.gz
update to v1.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8072b975a08e..cb75411be659 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Apr 2 06:56:27 UTC 2017
+# Mon Jul 17 09:52:48 UTC 2017
pkgbase = ansiweather
pkgdesc = A Shell script for displaying the current weather conditions in your terminal, with support for ANSI colors and Unicode symbols.
- pkgver = 1.10
+ pkgver = 1.11
pkgrel = 1
url = https://github.com/fcambus/ansiweather
install = ansiweather.install
@@ -14,8 +14,8 @@ pkgbase = ansiweather
optdepends = wget: support for downloading with wget
optdepends = ftp: support for downloading with ftp
provides = ansiweather
- source = https://github.com/fcambus/ansiweather/archive/1.10.tar.gz
- md5sums = 3c52b72f2bfdc94c6f6cd6ecda2d1320
+ source = https://github.com/fcambus/ansiweather/archive/1.11.tar.gz
+ md5sums = 8d3b7212f4e128555b904ba85f5e90ca
pkgname = ansiweather
diff --git a/PKGBUILD b/PKGBUILD
index 960a6f00954a..7b6872697ef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Loher <johannes dor loher at fg4f dot de>
pkgname='ansiweather'
-pkgver=1.10
+pkgver=1.11
pkgrel=1
pkgdesc='A Shell script for displaying the current weather conditions in your terminal, with support for ANSI colors and Unicode symbols.'
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('wget: support for downloading with wget'
'ftp: support for downloading with ftp')
provides=('ansiweather')
source=("https://github.com/fcambus/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('3c52b72f2bfdc94c6f6cd6ecda2d1320')
+md5sums=('8d3b7212f4e128555b904ba85f5e90ca')
install=${pkgname}.install
package(){