summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Westover2022-08-17 15:41:48 -0400
committerBen Westover2022-08-17 15:41:48 -0400
commitea947c52b4525bf647da08807f627161eafc9e80 (patch)
treeaad72e00871a9ae4024c7d6df08dc6cf9e48aeae
parentf5235dd8d193054906a7ce097cf74ffbe70cd175 (diff)
downloadaur-ea947c52b4525bf647da08807f627161eafc9e80.tar.gz
Update to 11.5.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4046425d9807..51a205425c7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = reportbug
pkgdesc = A tool designed to make the reporting of bugs in Debian and derived distributions relatively painless
- pkgver = 11.5.0
+ pkgver = 11.5.1
pkgrel = 1
url = https://salsa.debian.org/reportbug-team/reportbug
arch = any
@@ -14,9 +14,9 @@ pkgbase = reportbug
depends = sensible-utils
provides = python-reportbug
conflicts = python-reportbug
- source = https://salsa.debian.org/reportbug-team/reportbug/-/archive/11.5.0/reportbug-11.5.0.tar.gz
+ source = https://salsa.debian.org/reportbug-team/reportbug/-/archive/11.5.1/reportbug-11.5.1.tar.gz
source = LICENSE
- sha256sums = 382e0baf6b5188e7c080075031f39d730191a756b248f9f80049f5e1eb2a7b88
+ sha256sums = 972d4c738d1c88de35d24cd54be672756b402af473e07dceb475cf3c9ed93af5
sha256sums = 604ec308937cc86922cd5c64baaf0e63ccbc87b8d8d3a6c1c5b0f2e47182b273
pkgname = reportbug
diff --git a/PKGBUILD b/PKGBUILD
index bb9c71f6bcb3..29a2ce2d0623 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ben Westover <kwestover.kw@gmail.com>
pkgname=reportbug
-pkgver=11.5.0
+pkgver=11.5.1
pkgrel=1
pkgdesc="A tool designed to make the reporting of bugs in Debian and derived distributions relatively painless"
arch=('any')
@@ -14,7 +14,7 @@ provides=('python-reportbug')
source=("https://salsa.debian.org/$pkgname-team/$pkgname/-/archive/$pkgver/$pkgname-${pkgver}.tar.gz"
"LICENSE" # Extracted from debian/copyright in the source tree
)
-sha256sums=('382e0baf6b5188e7c080075031f39d730191a756b248f9f80049f5e1eb2a7b88'
+sha256sums=('972d4c738d1c88de35d24cd54be672756b402af473e07dceb475cf3c9ed93af5'
'604ec308937cc86922cd5c64baaf0e63ccbc87b8d8d3a6c1c5b0f2e47182b273')
build() {