diff options
author | prspkt <prspkt@protonmail.com> | 2019-11-20 22:40:52 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-21 08:39:17 +0100 |
commit | 840c4dd1ae93f47b0bef4e1a7ec2b627dfb2f619 (patch) | |
tree | e9478ac58f79f676637260c0ecf79b029852c7b4 /main | |
parent | bb07661124fa215737a79cc07f704407118a97af (diff) | |
download | aports-840c4dd1ae93f47b0bef4e1a7ec2b627dfb2f619.tar.bz2 aports-840c4dd1ae93f47b0bef4e1a7ec2b627dfb2f619.tar.xz |
main/tig: upgrade to 2.5.0, modernize
Diffstat (limited to 'main')
-rw-r--r-- | main/tig/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/tig/APKBUILD b/main/tig/APKBUILD index 1b94d9ccc4..c7051ef554 100644 --- a/main/tig/APKBUILD +++ b/main/tig/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=tig -pkgver=2.4.1 +pkgver=2.5.0 pkgrel=0 pkgdesc="Text-mode interface for the git revision control system" url="https://jonas.github.io/tig/" @@ -11,10 +11,9 @@ options="!check" # Tests are broken depends="git" makedepends="ncurses-dev xmlto asciidoc" subpackages="$pkgname-doc" -source="https://github.com/jonas/$pkgname/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz" +source="https://github.com/jonas/tig/releases/download/tig-$pkgver/tig-$pkgver.tar.gz" build() { - cd "$builddir" ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -26,8 +25,7 @@ build() { } package() { - cd "$builddir" make DESTDIR="$pkgdir" install install-doc-man } -sha512sums="516114ed267a9459e356ca1af35c9eba521f9a11e9462cc5120cc7ea8fba4e54ea0a2e8e0ab96263754d6516354c296df541f8e3642392eaeb205cd88428077c tig-2.4.1.tar.gz" +sha512sums="26736fe241dd2dac25d5133ed847a7c1dab4bfeaad83af2effc8e523f8c6d8c179fe3ff05cd4343e4b1048c3c50309908aa32e81dd0789e35afe9bd8ff8772ee tig-2.5.0.tar.gz" |