-
-
Notifications
You must be signed in to change notification settings - Fork 695
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop patch, issue solved upstream jonas/tig#1084
- Loading branch information
Showing
2 changed files
with
4 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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 \ | ||
|
@@ -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" |
This file was deleted.
Oops, something went wrong.