summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e788e30bffab..5e6b848907ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = network-ups-tools-git
pkgdesc = A collection of programs which provide a common interface for monitoring and administering UPS, PDU and SCD hardware
- pkgver = 2.7.4.r5111.g88acc3578
+ pkgver = 2.8.0.rc1.r39.g88acc3578
pkgrel = 1
url = https://networkupstools.org/
install = nut.install
diff --git a/PKGBUILD b/PKGBUILD
index 037fb4c27a25..fd8d1a5f5bab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Dan Ziemba <zman0900@gmail.com>
pkgname=network-ups-tools-git
-pkgver=2.7.4.r5111.g88acc3578
+pkgver=2.8.0.rc1.r39.g88acc3578
pkgrel=1
pkgdesc='A collection of programs which provide a common interface for monitoring and administering UPS, PDU and SCD hardware'
arch=(x86_64)
@@ -57,7 +57,7 @@ sha256sums=('SKIP'
pkgver() {
cd nut
- git describe --long | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
prepare() {