[arch-commits] Commit in alex/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Aug 15 10:22:52 UTC 2017


    Date: Tuesday, August 15, 2017 @ 10:22:51
  Author: felixonmars
Revision: 250862

upgpkg: alex 3.2.1-6

GHC 8.2.1 rebuild

Modified:
  alex/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-15 10:21:13 UTC (rev 250861)
+++ PKGBUILD	2017-08-15 10:22:51 UTC (rev 250862)
@@ -6,13 +6,13 @@
 
 pkgname=alex
 pkgver=3.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Lexical analyser generator for Haskell'
 arch=('x86_64' 'i686')
 url='https://hackage.haskell.org/package/alex'
 license=('custom:BSD3')
-depends=('ghc' 'haskell-quickcheck')
-makedepends=('happy')
+depends=('ghc-libs' 'haskell-quickcheck')
+makedepends=('happy' 'ghc')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
 sha256sums=('a4e7f7ec729f4fae5a5c778bc48421a90acf65c7278f6970cf123fb3b6230e6c')
 



More information about the arch-commits mailing list