summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2024-02-17 09:42:40 -0500
committerSean Anderson2024-02-17 09:42:40 -0500
commitc07a979c08ef242df148937d74f4f2b948e846bd (patch)
tree9847fb1ff3aa2665bb690203f523c3d95271b073
parentc2a8a777f4a442d72cc2fd0e720adb5d1cf21b42 (diff)
downloadaur-lintian.tar.gz
2.117.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94d8f47842c3..1cbe44bbc3b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lintian
pkgdesc = dissects Debian packages and tries to find bugs and policy violations
- pkgver = 2.116.3
+ pkgver = 2.117.0
pkgrel = 1
url = https://lintian.debian.org/
arch = any
@@ -47,7 +47,7 @@ pkgbase = lintian
depends = perl-yaml-libyaml
options = !emptydirs
options = purge
- source = https://salsa.debian.org/lintian/lintian/-/archive/2.116.3/lintian-2.116.3.tar.gz
- sha512sums = 2c49bdbab7608c7c8e4f2cb6f92c478695b9af1bab9073ee1840b552c31d38408a0509463341f4805cac17a9d246e0ffe65391a9ae2d9d02ccc15f4da88b60c3
+ source = https://salsa.debian.org/lintian/lintian/-/archive/2.117.0/lintian-2.117.0.tar.gz
+ sha512sums = fc261de43dde8f628b4f0e04341711721bb6f02ede555d184ca3993bc35e79dbee0c04ac1a7c941a45218a943c779a7e1185d3768a5cd32dd6654795670a436f
pkgname = lintian
diff --git a/PKGBUILD b/PKGBUILD
index a166ffdd87e9..b0912e793dc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sean Anderson <seanga2@gmail.com>
pkgname=lintian
-pkgver=2.116.3
+pkgver=2.117.0
pkgrel=1
pkgdesc="dissects Debian packages and tries to find bugs and policy violations"
arch=(any)
@@ -71,7 +71,7 @@ makedepends=(
optdepends=()
options=('!emptydirs' purge)
source=("https://salsa.debian.org/lintian/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('2c49bdbab7608c7c8e4f2cb6f92c478695b9af1bab9073ee1840b552c31d38408a0509463341f4805cac17a9d246e0ffe65391a9ae2d9d02ccc15f4da88b60c3')
+sha512sums=('fc261de43dde8f628b4f0e04341711721bb6f02ede555d184ca3993bc35e79dbee0c04ac1a7c941a45218a943c779a7e1185d3768a5cd32dd6654795670a436f')
prepare() {
cd "$pkgname-$pkgver"