[arch-commits] Commit in haskell-floskell/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Jul 7 23:39:54 UTC 2022
Date: Thursday, July 7, 2022 @ 23:39:54
Author: felixonmars
Revision: 1248458
upgpkg: haskell-floskell 0.10.6-1: rebuild with floskell 0.10.6
Modified:
haskell-floskell/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-07-07 23:38:57 UTC (rev 1248457)
+++ PKGBUILD 2022-07-07 23:39:54 UTC (rev 1248458)
@@ -2,8 +2,8 @@
_hkgname=floskell
pkgname=haskell-floskell
-pkgver=0.10.5
-pkgrel=221
+pkgver=0.10.6
+pkgrel=1
pkgdesc="A flexible Haskell source code pretty printer"
url="https://github.com/ennocramer/floskell"
license=("BSD")
@@ -13,11 +13,11 @@
'haskell-optparse-applicative' 'haskell-unordered-containers' 'haskell-utf8-string')
makedepends=('ghc' 'uusi' 'haskell-hspec')
source=("https://github.com/ennocramer/floskell/archive/floskell-$pkgver.tar.gz")
-sha256sums=('91aa7caa269d1df60c7b21226721e0bd0e8595308b0d3f56dfd5e775b2d1f9ab')
+sha256sums=('9340bb4e8f75cf996ec23dc56b79eb1a2603ad7de6c809c2c8382dec0131f071')
prepare() {
cd $_hkgname-floskell-$pkgver
- uusi -u attoparsec -u base -u ghc-prim -u hspec $_hkgname.cabal
+ uusi -u hspec $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list