[arch-commits] Commit in cgrep/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Nov 16 17:38:35 UTC 2019


    Date: Saturday, November 16, 2019 @ 17:38:35
  Author: felixonmars
Revision: 529652

archrelease: copy trunk to community-x86_64

Added:
  cgrep/repos/community-x86_64/PKGBUILD
    (from rev 529651, cgrep/trunk/PKGBUILD)
Deleted:
  cgrep/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-16 17:38:19 UTC (rev 529651)
+++ PKGBUILD	2019-11-16 17:38:35 UTC (rev 529652)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=cgrep
-pkgver=6.6.25
-pkgrel=177
-pkgdesc="A context-aware grep for source codes"
-url="https://awgn.github.io/cgrep/"
-license=("GPL2")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-async' 'haskell-cmdargs'
-         'haskell-dlist' 'haskell-either' 'haskell-exceptions' 'haskell-regex-base'
-         'haskell-regex-pcre' 'haskell-regex-posix' 'haskell-safe' 'haskell-split'
-         'haskell-stringsearch' 'haskell-unix-compat' 'haskell-unicode-show'
-         'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-yaml')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('d3b5a9c249034de37645cfcd6711d701dc5e51fd35f1d5a2c77e9a0c470965f9d268ea3ee523fdc92029e5161688122ed8e04590ca81c7b7b601abec5b2e5e42')
-
-build() {
-    cd $pkgname-$pkgver
-
-    runhaskell Setup configure -O --prefix=/usr --ghc-option='-pie' \
-                               --enable-executable-dynamic --docdir="/usr/share/doc/${pkgname}"
-    runhaskell Setup build
-}
-
-package() {
-    cd $pkgname-$pkgver
-    runhaskell Setup copy --destdir="$pkgdir"
-}

Copied: cgrep/repos/community-x86_64/PKGBUILD (from rev 529651, cgrep/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-11-16 17:38:35 UTC (rev 529652)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=cgrep
+pkgver=6.6.30
+pkgrel=1
+pkgdesc="A context-aware grep for source codes"
+url="https://awgn.github.io/cgrep/"
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-async' 'haskell-cmdargs'
+         'haskell-dlist' 'haskell-either' 'haskell-exceptions' 'haskell-extra' 'haskell-regex-base'
+         'haskell-regex-pcre' 'haskell-regex-posix' 'haskell-safe' 'haskell-split'
+         'haskell-stringsearch' 'haskell-unix-compat' 'haskell-unicode-show'
+         'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-yaml')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('72480faf6bbbcf018992be5cb92cb5f23ac0f7b219092e419eedc0007fb142873b6b97a2df42bf43c0d75f00f2c1813d6f8eb5eaf5d070391443f8550111f660')
+
+build() {
+    cd $pkgname-$pkgver
+
+    runhaskell Setup configure -O --prefix=/usr --ghc-option='-pie' \
+                               --enable-executable-dynamic --docdir="/usr/share/doc/${pkgname}"
+    runhaskell Setup build
+}
+
+package() {
+    cd $pkgname-$pkgver
+    runhaskell Setup copy --destdir="$pkgdir"
+}



More information about the arch-commits mailing list