Date: Tuesday, April 9, 2019 @ 06:46:07 Author: arojas Revision: 350411
Update to 3.9.0 Modified: liblouis/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-09 05:22:24 UTC (rev 350410) +++ PKGBUILD 2019-04-09 06:46:07 UTC (rev 350411) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=liblouis -pkgver=3.8.0 +pkgver=3.9.0 pkgrel=1 pkgdesc="Open-source braille translator and back-translator" arch=(x86_64) @@ -11,7 +11,7 @@ depends=(glibc) makedepends=(help2man python2 python) source=(https://github.com/liblouis/liblouis/releases/download/v$pkgver/liblouis-$pkgver.tar.gz) -sha256sums=('e9a20cdeb9610e2b3e9b4d3e280fe9d16f7717e7dcc7ff8f3b459baca5fed018') +sha256sums=('e4ae23373751003c6e44bcda653cf3b3de1eff0b850f9349091aea7e4a0cb878') build() { cd $pkgname-$pkgver
