summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Schantl2024-04-27 20:11:20 +0000
committerMichael Schantl2024-04-27 20:11:20 +0000
commit352e2fa128edb02465c32902bcee040e9c32218c (patch)
treebc8769b30973993a7bbcfb6641b3eb8b54d95ba9
parent205803b75b06d7713076c11f9941748ab827fa8e (diff)
downloadaur-352e2fa128edb02465c32902bcee040e9c32218c.tar.gz
upgpkg: weewx 5.0.2-3
Remove service file from inverse ignore list.
-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/"