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

Felix Yan fyan at archlinux.org
Sun Jan 10 01:57:20 UTC 2016


    Date: Sunday, January 10, 2016 @ 02:57:19
  Author: fyan
Revision: 155829

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-01-10 01:55:41 UTC (rev 155828)
+++ community-i686/PKGBUILD	2016-01-10 01:57:19 UTC (rev 155829)
@@ -1,31 +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.1
-pkgrel=3
-pkgdesc="Shell script analysis tool"
-url="http://www.shellcheck.net"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('libffi' 'gmp')
-makedepends=("ghc=7.10.3" "haskell-json" "haskell-mtl" "haskell-parsec" "haskell-quickcheck"
-             "haskell-regex-tdfa")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('531af7608dea3f84b14a0d795fb9322c89850235992584d4b7a7b73dc47a3905')
-
-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 155828, shellcheck/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-10 01:57:19 UTC (rev 155829)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('libffi' 'gmp')
+makedepends=("ghc=7.10.3" "haskell-json" "haskell-mtl" "haskell-parsec" "haskell-quickcheck"
+             "haskell-regex-tdfa")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('26a4a0be02cf2dd443b60e0b4900cbe278c207f6118af6a1d95bee70e02221e3')
+
+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-01-10 01:55:41 UTC (rev 155828)
+++ community-x86_64/PKGBUILD	2016-01-10 01:57:19 UTC (rev 155829)
@@ -1,31 +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.1
-pkgrel=3
-pkgdesc="Shell script analysis tool"
-url="http://www.shellcheck.net"
-license=("GPL")
-arch=('i686' 'x86_64')
-depends=('libffi' 'gmp')
-makedepends=("ghc=7.10.3" "haskell-json" "haskell-mtl" "haskell-parsec" "haskell-quickcheck"
-             "haskell-regex-tdfa")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('531af7608dea3f84b14a0d795fb9322c89850235992584d4b7a7b73dc47a3905')
-
-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 155828, shellcheck/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-10 01:57:19 UTC (rev 155829)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net"
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('libffi' 'gmp')
+makedepends=("ghc=7.10.3" "haskell-json" "haskell-mtl" "haskell-parsec" "haskell-quickcheck"
+             "haskell-regex-tdfa")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+sha256sums=('26a4a0be02cf2dd443b60e0b4900cbe278c207f6118af6a1d95bee70e02221e3')
+
+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