diff options
author | Bjoern Franke | 2020-12-04 22:46:22 +0100 |
---|---|---|
committer | Bjoern Franke | 2020-12-04 22:46:22 +0100 |
commit | 01a43e1a0fcc7187d7d83593bf9bd6228450cfcd (patch) | |
tree | d80fb196e3cd4b34295660c82652fa21af423682 | |
parent | cc0c8dbe8eb10c9de1efaf60d50f65a94c48086c (diff) | |
download | aur-pywws.tar.gz |
bump pkgrel for Python 3.9
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = pywws pkgdesc = Python software for USB Wireless WeatherStations pkgver = 20.1.0 - pkgrel = 1 + pkgrel = 2 url = https://github.com/jim-easterbrook/pywws arch = any license = GPL @@ -1,7 +1,7 @@ # Maintainer: Bjoern Franke <bjo+aur@schafweide.org> pkgname=pywws pkgver=20.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python software for USB Wireless WeatherStations" arch=('any') url="https://github.com/jim-easterbrook/pywws" |