tig: update to 2.6.0
This commit is contained in:
parent
0c5d9d5605
commit
e40553d79b
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Alexey Pavlov <Alexpux@gmail.com>
|
# Maintainer: Alexey Pavlov <Alexpux@gmail.com>
|
||||||
|
|
||||||
pkgname=tig
|
pkgname=tig
|
||||||
pkgver=2.5.12
|
pkgver=2.6.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Text-mode interface for Git'
|
pkgdesc='Text-mode interface for Git'
|
||||||
depends=('git' 'libreadline' 'ncurses')
|
depends=('git' 'libreadline' 'ncurses')
|
||||||
@ -10,12 +10,14 @@ url='https://jonas.github.io/tig/'
|
|||||||
msys2_repository_url="https://github.com/jonas/tig"
|
msys2_repository_url="https://github.com/jonas/tig"
|
||||||
msys2_references=(
|
msys2_references=(
|
||||||
"anitya: 4969"
|
"anitya: 4969"
|
||||||
|
"archlinux: tig"
|
||||||
|
"gentoo: dev-vcs/tig"
|
||||||
)
|
)
|
||||||
license=('GPL')
|
license=('spdx:GPL-2.0-or-later')
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
backup=('etc/tigrc')
|
backup=('etc/tigrc')
|
||||||
source=("https://github.com/jonas/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
source=("https://github.com/jonas/${pkgname}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
||||||
sha256sums=('5dda8a098810bb499096e17fc9f69c0a5915a23f46be27209fc8195d7a792108')
|
sha256sums=('99d4a0fdd3d93547ebacfe511195cb92e4f75b91644c06293c067f401addeb3e')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user