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

Felix Yan felixonmars at archlinux.org
Sat Oct 22 02:20:02 UTC 2016


    Date: Saturday, October 22, 2016 @ 02:20:02
  Author: felixonmars
Revision: 192898

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-10-22 02:19:34 UTC (rev 192897)
+++ community-i686/PKGBUILD	2016-10-22 02:20:02 UTC (rev 192898)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-_hkgname=ShellCheck
-pkgname=shellcheck
-pkgver=0.4.4
-pkgrel=5
-pkgdesc="Shell script analysis tool"
-url="http://www.shellcheck.net"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('libffi' 'gmp')
-makedepends=("ghc=8.0.1" "haskell-json" "haskell-mtl" "haskell-parsec" "haskell-quickcheck"
-             "haskell-regex-tdfa")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('6cc50790d25b6f330037c3612c21460aa75839cc32c65e10ea6b35f9f4488768')
-
-build() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-    runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}"
-    runhaskell Setup build
-}
-
-package() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    # Remove library and doc (license only)
-    rm -r "$pkgdir"/usr/{lib,share}
-}

Copied: shellcheck/repos/community-i686/PKGBUILD (from rev 192897, shellcheck/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-22 02:20:02 UTC (rev 192898)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.4.5
+pkgrel=1
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('libffi' 'gmp')
+makedepends=("ghc=8.0.1" "haskell-json" "haskell-mtl" "haskell-parsec" "haskell-quickcheck"
+             "haskell-regex-tdfa")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('53039ac314b99af691a99aec111572ee51b0579280c7fa5795ac48d0c4e02fa7')
+
+build() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+    runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}"
+    runhaskell Setup build
+}
+
+package() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    # Remove library and doc (license only)
+    rm -r "$pkgdir"/usr/{lib,share}
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-10-22 02:19:34 UTC (rev 192897)
+++ community-x86_64/PKGBUILD	2016-10-22 02:20:02 UTC (rev 192898)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-_hkgname=ShellCheck
-pkgname=shellcheck
-pkgver=0.4.4
-pkgrel=5
-pkgdesc="Shell script analysis tool"
-url="http://www.shellcheck.net"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('libffi' 'gmp')
-makedepends=("ghc=8.0.1" "haskell-json" "haskell-mtl" "haskell-parsec" "haskell-quickcheck"
-             "haskell-regex-tdfa")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('6cc50790d25b6f330037c3612c21460aa75839cc32c65e10ea6b35f9f4488768')
-
-build() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-    runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}"
-    runhaskell Setup build
-}
-
-package() {
-    cd "${srcdir}/${_hkgname}-${pkgver}"
-    runhaskell Setup copy --destdir="${pkgdir}"
-    # Remove library and doc (license only)
-    rm -r "$pkgdir"/usr/{lib,share}
-}

Copied: shellcheck/repos/community-x86_64/PKGBUILD (from rev 192897, shellcheck/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-22 02:20:02 UTC (rev 192898)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.4.5
+pkgrel=1
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('libffi' 'gmp')
+makedepends=("ghc=8.0.1" "haskell-json" "haskell-mtl" "haskell-parsec" "haskell-quickcheck"
+             "haskell-regex-tdfa")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('53039ac314b99af691a99aec111572ee51b0579280c7fa5795ac48d0c4e02fa7')
+
+build() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+    runhaskell Setup configure -O --prefix=/usr --docdir="/usr/share/doc/${pkgname}"
+    runhaskell Setup build
+}
+
+package() {
+    cd "${srcdir}/${_hkgname}-${pkgver}"
+    runhaskell Setup copy --destdir="${pkgdir}"
+    # Remove library and doc (license only)
+    rm -r "$pkgdir"/usr/{lib,share}
+}



More information about the arch-commits mailing list