[arch-commits] Commit in tokei/repos (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Fri Sep 1 18:33:24 UTC 2017
Date: Friday, September 1, 2017 @ 18:33:23
Author: svenstaro
Revision: 255254
archrelease: copy trunk to community-i686, community-x86_64
Added:
tokei/repos/community-i686/PKGBUILD
(from rev 255253, tokei/trunk/PKGBUILD)
tokei/repos/community-x86_64/PKGBUILD
(from rev 255253, 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-01 18:33:18 UTC (rev 255253)
+++ community-i686/PKGBUILD 2017-09-01 18:33:23 UTC (rev 255254)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=tokei
-pkgver=6.0.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=('45d9bb1d24a035d36cfac57d61683999df2cef1bcc6eafbe6f76a0951248f256d4cfa9a80098b819ff0986cddeac56e995d72bada39ccff059422998e0b955af')
-
-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 255253, tokei/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-01 18:33:23 UTC (rev 255254)
@@ -0,0 +1,27 @@
+# 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"
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-09-01 18:33:18 UTC (rev 255253)
+++ community-x86_64/PKGBUILD 2017-09-01 18:33:23 UTC (rev 255254)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-pkgname=tokei
-pkgver=6.0.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=('45d9bb1d24a035d36cfac57d61683999df2cef1bcc6eafbe6f76a0951248f256d4cfa9a80098b819ff0986cddeac56e995d72bada39ccff059422998e0b955af')
-
-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 255253, tokei/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-09-01 18:33:23 UTC (rev 255254)
@@ -0,0 +1,27 @@
+# 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"
+}
More information about the arch-commits
mailing list