[arch-commits] Commit in tokei/repos (4 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Sep 6 09:24:04 UTC 2017


    Date: Wednesday, September 6, 2017 @ 09:24:03
  Author: svenstaro
Revision: 256036

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 ----------------------
 community-x86_64/PKGBUILD |   27 ----------------------
 3 files changed, 54 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-09-06 09:23:56 UTC (rev 256035)
+++ community-i686/PKGBUILD	2017-09-06 09:24:03 UTC (rev 256036)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=tokei
-pkgver=6.1.1
-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=('241aa64cbc56a3feccde642467fc87a3eb042723f0026f0e0262a6fe65085f261212b3408fcc64980e3b3009d57dbd6ef9d51b78504fb1ee46b7a2ba5c31d95d')
-
-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-i686/PKGBUILD (from rev 256035, tokei/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-09-06 09:24:03 UTC (rev 256036)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+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"
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-09-06 09:23:56 UTC (rev 256035)
+++ community-x86_64/PKGBUILD	2017-09-06 09:24:03 UTC (rev 256036)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=tokei
-pkgver=6.1.1
-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=('241aa64cbc56a3feccde642467fc87a3eb042723f0026f0e0262a6fe65085f261212b3408fcc64980e3b3009d57dbd6ef9d51b78504fb1ee46b7a2ba5c31d95d')
-
-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 256035, tokei/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-09-06 09:24:03 UTC (rev 256036)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+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"
+}



More information about the arch-commits mailing list