summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD2
3 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea0f0855d05f..216a0f12e657 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = weewx
pkgdesc = Software for logging data from weather stations
pkgver = 5.0.2
- pkgrel = 2
+ pkgrel = 3
url = http://www.weewx.com/
arch = any
license = GPL-3.0-or-later
diff --git a/.gitignore b/.gitignore
index 40f01e7946ea..43069e15d31a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,5 @@
!.gitignore
!PKGBUILD
!.SRCINFO
-!weewx.service
!weewx.sysusers
!weewx.tmpfiles
diff --git a/PKGBUILD b/PKGBUILD
index 71cfc912c94e..dc169b166dd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ function _dl_url {
echo "https://github.com/weewx/weewx/archive/refs/tags/v$1.$2.$3.tar.gz"
}
-pkgrel=2
+pkgrel=3
pkgdesc="Software for logging data from weather stations"
arch=("any")
url="http://www.weewx.com/"