summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 755f7162e3db..2732d5ca8ac0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = open-av4ms-git
pkgdesc = Log and monitor the serial output of the MiMH/ NiCd battery chargers 'AV4m+'/ 'AV4ms'.
pkgver = 1.5+1.r7.20181017.e7ac570
- pkgrel = 4
+ pkgrel = 5
url = https://gitlab.com/corbolais/open-av4ms
install = open-av4ms.install
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
depends = python2
depends = python2-daemon
diff --git a/PKGBUILD b/PKGBUILD
index b069193c6ce2..0354c20d4912 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=open-av4ms
pkgname="${_pkgname}-git"
pkgver=1.5+1.r7.20181017.e7ac570
-pkgrel=4
+pkgrel=5
pkgdesc="Log and monitor the serial output of the MiMH/ NiCd battery chargers 'AV4m+'/ 'AV4ms'."
url='https://gitlab.com/corbolais/open-av4ms'
arch=(
'any'
)
-license=('GPL3')
+license=('GPL-3.0-or-later')
provides=(
"${_pkgname}=${pkgver}"
"av4ms-server=${pkgver}"