summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntonin Godard2024-02-18 09:40:34 -0800
committerAntonin Godard2024-02-18 09:40:34 -0800
commit5edd46c482d3ba0c4d9ccd2798ca8f86da7c8fc7 (patch)
treede41bda624f6c4866d35c7e3b4dd09e834735595
parentbb2fcc890d506af3535276f5dbf7c087424ebb80 (diff)
downloadaur-systemdlint.tar.gz
Bump to 1.3.0
Signed-off-by: Antonin Godard <antoningodard@pm.me>
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32947c6b5464..b5a0b4ba4d74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = systemdlint
pkgdesc = Linter for systemd unit files
- pkgver = 1.2.1
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/priv-kweihmann/systemdlint
arch = any
@@ -8,8 +8,8 @@ pkgbase = systemdlint
makedepends = python-setuptools
depends = python-anytree>=2.6.0
depends = python-systemdunitparser>=0.1
- provides = systemdlint=1.2.1
- source = https://github.com/priv-kweihmann/systemdlint/archive/1.2.1.tar.gz
- sha512sums = 9462a30c1126d35d45a368254a030e25a41319a86c5e208d9d21bfbd0ad92c1d17257f67637b871ba834894c97d9bf5bf0862da328159e3f81c511bafdc31cc7
+ provides = systemdlint=1.3.0
+ source = https://github.com/priv-kweihmann/systemdlint/archive/1.3.0.tar.gz
+ sha512sums = 5fd7f6501ad19cfa1ee25e6b7481f85ef4d154a837711209da182ddf22e8b704b3f6a892a8d4527332bd14be70b55e7e562a2d510d888d4cdd39722834ad6779
pkgname = systemdlint
diff --git a/PKGBUILD b/PKGBUILD
index 65d5684846e7..f6e3c10fbd0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antonin Godard <antonin dot godard at pm dot me>
pkgname='systemdlint'
-pkgver=1.2.1
+pkgver=1.3.0
pkgrel=1
pkgdesc='Linter for systemd unit files'
url='https://github.com/priv-kweihmann/systemdlint'
@@ -16,7 +16,7 @@ makedepends=(
)
provides=("${pkgname}=${pkgver}")
source=("${url}/archive/${pkgver}.tar.gz")
-sha512sums=('9462a30c1126d35d45a368254a030e25a41319a86c5e208d9d21bfbd0ad92c1d17257f67637b871ba834894c97d9bf5bf0862da328159e3f81c511bafdc31cc7')
+sha512sums=('5fd7f6501ad19cfa1ee25e6b7481f85ef4d154a837711209da182ddf22e8b704b3f6a892a8d4527332bd14be70b55e7e562a2d510d888d4cdd39722834ad6779')
build() {
cd "${srcdir}/${pkgname}-${pkgver}/systemdlint"