* update devtools to 1:1.3.0-1
This commit is contained in:
parent
438103e2e5
commit
cf2ea5522a
@ -1,7 +1,7 @@
|
||||
pkgbase = devtools
|
||||
pkgdesc = Tools for Arch Linux package maintainers
|
||||
pkgver = 1.2.0
|
||||
pkgrel = 1.1
|
||||
pkgver = 1.3.0
|
||||
pkgrel = 1
|
||||
epoch = 1
|
||||
url = https://gitlab.archlinux.org/archlinux/devtools
|
||||
arch = any
|
||||
@ -33,15 +33,15 @@ pkgbase = devtools
|
||||
optdepends = bat: pretty printing for pkgctl search
|
||||
optdepends = nvchecker: pkgctl version subcommand
|
||||
replaces = devtools-git-poc
|
||||
source = https://gitlab.archlinux.org/archlinux/devtools/-/releases/v1.2.0/downloads/devtools-1.2.0.tar.gz
|
||||
source = https://gitlab.archlinux.org/archlinux/devtools/-/releases/v1.2.0/downloads/devtools-1.2.0.tar.gz.sig
|
||||
source = https://gitlab.archlinux.org/archlinux/devtools/-/releases/v1.3.0/downloads/devtools-1.3.0.tar.gz
|
||||
source = https://gitlab.archlinux.org/archlinux/devtools/-/releases/v1.3.0/downloads/devtools-1.3.0.tar.gz.sig
|
||||
source = lazy-ppc-fix.patch
|
||||
validpgpkeys = E240B57E2C4630BA768E2F26FC1B547C8D8172C8
|
||||
validpgpkeys = F00B96D15228013FFC9C9D0393B11DAA4C197E3D
|
||||
sha256sums = 5407d412f0a29229c8eeebea6b95811ceb24749910ac4189e3a74798c13c6822
|
||||
sha256sums = 537c2b7d362e6d0cb919358305a83e65dbf2dc8b5cedcf4b927702ad67411794
|
||||
sha256sums = SKIP
|
||||
sha256sums = a137f3dd145e5988258ebcc9a006d279749031d37fbfc58bb2c25ddda6a2b7cf
|
||||
b2sums = 86c1d470bc5b4db8ee757da05a7af72ab80844a12f4d2f338deb4fe1aa2bc9d66d3018d05e5d7898687fb3caa4d9299c746434742ec089739801731b50002c17
|
||||
b2sums = 40c2f8fb81a939a027b772f215b31c73d7f8003415335e5c2667589f0e5ddd786e627f4812687fbceff26c1a0f212e20b48402ba2d9d7561502ab16fc8ae0a07
|
||||
b2sums = SKIP
|
||||
b2sums = 1b8052164a5827eeb83e13a5baf42fe1e3f338bd3b746b98e0ef226567124b68319d65dac77275589851ab61e492d30594acb07091d8e8ac4930ab0197dab16c
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
pkgname=devtools
|
||||
epoch=1
|
||||
pkgver=1.2.1
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='Tools for Arch Linux package maintainers'
|
||||
arch=(any)
|
||||
@ -35,6 +35,9 @@ depends=(
|
||||
mercurial
|
||||
subversion
|
||||
)
|
||||
depends_powerpc64le=(glow gum)
|
||||
depends_riscv64=(glow gum)
|
||||
depends_x86_64=(glow gum)
|
||||
makedepends=(
|
||||
asciidoctor
|
||||
)
|
||||
@ -53,10 +56,10 @@ validpgpkeys=(
|
||||
'E240B57E2C4630BA768E2F26FC1B547C8D8172C8' # Levente Polyak <anthraxx@archlinux.org>
|
||||
'F00B96D15228013FFC9C9D0393B11DAA4C197E3D' # Christian Heusel (gromit packager key) <gromit@archlinux.org>
|
||||
)
|
||||
sha256sums=('a484d13823c8eb5246ad97325f60c9fcddaacb698d685793c018272eeb440f25'
|
||||
sha256sums=('537c2b7d362e6d0cb919358305a83e65dbf2dc8b5cedcf4b927702ad67411794'
|
||||
'SKIP'
|
||||
'a137f3dd145e5988258ebcc9a006d279749031d37fbfc58bb2c25ddda6a2b7cf')
|
||||
b2sums=('8a864388619c40b8093b1af184aa157c1fc12ae1788f7d2b38f7b9f36d2fabbe0f2afdf1e300ca4d760fe4c8e9de5305d9bde4b5d3825f19c3845b13ef5f6f63'
|
||||
b2sums=('40c2f8fb81a939a027b772f215b31c73d7f8003415335e5c2667589f0e5ddd786e627f4812687fbceff26c1a0f212e20b48402ba2d9d7561502ab16fc8ae0a07'
|
||||
'SKIP'
|
||||
'1b8052164a5827eeb83e13a5baf42fe1e3f338bd3b746b98e0ef226567124b68319d65dac77275589851ab61e492d30594acb07091d8e8ac4930ab0197dab16c')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user