[arch-commits] Commit in haskell-glob/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Nov 15 08:24:46 UTC 2021
Date: Monday, November 15, 2021 @ 08:24:45
Author: felixonmars
Revision: 1047955
upgpkg: haskell-glob 0.10.2-1: rebuild with Glob 0.10.2
Modified:
haskell-glob/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-15 08:04:52 UTC (rev 1047954)
+++ PKGBUILD 2021-11-15 08:24:45 UTC (rev 1047955)
@@ -3,23 +3,18 @@
_hkgname=Glob
pkgname=haskell-glob
-pkgver=0.10.1
-pkgrel=103
+pkgver=0.10.2
+pkgrel=1
pkgdesc="Globbing library"
url="https://iki.fi/matti.niemenmaa/glob/"
license=("BSD")
arch=('x86_64')
depends=('ghc-libs' 'haskell-dlist' 'haskell-transformers-compat')
-makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-quickcheck' 'haskell-test-framework'
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-test-framework'
'haskell-test-framework-hunit' 'haskell-test-framework-quickcheck2')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('b2b2ee93f2cadf01f8a6828b9e742a241601f5fada1f73388dc0044f8e0985c601bd6a42738c60c54eecb619b6289ac1302751d8e2402f6494aaeb2b2a4abb42')
+sha512sums=('cd3c3fb00fad3b3e8d9ae2856a76d0d1688885ecec0b083eed87a4c1cf46111df747e66ff3e8bab2ffaf2a5f776a791442c7e0eefcf58f9d1e15e341b4c35a12')
-prepare() {
- cd $_hkgname-$pkgver
- uusi -u transformers-compat $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list