summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Westover2023-05-28 15:38:07 -0400
committerBen Westover2023-05-28 15:38:07 -0400
commit4acfe8f0afccea5d1d4a497fa1e3458e6a58fda2 (patch)
tree59d181f55d41fc057d40a2a8e1621791634f010f
parent917aa97044c8d5900648183ae77ae6abe66e783f (diff)
downloadaur-4acfe8f0afccea5d1d4a497fa1e3458e6a58fda2.tar.gz
Update to 12.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63d1286bc954..6e8f6b21fe23 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.6.0
+ pkgver = 12.0.0
pkgrel = 1
url = https://salsa.debian.org/reportbug-team/reportbug
arch = any
@@ -11,12 +11,12 @@ pkgbase = reportbug
depends = python-debianbts
depends = python-apt
depends = apt
- depends = sensible-utils
+ optdepends = sensible-utils: default editor
provides = python-reportbug
conflicts = python-reportbug
- source = https://salsa.debian.org/reportbug-team/reportbug/-/archive/11.6.0/reportbug-11.6.0.tar.gz
+ source = https://salsa.debian.org/reportbug-team/reportbug/-/archive/12.0.0/reportbug-12.0.0.tar.gz
source = LICENSE
- sha256sums = 9025a013962dc558527d57c5578e400df960c19e2c209746714633085f8e8424
+ sha256sums = 99da655d6e1b0419fd78d4059c6e53eae0dc73127137d0e4b906861eeea50e48
sha256sums = 604ec308937cc86922cd5c64baaf0e63ccbc87b8d8d3a6c1c5b0f2e47182b273
pkgname = reportbug
diff --git a/PKGBUILD b/PKGBUILD
index c05d54e75518..7c1d822d5725 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
# Maintainer: Ben Westover <kwestover.kw@gmail.com>
pkgname=reportbug
-pkgver=11.6.0
+pkgver=12.0.0
pkgrel=1
pkgdesc="A tool designed to make the reporting of bugs in Debian and derived distributions relatively painless"
arch=('any')
url="https://salsa.debian.org/reportbug-team/reportbug"
license=('custom')
-depends=('python' 'python-debian' 'python-debianbts' 'python-apt' 'apt' 'sensible-utils')
+depends=('python' 'python-debian' 'python-debianbts' 'python-apt' 'apt')
makedepends=('python-setuptools')
+optdepends=('sensible-utils: default editor')
conflicts=('python-reportbug')
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=('9025a013962dc558527d57c5578e400df960c19e2c209746714633085f8e8424'
+sha256sums=('99da655d6e1b0419fd78d4059c6e53eae0dc73127137d0e4b906861eeea50e48'
'604ec308937cc86922cd5c64baaf0e63ccbc87b8d8d3a6c1c5b0f2e47182b273')
build() {