makedeb


tokei 12.1.2-2


Count your code, quickly

Click here to go back to the commit logs for tokei.

Commit:


Hash: 597a179d78771a03fd78ea36d330c247f3c3fffe

Message: Enable all Cargo features

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b0fadd0..8622bda 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb
 pkgname = tokei
 pkgbase = tokei
 pkgdesc = Count your code, quickly
-pkgrel = 1
+pkgrel = 2
 pkgver = 12.1.2
 url = https://github.com/XAMPPRocky/tokei
 arch = any
diff --git a/PKGBUILD b/PKGBUILD
index d12388b..cb383bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
 pkgname=tokei
 pkgver=12.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Count your code, quickly'
 arch=('any')
 makedepends=('cargo')
@@ -13,7 +13,7 @@ sha256sums=('SKIP')
 
 build() {
     cd "${pkgname}-${pkgver}/"
-    cargo build --release
+    cargo build --release --all-features
 }
 
 package() {