Date: Tuesday, December 27, 2022 @ 13:36:14
  Author: felixonmars
Revision: 1368835

upgpkg: haskell-floskell 0.10.7-1: rebuild with floskell 0.10.7

Modified:
  haskell-floskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-27 12:43:59 UTC (rev 1368834)
+++ PKGBUILD    2022-12-27 13:36:14 UTC (rev 1368835)
@@ -2,8 +2,8 @@
 
 _hkgname=floskell
 pkgname=haskell-floskell
-pkgver=0.10.6
-pkgrel=46
+pkgver=0.10.7
+pkgrel=1
 pkgdesc="A flexible Haskell source code pretty printer"
 url="https://github.com/ennocramer/floskell";
 license=("BSD")
@@ -11,15 +11,10 @@
 depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
          'haskell-data-default' 'haskell-src-exts' 'haskell-monad-dijkstra'
          'haskell-optparse-applicative' 'haskell-unordered-containers' 
'haskell-utf8-string')
-makedepends=('ghc' 'uusi' 'haskell-hspec')
+makedepends=('ghc' 'haskell-hspec')
 
source=("https://github.com/ennocramer/floskell/archive/floskell-$pkgver.tar.gz";)
-sha256sums=('9340bb4e8f75cf996ec23dc56b79eb1a2603ad7de6c809c2c8382dec0131f071')
+sha256sums=('b46c2bd16aaaf5d118793e622b69bf116aa3dea0d353bc2a573b7b52b7f1ff9b')
 
-prepare() {
-  cd $_hkgname-floskell-$pkgver
-  uusi -u aeson -u hspec -u optparse-applicative $_hkgname.cabal
-}
-
 build() {
   cd $_hkgname-floskell-$pkgver
 

Reply via email to