[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-08-20 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, August 20, 2020 @ 14:09:10
  Author: svenstaro
Revision: 685524

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 685523, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-20 14:09:00 UTC (rev 685523)
+++ PKGBUILD2020-08-20 14:09:10 UTC (rev 685524)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=12.0.3
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/XAMPPRocky/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/XAMPPRocky/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('160aaa9fb51d1494c97fa327d7b17736d33c99ab7ec32783da3fe20a6490594c01e68bd82fd466b68464fa5f9b662fd864c1c7b211b044bfa8d4a54362a10d7d')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  cargo build --release --locked --features all
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  cargo test --release --locked --features all
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-  install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-  install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 685523, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-20 14:09:10 UTC (rev 685524)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=12.0.4
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/XAMPPRocky/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/XAMPPRocky/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('f5810ca93746f4e269a60eaad0cd07950a54a0c5b73c7256f79ae882373ebe733af25adaf7ed133a9e591ab2bfafd170a20669b80a1e09acc283e1ecbd98626e')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  cargo build --release --locked --features all
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  cargo test --release --locked --features all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+  install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+  install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-23 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, June 23, 2020 @ 11:47:52
  Author: svenstaro
Revision: 650989

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 650988, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-23 11:47:44 UTC (rev 650988)
+++ PKGBUILD2020-06-23 11:47:52 UTC (rev 650989)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=12.0.1
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/XAMPPRocky/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/XAMPPRocky/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('c1f8e6a0a995d87bfabad6f2950d8d255b5271e2dfcbfccd58b54c8c5a94a594b8dad860bca075850867ea60332ebb5e4aa685837217182d7113abf2561ed06a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  cargo build --release --locked --features all
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  cargo test --release --locked --features all
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-  install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-  install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 650988, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-23 11:47:52 UTC (rev 650989)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=12.0.3
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/XAMPPRocky/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/XAMPPRocky/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('160aaa9fb51d1494c97fa327d7b17736d33c99ab7ec32783da3fe20a6490594c01e68bd82fd466b68464fa5f9b662fd864c1c7b211b044bfa8d4a54362a10d7d')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  cargo build --release --locked --features all
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  cargo test --release --locked --features all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+  install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+  install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-22 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, June 22, 2020 @ 13:51:44
  Author: svenstaro
Revision: 650557

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 650556, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-22 13:51:38 UTC (rev 650556)
+++ PKGBUILD2020-06-22 13:51:44 UTC (rev 650557)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=11.2.1
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/XAMPPRocky/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/XAMPPRocky/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('32782dca38f5a66d2b6c1c19789a3ebe50061065a2762cabd364931321a0e7cf2cb41d66a3767b68b3a774d617ba1d8cd630a0b77f8579b20899b90b5159')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  cargo build --release --locked --features all
-}
-
-check() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  cargo test --release --locked --features all
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-  install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-  install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 650556, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-22 13:51:44 UTC (rev 650557)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=12.0.1
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/XAMPPRocky/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/XAMPPRocky/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('c1f8e6a0a995d87bfabad6f2950d8d255b5271e2dfcbfccd58b54c8c5a94a594b8dad860bca075850867ea60332ebb5e4aa685837217182d7113abf2561ed06a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  cargo build --release --locked --features all
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  cargo test --release --locked --features all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+  install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+  install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-06-02 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, June 2, 2020 @ 23:34:09
  Author: svenstaro
Revision: 638131

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 638130, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-06-02 23:34:04 UTC (rev 638130)
+++ PKGBUILD2020-06-02 23:34:09 UTC (rev 638131)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=11.1.1
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('c8a63063fe31958c5cd6946295112de447f836874c5a68890c8102fa76a25d2397d947b8aaa0a8259642990b561283dfaa47fcf666e1d2efeafbe6da82fac96f')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-cargo build --release --locked --features all
-}
-
-check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-cargo test --release --locked --features all
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 638130, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-06-02 23:34:09 UTC (rev 638131)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=11.2.1
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/XAMPPRocky/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/XAMPPRocky/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('32782dca38f5a66d2b6c1c19789a3ebe50061065a2762cabd364931321a0e7cf2cb41d66a3767b68b3a774d617ba1d8cd630a0b77f8579b20899b90b5159')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  cargo build --release --locked --features all
+}
+
+check() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  cargo test --release --locked --features all
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+  install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+  install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-05-06 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, May 7, 2020 @ 05:43:46
  Author: svenstaro
