Date: Sunday, August 19, 2018 @ 22:16:26 Author: arodseth Revision: 372812
upgpkg: bat 0.5.0-1 Modified: bat/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-19 22:04:51 UTC (rev 372811) +++ PKGBUILD 2018-08-19 22:16:26 UTC (rev 372812) @@ -1,11 +1,11 @@ # $Id$ -# Maintainer: Alexander F Rødseth <[email protected]> +# Maintainer: Alexander F. Rødseth <[email protected]> # Contributor: Wesley Moore <[email protected]> pkgname=bat -pkgver=0.4.1 -pkgrel=2 -pkgdesc='cat clone with syntax highlighting and Git integration' +pkgver=0.5.0 +pkgrel=1 +pkgdesc='cat clone with Git integration and syntax highlighting support' arch=('x86_64') url='https://github.com/sharkdp/bat' license=('MIT' 'APACHE') @@ -12,7 +12,7 @@ makedepends=('cmake' 'rust') depends=('curl' 'libssh2' 'oniguruma') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") -sha256sums=('3ae66854da59d691b8740672708a2e7f2f240c76e8a00283f59a6e39127e4583') +sha256sums=('ae96e7397ece312fa4e074a340fc9438b4b3f69d541623db5cfd5749b2baa3b2') build() { cd "$pkgname-$pkgver"
