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

Daniel M. Capella polyzen at archlinux.org
Tue May 14 03:39:28 UTC 2019


    Date: Tuesday, May 14, 2019 @ 03:39:27
  Author: polyzen
Revision: 467198

archrelease: copy trunk to community-any

Added:
  vint/repos/community-any/PKGBUILD
    (from rev 467197, vint/trunk/PKGBUILD)
Deleted:
  vint/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-14 03:39:08 UTC (rev 467197)
+++ PKGBUILD	2019-05-14 03:39:27 UTC (rev 467198)
@@ -1,34 +0,0 @@
-# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
-# Contributor: Darshit Shah <darnir at gmail.com>
-
-pkgname=vint
-pkgver=0.3.19
-pkgrel=4
-pkgdesc='Lint tool for Vim script Language'
-arch=('any')
-url=https://github.com/Kuniwak/vint
-license=('MIT')
-depends=('python-ansicolor' 'python-chardet' 'python-setuptools' 'python-yaml')
-checkdepends=('python-pytest')
-conflicts=('python-vint')
-replaces=('python-vint')
-source=("$url/archive/v$pkgver/vint-v$pkgver.tar.gz")
-sha512sums=('b9024ed1cd8a18a916798e691ba0db31985034b2420e33c094459a48254c7c8f6fe89a1a64858a67ff95b0b48e67a780cf975940646af2685d2b95640e8121f9')
-
-build() {
-  cd vint-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd vint-$pkgver
-  pytest
-}
-
-package() {
-  cd vint-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vint/repos/community-any/PKGBUILD (from rev 467197, vint/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-14 03:39:27 UTC (rev 467198)
@@ -0,0 +1,34 @@
+# Maintainer: Daniel M. Capella <polyzen at archlinux.org>
+# Contributor: Darshit Shah <darnir at gmail.com>
+
+pkgname=vint
+pkgver=0.3.20
+pkgrel=1
+pkgdesc='Lint tool for Vim script Language'
+arch=('any')
+url=https://github.com/Kuniwak/vint
+license=('MIT')
+depends=('python-ansicolor' 'python-chardet' 'python-setuptools' 'python-yaml')
+checkdepends=('python-pytest')
+conflicts=('python-vint')
+replaces=('python-vint')
+source=("$url/archive/v$pkgver/vint-v$pkgver.tar.gz")
+sha512sums=('a71437cf20361d86fccfdccc05bebd30b40941ebbf65d587eb158d5e4ed3fdcb807b2291de082df7b9f66f4ccf1832ee0797156133a6c152536bd1915ffc4da4')
+
+build() {
+  cd vint-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd vint-$pkgver
+  pytest
+}
+
+package() {
+  cd vint-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list