Revision: 625244

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 625243, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-05-07 05:43:37 UTC (rev 625243)
+++ PKGBUILD2020-05-07 05:43:46 UTC (rev 625244)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=11.1.0
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('29c0c44aa1d870d21c3810e4dbd876d07c6565bad5e4d92fe4856f9bf2ae5f5dd16d27e3a626efb3292985dc79f23ec6d21dd85cf1e60ea2ac6c001c684085e4')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-cargo build --release --locked --features all
-}
-
-check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-cargo test --release --locked --features all
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 625243, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-05-07 05:43:46 UTC (rev 625244)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=11.1.1
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('c8a63063fe31958c5cd6946295112de447f836874c5a68890c8102fa76a25d2397d947b8aaa0a8259642990b561283dfaa47fcf666e1d2efeafbe6da82fac96f')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+cargo build --release --locked --features all
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+cargo test --release --locked --features all
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-04-17 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, April 18, 2020 @ 01:14:44
  Author: svenstaro
Revision: 616023

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 616022, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   62 ++---
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-04-18 01:14:31 UTC (rev 616022)
+++ PKGBUILD2020-04-18 01:14:44 UTC (rev 616023)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=11.0.0
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('630eff2fb645c6e8c3b66014dd5787b0c0f7934604c77b093cf0d6070200d553336522db1bd15707a5551a0372266a94593d4756995ad848d0c856a4b49b35e9')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-cargo build --release --locked --features all
-}
-
-check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-cargo test --release --locked --features all
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 616022, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-18 01:14:44 UTC (rev 616023)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=11.1.0
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('29c0c44aa1d870d21c3810e4dbd876d07c6565bad5e4d92fe4856f9bf2ae5f5dd16d27e3a626efb3292985dc79f23ec6d21dd85cf1e60ea2ac6c001c684085e4')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+cargo build --release --locked --features all
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+cargo test --release --locked --features all
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-03-21 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, March 21, 2020 @ 16:22:40
  Author: svenstaro
Revision: 602803

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 602802, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   59 +++
 1 file changed, 31 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-21 16:22:27 UTC (rev 602802)
+++ PKGBUILD2020-03-21 16:22:40 UTC (rev 602803)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=10.1.2
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('328cae05d1b1dd966fb4f47df3550c78c15a8f4db7f3aa9ac3e630e8b61488e5e23ebe4d4f2f07a6db629686dd6db7227628acbb2986aa43ee5fe656eeacc9cc')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# --locked won't work until https://github.com/XAMPPRocky/tokei/issues/360 
is fixed.
-cargo build --release --features all
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 602802, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-21 16:22:40 UTC (rev 602803)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=11.0.0
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('630eff2fb645c6e8c3b66014dd5787b0c0f7934604c77b093cf0d6070200d553336522db1bd15707a5551a0372266a94593d4756995ad848d0c856a4b49b35e9')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+cargo build --release --locked --features all
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+cargo test --release --locked --features all
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-02-15 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, February 15, 2020 @ 23:30:56
  Author: svenstaro
Revision: 572040

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 572039, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-15 23:30:51 UTC (rev 572039)
+++ PKGBUILD2020-02-15 23:30:56 UTC (rev 572040)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=10.1.0
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('f8059ed79854488ed7b5f289bfa77d1337521bea5080833900b9186d33f9c26fba81c28cf65639eeddadcdb5e23b8a61edc840479dc8f56fcef04fc26c8fbc8d')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# --locked won't work until https://github.com/XAMPPRocky/tokei/issues/360 
is fixed.
-cargo build --release --features all
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 572039, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-15 23:30:56 UTC (rev 572040)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=10.1.2
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('328cae05d1b1dd966fb4f47df3550c78c15a8f4db7f3aa9ac3e630e8b61488e5e23ebe4d4f2f07a6db629686dd6db7227628acbb2986aa43ee5fe656eeacc9cc')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+# --locked won't work until https://github.com/XAMPPRocky/tokei/issues/360 
is fixed.
+cargo build --release --features all
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-11-23 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, November 24, 2019 @ 00:15:28
  Author: svenstaro
