Skip to content

Commit

Permalink
main/tig: upgrade to 2.5.3
Browse files Browse the repository at this point in the history
drop patch, issue solved upstream jonas/tig#1084
  • Loading branch information
omni authored and maxice8 committed Mar 22, 2021
1 parent a30c18d commit 073bfe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 39 deletions.
10 changes: 4 additions & 6 deletions main/tig/APKBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Contributor: Fabian Affolter <[email protected]>
# Maintainer: Fabian Affolter <[email protected]>
pkgname=tig
pkgver=2.5.2
pkgrel=1
pkgver=2.5.3
pkgrel=0
pkgdesc="Text-mode interface for the git revision control system"
url="https://jonas.github.io/tig/"
arch="all"
Expand All @@ -11,8 +11,7 @@ options="!check" # Tests are broken
depends="git"
makedepends="ncurses-dev xmlto asciidoc"
subpackages="$pkgname-doc"
source="https://github.com/jonas/tig/releases/download/tig-$pkgver/tig-$pkgver.tar.gz
time_t.patch"
source="https://github.com/jonas/tig/releases/download/tig-$pkgver/tig-$pkgver.tar.gz"

build() {
./configure \
Expand All @@ -29,5 +28,4 @@ package() {
make DESTDIR="$pkgdir" install install-doc-man
}

sha512sums="9ba503d69fe52ce717bac66b4f0147b4d073cf2993083c4837b2383c6b74f5f3884e98d6f701ff1a5d434f7a898774e0243010ead0561bb119a98b52f3a10179 tig-2.5.2.tar.gz
de59929cfcf32457fd0a1aa884b73a182c8af37c928e1a48902c54369f67ecfd05f3cc508adfeb26adb70f5b12e013cfad907618a536ef50f4705b89ef699d87 time_t.patch"
sha512sums="2339c6c93808b6fbcda4ae29e014e7f4edda5f16df46e466d1d14a9f65dba10bff9df6363f37c369418336f362d5e38dbaf7fc4d99761997cc39722ba6132aec tig-2.5.3.tar.gz"
33 changes: 0 additions & 33 deletions main/tig/time_t.patch

This file was deleted.

0 comments on commit 073bfe2

Please sign in to comment.