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

Felix Yan felixonmars at archlinux.org
Wed Apr 4 18:00:42 UTC 2018


    Date: Wednesday, April 4, 2018 @ 18:00:41
  Author: felixonmars
Revision: 314179

archrelease: copy trunk to community-x86_64

Added:
  alex/repos/community-x86_64/PKGBUILD
    (from rev 314178, alex/trunk/PKGBUILD)
Deleted:
  alex/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-04 18:00:10 UTC (rev 314178)
+++ PKGBUILD	2018-04-04 18:00:41 UTC (rev 314179)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
-# Contributor: Philip Nilsson <pnilsson at nullref.se>
-
-pkgname=alex
-pkgver=3.2.4
-pkgrel=1
-pkgdesc='Lexical analyser generator for Haskell'
-arch=('x86_64')
-url='https://hackage.haskell.org/package/alex'
-license=('custom:BSD3')
-depends=('haskell-quickcheck')
-makedepends=('happy' 'ghc')
-source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('e9e99caef4bc985aa37bd42488121f9b83c4f3026c9745ad12f50b5896e9f7c07f48a753c647c30ff16be804529d2478f8d90fa38e352f1d8861e610651c871a')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.hs configure --prefix=/usr --datasubdir="$pkgname" --enable-executable-dynamic
-  runghc Setup.hs build
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  runghc Setup.hs copy --destdir="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
-
-  # Doc only contains the license
-  rm -rf "$pkgdir/usr/share/doc"
-}
-
-# getver: hackage.haskell.org/package/alex/changelog
-# vim: ts=2 sw=2 et:

Copied: alex/repos/community-x86_64/PKGBUILD (from rev 314178, alex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-04 18:00:41 UTC (rev 314179)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: Philip Nilsson <pnilsson at nullref.se>
+
+pkgname=alex
+pkgver=3.2.4
+pkgrel=2
+pkgdesc='Lexical analyser generator for Haskell'
+arch=('x86_64')
+url='https://hackage.haskell.org/package/alex'
+license=('custom:BSD3')
+depends=('ghc-libs')
+makedepends=('happy' 'ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('e9e99caef4bc985aa37bd42488121f9b83c4f3026c9745ad12f50b5896e9f7c07f48a753c647c30ff16be804529d2478f8d90fa38e352f1d8861e610651c871a')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs configure --prefix=/usr --datasubdir="$pkgname" --enable-executable-dynamic
+  runghc Setup.hs build
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  runghc Setup.hs copy --destdir="$pkgdir"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3"
+
+  # Doc only contains the license
+  rm -rf "$pkgdir/usr/share/doc"
+}
+
+# getver: hackage.haskell.org/package/alex/changelog
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list