Revision: 532413

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 532412, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-24 00:15:21 UTC (rev 532412)
+++ PKGBUILD2019-11-24 00:15:28 UTC (rev 532413)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=10.0.1
-pkgrel=2
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('e3bc7dd3d1baffc7be0c42541b715ebe5f7357269904589d7f424b299ccb5bc3a1d5aa8c3635c83d82d4cb7f342cd02a68223190491c56bd8574adfe925c3c29')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# --locked won't work until https://github.com/XAMPPRocky/tokei/issues/360 
is fixed.
-cargo build --release --features all
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 532412, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-24 00:15:28 UTC (rev 532413)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=10.1.0
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('f8059ed79854488ed7b5f289bfa77d1337521bea5080833900b9186d33f9c26fba81c28cf65639eeddadcdb5e23b8a61edc840479dc8f56fcef04fc26c8fbc8d')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+# --locked won't work until https://github.com/XAMPPRocky/tokei/issues/360 
is fixed.
+cargo build --release --features all
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-21 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, September 21, 2019 @ 23:18:28
  Author: svenstaro
Revision: 511444

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 511443, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   55 ---
 1 file changed, 28 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-21 23:18:23 UTC (rev 511443)
+++ PKGBUILD2019-09-21 23:18:28 UTC (rev 511444)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=10.0.1
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('e3bc7dd3d1baffc7be0c42541b715ebe5f7357269904589d7f424b299ccb5bc3a1d5aa8c3635c83d82d4cb7f342cd02a68223190491c56bd8574adfe925c3c29')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 511443, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-21 23:18:28 UTC (rev 511444)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=10.0.1
+pkgrel=2
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('e3bc7dd3d1baffc7be0c42541b715ebe5f7357269904589d7f424b299ccb5bc3a1d5aa8c3635c83d82d4cb7f342cd02a68223190491c56bd8574adfe925c3c29')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+# --locked won't work until https://github.com/XAMPPRocky/tokei/issues/360 
is fixed.
+cargo build --release --features all
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-09-20 Thread Sven-Hendrik Haase via arch-commits
Date: Saturday, September 21, 2019 @ 01:11:43
  Author: svenstaro
Revision: 511295

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 511294, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-21 01:11:29 UTC (rev 511294)
+++ PKGBUILD2019-09-21 01:11:43 UTC (rev 511295)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=10.0.0
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('1e8a0d6f8fa4bc471380159086060465dfa1639a04919d2d7494389582f14fab921d4cf2e57914e4e896e8cf37c2eca2298ab75d95169400ce401739f5d09117')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 511294, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-21 01:11:43 UTC (rev 511295)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=10.0.1
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('e3bc7dd3d1baffc7be0c42541b715ebe5f7357269904589d7f424b299ccb5bc3a1d5aa8c3635c83d82d4cb7f342cd02a68223190491c56bd8574adfe925c3c29')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+cargo build --release
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-06-11 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, June 11, 2019 @ 20:15:00
  Author: svenstaro
Revision: 480531

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 480530, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-11 20:14:55 UTC (rev 480530)
+++ PKGBUILD2019-06-11 20:15:00 UTC (rev 480531)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=9.1.1
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('05c8e4f0feeaf41b94aec5ded423ca20ef04901545834adf23dc76a9d4c3f9df241280ae2e1f38b19d36fdc5078c6214eab598834f307fcbde56184d77ee2d58')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 480530, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-11 20:15:00 UTC (rev 480531)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=10.0.0
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('1e8a0d6f8fa4bc471380159086060465dfa1639a04919d2d7494389582f14fab921d4cf2e57914e4e896e8cf37c2eca2298ab75d95169400ce401739f5d09117')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+cargo build --release
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-04-01 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, April 1, 2019 @ 16:06:49
  Author: svenstaro
