aboutsummaryrefslogtreecommitdiffstats
path: root/community/libtermkey/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libtermkey/APKBUILD')
-rw-r--r--community/libtermkey/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/libtermkey/APKBUILD b/community/libtermkey/APKBUILD
index ef7793b19da..9b706a21098 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"