mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
main/tig: update URL
This commit is contained in:
parent
d2d2737043
commit
bc228317f5
@ -2,16 +2,16 @@
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=tig
|
||||
pkgver=2.3.3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Text-mode interface for the git revision control system"
|
||||
url="http://jonas.nitro.dk/tig"
|
||||
url="https://jonas.github.io/tig/"
|
||||
arch="all"
|
||||
license="GPL-2.0-or-later"
|
||||
options="!check" # Tests are broken
|
||||
depends="git"
|
||||
makedepends="ncurses-dev xmlto asciidoc git"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://github.com/jonas/tig/releases/download/tig-$pkgver/tig-$pkgver.tar.gz"
|
||||
source="https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user