Revision: 446945

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 446944, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-01 16:06:40 UTC (rev 446944)
+++ PKGBUILD2019-04-01 16:06:49 UTC (rev 446945)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=9.0.0
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('4467d10addbb27c113acf0fdd88ef39caa720657bba1fd3fd8174a5a13e60981286c29d50fa7cb7d9e9878b2f0c6efb2fd2d4ae48b0f5d2a5846326776c870ae')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 446944, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-01 16:06:49 UTC (rev 446945)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=9.1.1
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('05c8e4f0feeaf41b94aec5ded423ca20ef04901545834adf23dc76a9d4c3f9df241280ae2e1f38b19d36fdc5078c6214eab598834f307fcbde56184d77ee2d58')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+cargo build --release
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-01-14 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, January 14, 2019 @ 19:52:54
  Author: svenstaro
Revision: 423085

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 423084, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-01-14 19:52:41 UTC (rev 423084)
+++ PKGBUILD2019-01-14 19:52:54 UTC (rev 423085)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=8.0.1
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('8315cbc6673eaee3503622f662e53f15c9f8df37828e506acc8b07b534c65b8c8c029fe00483d569be1a190b0f0c8a6e2f70dd84eb71f48e843f7e3e40dab622')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 423084, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-01-14 19:52:54 UTC (rev 423085)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=9.0.0
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('4467d10addbb27c113acf0fdd88ef39caa720657bba1fd3fd8174a5a13e60981286c29d50fa7cb7d9e9878b2f0c6efb2fd2d4ae48b0f5d2a5846326776c870ae')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+cargo build --release
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-09-07 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, September 7, 2018 @ 20:04:58
  Author: svenstaro
Revision: 378659

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 378658, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-07 20:04:36 UTC (rev 378658)
+++ PKGBUILD2018-09-07 20:04:58 UTC (rev 378659)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=8.0.0
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('0ee5c6f1c3af4552ad411084bc41259e4d609668cddff22ba2bacb0d2abdd7f0d77984a68d6d2b4e7075036ea3c8685d666198caeeef8191b4d644e5ec329448')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 378658, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-07 20:04:58 UTC (rev 378659)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=8.0.1
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('8315cbc6673eaee3503622f662e53f15c9f8df37828e506acc8b07b534c65b8c8c029fe00483d569be1a190b0f0c8a6e2f70dd84eb71f48e843f7e3e40dab622')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+cargo build --release
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-08-26 Thread Sven-Hendrik Haase via arch-commits
Date: Sunday, August 26, 2018 @ 19:52:45
  Author: svenstaro
Revision: 374566

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 374565, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-26 19:52:37 UTC (rev 374565)
+++ PKGBUILD2018-08-26 19:52:45 UTC (rev 374566)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=7.0.3
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('13579de059343ae2f14cabd98bf9fa5e5f9a0a3cea516ae7fe7b91e5a16320b0349cf51e236fb5dec8fbc958af65f6a48541ce5b12d39b5fa1a5fb82b9168e14')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 374565, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-26 19:52:45 UTC (rev 374566)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=8.0.0
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('0ee5c6f1c3af4552ad411084bc41259e4d609668cddff22ba2bacb0d2abdd7f0d77984a68d6d2b4e7075036ea3c8685d666198caeeef8191b4d644e5ec329448')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+cargo build --release
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-12 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, June 12, 2018 @ 07:43:10
  Author: svenstaro
