[arch-commits] Commit in bat/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sun Sep 1 14:47:29 UTC 2019
Date: Sunday, September 1, 2019 @ 14:47:28
Author: svenstaro
Revision: 506145
upgpkg: bat 0.12.0-1
Modified:
bat/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-01 14:11:01 UTC (rev 506144)
+++ PKGBUILD 2019-09-01 14:47:28 UTC (rev 506145)
@@ -2,16 +2,16 @@
# Contributor: Wesley Moore <wes at wezm.net>
pkgname=bat
-pkgver=0.11.0
+pkgver=0.12.0
pkgrel=1
pkgdesc='Cat clone with syntax highlighting and git integration'
arch=(x86_64)
url='https://github.com/sharkdp/bat'
license=(APACHE MIT)
-makedepends=(cmake rust)
+makedepends=(cmake rust clang)
depends=(libssh2)
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('bb4e39efadfab71c0c929a92b82dac58deacfe2a4eb527d4256ac0634e042ed2')
+sha256sums=('7a3d0d94b6bffa00644a4afbc5952f87965f4723de3878b97ef8b7ebfd912477')
build() {
cd "$pkgname-$pkgver"
More information about the arch-commits
mailing list