diff options
author | prspkt <prspkt@protonmail.com> | 2019-03-14 23:40:04 +0200 |
---|---|---|
committer | prspkt <prspkt@protonmail.com> | 2019-03-15 00:17:41 +0200 |
commit | ff86eb2e1871f910724d0c9a662fda7093af4bda (patch) | |
tree | f1e8cfd83446330be134aff25ffc010cf1922be2 /community/libtermkey/APKBUILD | |
parent | 05995eb503ae06f69d0ac0f1d685fce7aa474634 (diff) | |
download | aports-ff86eb2e1871f910724d0c9a662fda7093af4bda.tar.bz2 aports-ff86eb2e1871f910724d0c9a662fda7093af4bda.tar.xz |
community/libtermkey: upgrade to 0.22
Diffstat (limited to 'community/libtermkey/APKBUILD')
-rw-r--r-- | community/libtermkey/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libtermkey/APKBUILD b/community/libtermkey/APKBUILD index ef7793b19d..9b706a2109 100644 --- a/community/libtermkey/APKBUILD +++ b/community/libtermkey/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Marvin Steadfast <marvin@xsteadfastx.org> # Maintainer: Marvin Steadfast <marvin@xsteadfastx.org> pkgname=libtermkey -pkgver=0.20 -pkgrel=1 +pkgver=0.22 +pkgrel=0 pkgdesc="Library for easy processing of keyboard entry from terminal-based programs" url="http://www.leonerd.org.uk/code/libtermkey" arch="all" @@ -11,7 +11,7 @@ depends="" depends_dev="unibilium-dev" makedepends="$depends_dev libtool perl perl-utils" subpackages="$pkgname-doc $pkgname-dev" -source="http://www.leonerd.org.uk/code/$pkgname/$pkgname-$pkgver.tar.gz +source="http://www.leonerd.org.uk/code/libtermkey/$pkgname-$pkgver.tar.gz build-static-lib.patch" builddir="$srcdir/$pkgname-$pkgver" @@ -33,5 +33,5 @@ package() { make PREFIX=/usr DESTDIR="$pkgdir" install } -sha512sums="81a4bc5917c60ca692ec3065ac0252ae5dc1adccc2832be1c83c82318c97473d883900ab88a8a0ee08ab3f831ff07f3a4827ee3d8e936a3a42c4708ee58f6301 libtermkey-0.20.tar.gz +sha512sums="2e8242cd1e6acb8900125dcee9fd47f7554c359363f760b88858c82667e1f3871bdd87358b14c8a133ef3cd2699947a5045477e64cdf7f96d4ead1723e73a219 libtermkey-0.22.tar.gz c62d691e5ba451fd2256c9f0baed1f87531c3faac946ad5ce3337f422049c2ca0af84ae302618458856e133177c0dfc4101b3c904a472a886196833aded5064c build-static-lib.patch" |