Revision: 342427

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 342426, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-12 07:43:06 UTC (rev 342426)
+++ PKGBUILD2018-06-12 07:43:10 UTC (rev 342427)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=7.0.2
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('085c828c7171c1c253f3e4e04c0c057e3d9a45a45a8496c7d4252b2a06e1e41642cc1a6ef348cbe74769bde5d4803eb84a6b769b36a24821727c55758958d2b7')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 342426, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-12 07:43:10 UTC (rev 342427)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=7.0.3
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('13579de059343ae2f14cabd98bf9fa5e5f9a0a3cea516ae7fe7b91e5a16320b0349cf51e236fb5dec8fbc958af65f6a48541ce5b12d39b5fa1a5fb82b9168e14')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+cargo build --release
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-29 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, May 29, 2018 @ 22:08:17
  Author: svenstaro
Revision: 333212

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 333211, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-29 22:08:06 UTC (rev 333211)
+++ PKGBUILD2018-05-29 22:08:17 UTC (rev 333212)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=7.0.1
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('af4265923942732322f4e8f975ad8a40fbc0b45e30abfb02faa818846a5643021188bdbcdad959db7c65da96720b75faed56550338216ba997d53f45dc99807c')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 333211, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-29 22:08:17 UTC (rev 333212)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=7.0.2
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('085c828c7171c1c253f3e4e04c0c057e3d9a45a45a8496c7d4252b2a06e1e41642cc1a6ef348cbe74769bde5d4803eb84a6b769b36a24821727c55758958d2b7')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+cargo build --release
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-21 Thread Sven-Hendrik Haase via arch-commits
Date: Monday, January 22, 2018 @ 04:15:34
  Author: svenstaro
Revision: 284829

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 284828, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-22 04:15:24 UTC (rev 284828)
+++ PKGBUILD2018-01-22 04:15:34 UTC (rev 284829)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=6.1.3
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('23ba88a7bc9c1a93be4e893bbec1758070b7c56ece336df04db82c885ee8ea3b034ec98b1ea38ba414c48d48ed0a11e852ca7881b9bf29cc3a66c0ae8bc95ca4')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 284828, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-22 04:15:34 UTC (rev 284829)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=7.0.1
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('af4265923942732322f4e8f975ad8a40fbc0b45e30abfb02faa818846a5643021188bdbcdad959db7c65da96720b75faed56550338216ba997d53f45dc99807c')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+cargo build --release
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}


[arch-commits] Commit in tokei/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-11 Thread Sven-Hendrik Haase via arch-commits
Date: Thursday, January 11, 2018 @ 11:02:36
  Author: svenstaro
Revision: 281313

archrelease: copy trunk to community-x86_64

Added:
  tokei/repos/community-x86_64/PKGBUILD
(from rev 281312, tokei/trunk/PKGBUILD)
Deleted:
  tokei/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-11 11:02:22 UTC (rev 281312)
+++ PKGBUILD2018-01-11 11:02:36 UTC (rev 281313)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-pkgname=tokei
-pkgver=6.1.2
-pkgrel=1
-pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
-arch=('i686' 'x86_64')
-url="https://github.com/Aaronepower/tokei;
-license=('MIT' 'Apache')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
-sha512sums=('5d782c10238e29f7fe600a2f97395de3d28077d044d68172a721197fe9f5732fdd97aa01404f7815d4b425b75efe5e914e74935a09f8f321ec5c23e2ccd07fe4')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-cargo build --release
-}
-
-package() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-
-install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
-}

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 281312, 
tokei/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-11 11:02:36 UTC (rev 281313)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+pkgname=tokei
+pkgver=6.1.3
+pkgrel=1
+pkgdesc='A blazingly fast CLOC (Count Lines Of Code) program'
+arch=('x86_64')
+url="https://github.com/Aaronepower/tokei;
+license=('MIT' 'Apache')
+depends=('gcc-libs')
+makedepends=('rust' 'cargo')
+source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz;)
+sha512sums=('23ba88a7bc9c1a93be4e893bbec1758070b7c56ece336df04db82c885ee8ea3b034ec98b1ea38ba414c48d48ed0a11e852ca7881b9bf29cc3a66c0ae8bc95ca4')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+cargo build --release
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
+
+install -Dm644 LICENCE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+install -Dm644 LICENCE-APACHE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-APACHE"
+}