aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kakoune
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-18 01:05:40 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-18 13:52:07 -0300
commit5446520e7ff5bceac049e108aa6bbe580224b5e6 (patch)
treec9d55c310616b56b5a8f07fc203f7aac4f15a65a /testing/kakoune
parent751e0bdedda1981be122077c2264fb082cadf8ea (diff)
downloadaports-5446520e7ff5bceac049e108aa6bbe580224b5e6.tar.bz2
aports-5446520e7ff5bceac049e108aa6bbe580224b5e6.tar.xz
testing/kakoune: upgrade to 2019.07.01
Diffstat (limited to 'testing/kakoune')
-rw-r--r--testing/kakoune/APKBUILD11
1 files changed, 4 insertions, 7 deletions
diff --git a/testing/kakoune/APKBUILD b/testing/kakoune/APKBUILD
index 56a6ea3ca5..1795613735 100644
--- a/testing/kakoune/APKBUILD
+++ b/testing/kakoune/APKBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jakub Skrzypnik <j.skrzypnik@openmailbox.org>
pkgname=kakoune
-pkgver=2019.01.20
+pkgver=2019.07.01
pkgrel=0
pkgdesc="Code editor heavily inspired by Vim, but with less keystrokes"
url="http://kakoune.org"
@@ -12,18 +12,15 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/mawww/$pkgname/archive/v$pkg
builddir="$srcdir/$pkgname-$pkgver/src"
build() {
- cd "$builddir"
- make debug=no || return 1
+ make debug=no
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
- make PREFIX="/usr" DESTDIR="$pkgdir/" debug=no install || return 1
+ make PREFIX="/usr" DESTDIR="$pkgdir/" debug=no install
}
-sha512sums="b4b9f362b31cb3bec1acc29dbefbb5cd4040387a0e1199db71373bc1709c5a6f2e37b621671e2585090784b36f71897df48c00cd876758310096332e20327f4e kakoune-2019.01.20.tar.gz"
+sha512sums="35e4ae68c18afdb0fcd531877eecf54a52d1f86b586bc7272b0183367515d9a747b498292449e8a87c03a87cdd8087b5932f822ffeb5a9ff6cd7f431376e4c60 kakoune-2019.07.01.tar.gz"