Date: Saturday, July 30, 2022 @ 08:16:28 Author: grawlinson Revision: 1259133
upgpkg: bat-extras 2022.07.27.r7-1; new upstream release Modified: bat-extras/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-30 08:14:49 UTC (rev 1259132) +++ PKGBUILD 2022-07-30 08:16:28 UTC (rev 1259133) @@ -1,11 +1,11 @@ # Maintainer: George Rawlinson <[email protected]> pkgname=bat-extras -pkgver=2021.08.21.r1.g8ad00bd -pkgrel=3 -pkgdesc="Bash scripts that integrate bat with various command line tools" +pkgver=2022.07.27.r7.gabda988 +pkgrel=1 +pkgdesc='Bash scripts that integrate bat with various command line tools' arch=('any') -url="https://github.com/eth-p/bat-extras" +url='https://github.com/eth-p/bat-extras' license=('MIT') depends=( 'bat' @@ -28,7 +28,7 @@ 'clang: C / C++ / Objective-C formatting for prettybat script' 'python-black: Python formatting for prettybat script' ) -_commit='8ad00bd978678b67d61176e8397369e1e6afa4fc' +_commit='abda988cbd8ea532674a3d7fa6d932220d12ab9d' source=( "git+https://github.com/eth-p/bat-extras.git#commit=$_commit" 'git+https://github.com/eth-p/best.git'
