[arch-commits] Commit in check_api/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jan 18 23:34:48 UTC 2019


    Date: Friday, January 18, 2019 @ 23:34:47
  Author: felixonmars
Revision: 424197

archrelease: copy trunk to community-any

Added:
  check_api/repos/community-any/PKGBUILD
    (from rev 424196, check_api/trunk/PKGBUILD)
Deleted:
  check_api/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-18 23:34:30 UTC (rev 424196)
+++ PKGBUILD	2019-01-18 23:34:47 UTC (rev 424197)
@@ -1,26 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=check_api
-pkgver=1.2.1
-pkgrel=1
-pkgdesc='A gate-keeper tool for the APIs.guru API collection'
-arch=('any')
-url='https://github.com/Mermade/check_api'
-license=('BSD')
-depends=('nodejs' 'semver')
-makedepends=('npm')
-source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha512sums=('e4ff1a3d39faa39cccc5b43de46dacc288ffb8e066d9c11e38ebe649e7f352019c3fb02dceea1792dd6378cf661a0b00e7036ce1e1cc269e64df857f2dcb173b')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  rm -r "$pkgdir"/usr/lib/node_modules/check_api/node_modules/{,.bin/}semver
-
-  install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s ../../../lib/node_modules/$pkgname/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: check_api/repos/community-any/PKGBUILD (from rev 424196, check_api/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-18 23:34:47 UTC (rev 424197)
@@ -0,0 +1,26 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=check_api
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='A gate-keeper tool for the APIs.guru API collection'
+arch=('any')
+url='https://github.com/Mermade/check_api'
+license=('BSD')
+depends=('nodejs' 'semver')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('94a4c5c89dd4bfb9a55d6349e8433c24598df3d1a0d4a83b96fdcaec34a1ff2a32654b1d59b7ddec72a5778efb692e9db0b4defef81a218ea14e675ee60ba157')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr "$srcdir"/$pkgname-$pkgver.tgz
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  rm -r "$pkgdir"/usr/lib/node_modules/check_api/node_modules/{,.bin/}semver
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s ../../../lib/node_modules/$pkgname/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list