diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-09-20 23:24:42 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-21 00:29:56 -0300 |
commit | 5d5de9f36317dffbfbf62255b3315084f3416c00 (patch) | |
tree | cf4d19d987ac5cd7130131bb4bde2d7f9666b65f /community/libvterm | |
parent | 0db283f52e27aaf3cea051331f283c28c1c0c962 (diff) | |
download | aports-5d5de9f36317dffbfbf62255b3315084f3416c00.tar.bz2 aports-5d5de9f36317dffbfbf62255b3315084f3416c00.tar.xz |
community/libvterm: upgrade to 0.1.20190920
Diffstat (limited to 'community/libvterm')
-rw-r--r-- | community/libvterm/APKBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/libvterm/APKBUILD b/community/libvterm/APKBUILD index b65ce5cf45..2488734e2c 100644 --- a/community/libvterm/APKBUILD +++ b/community/libvterm/APKBUILD @@ -1,16 +1,16 @@ # Contributor: Daniel Sabogal <dsabogalcc@gmail.com> # Maintainer: Jakub Jirutka <jakub@jirutka.cz> pkgname=libvterm -pkgver=0.0.20161007 -_gitref=e0a3d4dbd44a9534bf7437ee98ceb26dabebf3ad -pkgrel=2 +pkgver=0.1.20190920 +_gitref=fcbccd3c79bfa811800fea24db3a77384941cb70 +pkgrel=0 pkgdesc="Abstract library implementation of a VT220/xterm/ECMA-48 terminal emulator" url="http://www.leonerd.org.uk/code/libvterm/" arch="all" license="MIT" makedepends="libtool perl" subpackages="$pkgname-dev" -source="$pkgname-$_gitref.tar.gz::https://github.com/neovim/$pkgname/archive/$_gitref.tar.gz" +source="$pkgname-$_gitref.tar.gz::https://github.com/neovim/libvterm/archive/$_gitref.tar.gz" builddir="$srcdir/$pkgname-$_gitref" build() { @@ -23,6 +23,7 @@ check() { package() { make PREFIX=/usr DESTDIR="$pkgdir/" install + rm -f "$pkgdir"/usr/lib/*.a } -sha512sums="8ac8e442783a2db129087ea42e02034f4a7aa9070c5776f43879f5675b3da447e7f6fbd50a77713f0e424f1e0eb2ce203f9ee9e77999b0e208b033e37b4b6587 libvterm-e0a3d4dbd44a9534bf7437ee98ceb26dabebf3ad.tar.gz" +sha512sums="230cee033cb0242a910c3c78b8744105648abec194477962c7903f5f0ee74f49264b0ea516d0ddd83f047cba426158c40e0472880f49e9e037dd0712dc8a9bee libvterm-fcbccd3c79bfa811800fea24db3a77384941cb70.tar.gz" |