testing/brltty: upgrade to 6.1

This commit is contained in:
Leo 2020-04-06 22:11:50 -03:00
parent 76dfb66de7
commit 233cd1b34a

View File

@ -1,13 +1,14 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname="brltty"
pkgver="6.0"
pkgrel=2
pkgname=brltty
pkgver=6.1
pkgrel=0
pkgdesc="Refreshable braille display driver daemon"
url="http://brltty.app"
arch="all !ppc64le"
license="LGPL-2.1"
license="LGPL-2.1-or-later"
makedepends="
autoconf
automake
gpm-dev
icu-dev
liblouis-dev
@ -16,7 +17,6 @@ makedepends="
"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
source="http://brltty.app/archive/brltty-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
options="!check" # no upstream test suite
prepare() {
@ -44,4 +44,4 @@ package() {
"$pkgdir"/etc/$pkgname.conf
}
sha512sums="07344fa902ad169967ca39d19b09dfea24e698011031dd63dce3eb997a4cb86622ee9427b216976b3ef60e5cbabb710a621621447c6bfa2313748fc1a1cf4b06 brltty-6.0.tar.xz"
sha512sums="030ef60ef7a9a60dc2fba2a64ea0a0868395eee6f2f86876b4e4111e804a05b44f798a154a69a8f5e0f6358130993c360a550f7decac0535450f9cf939231eaf brltty-6.1.tar.xz"