summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"