Date: Monday, September 4, 2017 @ 18:42:57 Author: arojas Revision: 304661
Update to 3.3.0 Modified: liblouis/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-09-04 18:38:20 UTC (rev 304660) +++ PKGBUILD 2017-09-04 18:42:57 UTC (rev 304661) @@ -1,8 +1,9 @@ # $Id$ -# Maintainer: Ionut Biru <[email protected]> +# Maintainer: +# Contributor: Ionut Biru <[email protected]> pkgname=liblouis -pkgver=3.2.0 +pkgver=3.3.0 pkgrel=1 pkgdesc="Open-source braille translator and back-translator" arch=(i686 x86_64) @@ -11,7 +12,7 @@ depends=(glibc) makedepends=(help2man python2 python) source=(https://github.com/liblouis/liblouis/releases/download/v$pkgver/liblouis-$pkgver.tar.gz) -sha1sums=('a5dd6b9df0fb4de0040f01048375e13e1e75b9f4') +sha256sums=('3466c9d55ad23191ec1b092b911c706475156556176ead9ecd7ee841df6a31f3') build() { cd $pkgname-$pkgver
