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

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


    Date: Wednesday, April 4, 2018 @ 18:00:10
  Author: felixonmars
Revision: 314178

upgpkg: alex 3.2.4-2

remove unused dependency

Modified:
  alex/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-04 17:58:14 UTC (rev 314177)
+++ PKGBUILD	2018-04-04 18:00:10 UTC (rev 314178)
@@ -6,12 +6,12 @@
 
 pkgname=alex
 pkgver=3.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Lexical analyser generator for Haskell'
 arch=('x86_64')
 url='https://hackage.haskell.org/package/alex'
 license=('custom:BSD3')
-depends=('haskell-quickcheck')
+depends=('ghc-libs')
 makedepends=('happy' 'ghc')
 source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
 sha512sums=('e9e99caef4bc985aa37bd42488121f9b83c4f3026c9745ad12f50b5896e9f7c07f48a753c647c30ff16be804529d2478f8d90fa38e352f1d8861e610651c871a')



More information about the arch-commits mailing list