Date: Saturday, September 21, 2019 @ 23:18:23 Author: svenstaro Revision: 511443
upgpkg: tokei 10.0.1-2 Modified: tokei/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-09-21 22:28:41 UTC (rev 511442) +++ PKGBUILD 2019-09-21 23:18:23 UTC (rev 511443) @@ -1,7 +1,7 @@ # Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com> pkgname=tokei pkgver=10.0.1 -pkgrel=1 +pkgrel=2 pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program' arch=('x86_64') url="https://github.com/Aaronepower/tokei" @@ -14,7 +14,8 @@ build() { cd "${srcdir}/${pkgname}-${pkgver}" - cargo build --release + # --locked won't work until https://github.com/XAMPPRocky/tokei/issues/360 is fixed. + cargo build --release --features all } package() {