mirror of
https://github.com/archlinux/aur.git
synced 2026-02-09 22:44:04 +01:00
upgpkg: 2.52.0-1
This commit is contained in:
parent
7902a7d85b
commit
23aae8aa88
2 changed files with 7 additions and 8 deletions
11
.SRCINFO
11
.SRCINFO
|
|
@ -1,15 +1,14 @@
|
|||
pkgbase = git-htmldocs
|
||||
pkgdesc = HTML documentation files for Git
|
||||
pkgver = 2.48.1
|
||||
pkgver = 2.52.0
|
||||
pkgrel = 1
|
||||
url = https://git-scm.com/
|
||||
arch = any
|
||||
license = GPL2
|
||||
depends = git
|
||||
source = https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.48.1.tar.xz
|
||||
source = https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.48.1.tar.sign
|
||||
license = GPL-2.0-only
|
||||
source = https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.52.0.tar.xz
|
||||
source = https://www.kernel.org/pub/software/scm/git/git-htmldocs-2.52.0.tar.sign
|
||||
validpgpkeys = 96E07AF25771955980DAD10020D04E5A713660A7
|
||||
sha256sums = 5450321b7de6702f9ec0a41108dfac3626afeb8fdd575b3d9a78febfaa96315c
|
||||
sha256sums = e6efd0da47a15b6a59401c8c5c8944e4315b18a176b89bb57812778d6307be84
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = git-htmldocs
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Victoria Mitchell <victoria@quietmisdreavus.net>
|
||||
|
||||
pkgname='git-htmldocs'
|
||||
pkgver=2.48.1
|
||||
pkgver=2.52.0
|
||||
pkgrel=1
|
||||
pkgdesc='HTML documentation files for Git'
|
||||
arch=('any')
|
||||
|
|
@ -14,7 +14,7 @@ makedepends=()
|
|||
checkdepends=()
|
||||
optdepends=()
|
||||
source=("https://www.kernel.org/pub/software/scm/git/$pkgname-$pkgver.tar."{xz,sign})
|
||||
sha256sums=('5450321b7de6702f9ec0a41108dfac3626afeb8fdd575b3d9a78febfaa96315c'
|
||||
sha256sums=('e6efd0da47a15b6a59401c8c5c8944e4315b18a176b89bb57812778d6307be84'
|
||||
'SKIP')
|
||||
validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue