summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Loher2019-09-01 20:49:44 +0200
committerJohannes Loher2019-09-01 20:49:44 +0200
commit7ada909e444f312d01e884bb6e5b5af30e5c70a8 (patch)
treee7c451c0c191dc43aa662815df06e8e547f36857
parentd3c400b49532b692de0878abbe8f884f6d642a02 (diff)
downloadaur-7ada909e444f312d01e884bb6e5b5af30e5c70a8.tar.gz
bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7dad7afa0b18..290ed39b60a5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Feb 20 18:19:57 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.13.0
- pkgrel = 2
+ pkgver = 1.14.0
+ pkgrel = 1
url = https://github.com/fcambus/ansiweather
arch = any
license = custom
@@ -13,7 +11,7 @@ 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.13.0.tar.gz
+ source = https://github.com/fcambus/ansiweather/archive/1.14.0.tar.gz
md5sums = 3807b5831dec06a4aba5a95ecd704b6a
pkgname = ansiweather
diff --git a/PKGBUILD b/PKGBUILD
index 78fa2c5a67cb..6dbd4c2565a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Johannes Loher <johannes dor loher at fg4f dot de>
pkgname='ansiweather'
-pkgver=1.13.0
-pkgrel=2
+pkgver=1.14.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')
url='https://github.com/fcambus/ansiweather'
@@ -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=('3807b5831dec06a4aba5a95ecd704b6a')
+md5sums=('31f40c01f4b24c34f1db1257e9c3121a')
package(){
cd "${srcdir}/${pkgname}-${pkgver}"