Date: Sunday, February 19, 2017 @ 00:40:48
  Author: svenstaro
Revision: 213088

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2017-02-19 00:40:31 UTC (rev 213087)
+++ community-i686/PKGBUILD     2017-02-19 00:40:48 UTC (rev 213088)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
-pkgname=tokei
-pkgver=5.0.6
-pkgrel=1
-pkgdesc='A blazingly fast CLOC(Count Lines Of Code) program'
-arch=('i686' 'x86_64')
-url="https://github.com/Aaronepower/tokei";
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz";)
-sha512sums=('6a01fc74c1be6aad7914f9caba62d2bb224aeffd6463705307ba3c787208042974e93f7eed47f336bce846b2bad360425ae62df5e525d1a7ee5b29cc7d4b2007')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-
-    cargo build --release
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-
-    install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-  }

Copied: tokei/repos/community-i686/PKGBUILD (from rev 213087, 
tokei/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2017-02-19 00:40:48 UTC (rev 213088)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
+pkgname=tokei
+pkgver=6.0.0
+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=('d78b93dc2bc529693f917f8414f0b025fa91f28df6553427068590ee56166ff6100af54a951b7c4cbe768d04528bdde02af2011a38d74fadf01158c703e79623')
+
+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-02-19 00:40:31 UTC (rev 213087)
+++ community-x86_64/PKGBUILD   2017-02-19 00:40:48 UTC (rev 213088)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
-pkgname=tokei
-pkgver=5.0.6
-pkgrel=1
-pkgdesc='A blazingly fast CLOC(Count Lines Of Code) program'
-arch=('i686' 'x86_64')
-url="https://github.com/Aaronepower/tokei";
-license=('MIT')
-depends=('gcc-libs')
-makedepends=('rust' 'cargo')
-source=("https://github.com/Aaronepower/tokei/archive/v${pkgver}.tar.gz";)
-sha512sums=('6a01fc74c1be6aad7914f9caba62d2bb224aeffd6463705307ba3c787208042974e93f7eed47f336bce846b2bad360425ae62df5e525d1a7ee5b29cc7d4b2007')
-
-build() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-
-    cargo build --release
-}
-
-package() {
-    cd "${srcdir}/${pkgname}-${pkgver}"
-
-    install -Dm755 target/release/tokei "${pkgdir}/usr/bin/tokei"
-  }

Copied: tokei/repos/community-x86_64/PKGBUILD (from rev 213087, 
tokei/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-19 00:40:48 UTC (rev 213088)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase <s...@lutzhaase.com>
+pkgname=tokei
+pkgver=6.0.0
+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=('d78b93dc2bc529693f917f8414f0b025fa91f28df6553427068590ee56166ff6100af54a951b7c4cbe768d04528bdde02af2011a38d74fadf01158c703e79623')
+
+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"
+}

Reply via email to