summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Loher2019-02-15 19:47:12 +0100
committerJohannes Loher2019-02-15 19:47:12 +0100
commit0a30fc80e65944152829f2ff51f75aad3acc065b (patch)
treeeb6625b287e8ebe1109cb46f1d271be12561c4b6
parente02dbce6de64a0d63e15e601f64b4bb26cbe672f (diff)
downloadaur-0a30fc80e65944152829f2ff51f75aad3acc065b.tar.gz
bum version to 1.13.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb75411be659..437eb5bf552c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 17 09:52:48 UTC 2017
+# Fri Feb 15 18:45:51 UTC 2019
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.11
+ pkgver = 1.13.0
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.11.tar.gz
- md5sums = 8d3b7212f4e128555b904ba85f5e90ca
+ source = https://github.com/fcambus/ansiweather/archive/1.13.0.tar.gz
+ md5sums = 3807b5831dec06a4aba5a95ecd704b6a
pkgname = ansiweather
diff --git a/PKGBUILD b/PKGBUILD
index 7b6872697ef1..593fb2790512 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Johannes Loher <johannes dor loher at fg4f dot de>
pkgname='ansiweather'
-pkgver=1.11
+pkgver=1.13.0
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=('8d3b7212f4e128555b904ba85f5e90ca')
+md5sums=('3807b5831dec06a4aba5a95ecd704b6a')
install=${pkgname}.install
package(){