summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean Anderson2022-09-24 14:38:11 -0400
committerSean Anderson2022-09-24 14:38:11 -0400
commit44aafe0759fbecd5a294dd1f0119f6cf0b635a8b (patch)
tree2eee903ddd87385fc65756f47d670d3e6f86619b
parenteb0f7b31e711ec1fdfc6574dac834a5a2d84a706 (diff)
downloadaur-44aafe0759fbecd5a294dd1f0119f6cf0b635a8b.tar.gz
2.115.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cdce47e96db..e790dd1e1261 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.114.0
+ pkgver = 2.115.3
pkgrel = 1
url = https://lintian.debian.org/
arch = any
@@ -38,7 +38,7 @@ pkgbase = lintian
depends = perl-yaml-libyaml
options = !emptydirs
options = purge
- source = https://salsa.debian.org/lintian/lintian/-/archive/2.114.0/lintian-2.114.0.tar.gz
- sha512sums = 3499b27bab13e52ef94b60b4e21a9b0f8642c5e686f85a55fdd2d594b48a29920c9dd59834e792c6eba1329a0f465f295724ce348ed276bec9487489cbfbf6f2
+ source = https://salsa.debian.org/lintian/lintian/-/archive/2.115.3/lintian-2.115.3.tar.gz
+ sha512sums = 8472d63c95d6637de816676941b1666190d07fa87cb161eccb7d8635cbb8abffcc407ba985ae3c604c97e76a8891cfb98ac531140e86c24adf420c169c321056
pkgname = lintian
diff --git a/PKGBUILD b/PKGBUILD
index 9e6483abb6a2..905478e5b966 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Sean Anderson <seanga2@gmail.com>
pkgname=lintian
-pkgver=2.114.0
+pkgver=2.115.3
pkgrel=1
pkgdesc="dissects Debian packages and tries to find bugs and policy violations"
arch=(any)
@@ -39,11 +39,12 @@ makedepends=(
perl-html-html5-entities
perl-ipc-run3
perl-unicode-utf8
+ python-docutils
)
optdepends=()
options=('!emptydirs' purge)
source=("https://salsa.debian.org/lintian/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('3499b27bab13e52ef94b60b4e21a9b0f8642c5e686f85a55fdd2d594b48a29920c9dd59834e792c6eba1329a0f465f295724ce348ed276bec9487489cbfbf6f2')
+sha512sums=('8472d63c95d6637de816676941b1666190d07fa87cb161eccb7d8635cbb8abffcc407ba985ae3c604c97e76a8891cfb98ac531140e86c24adf420c169c321056')
prepare() {
cd "$pkgname-$pkgver"