summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Schantl2021-01-16 18:20:53 +0000
committerMichael Schantl2021-01-16 18:32:30 +0000
commitc5c9d7e7003494ef7c3392a1442c149145680195 (patch)
tree55e59d8c64facd38281d2e20942d07f45fa1922b
parentbbb2a9ff499b67933737b8f3d034786cf743c77c (diff)
downloadaur-c5c9d7e7003494ef7c3392a1442c149145680195.tar.gz
Bump pkgrel version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3465c14acd5..afce6ba0ecf5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = weewx
pkgdesc = Software for logging data from weather stations
pkgver = 4.3.0
- pkgrel = 1
+ pkgrel = 2
url = http://www.weewx.com/
arch = any
license = GPL3
@@ -13,9 +13,9 @@ pkgbase = weewx
depends = python-pyserial
depends = python-pyusb
depends = python-cheetah3
- optdepends = python-ephem: for extended almanac information
- optdepends = mariadb-clients: for MariaDB support
- optdepends = python-mysqlclient: for MySQL/MariaDB support
+ optdepends = python-pyephem: extended almanac information
+ optdepends = mariadb-clients: MariaDB support
+ optdepends = python-mysqlclient: MariaDB support
backup = etc/weewx/weewx.conf
source = http://www.weewx.com/downloads/released_versions/weewx-4.3.0.tar.gz
source = wee_config
diff --git a/PKGBUILD b/PKGBUILD
index c4e3c18581ea..88f094438f01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=weewx
pkgver=4.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Software for logging data from weather stations"
arch=("any")
url="http://www.weewx.com/"