Date: Wednesday, March 29, 2023 @ 03:26:57
  Author: felixonmars
Revision: 1430098

upgpkg: haskell-focus 1.0.3.1-1: rebuild with focus 1.0.3.1

Modified:
  haskell-focus/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-29 03:25:05 UTC (rev 1430097)
+++ PKGBUILD    2023-03-29 03:26:57 UTC (rev 1430098)
@@ -2,18 +2,22 @@
 
 _hkgname=focus
 pkgname=haskell-focus
-pkgver=1.0.3
-pkgrel=25
+pkgver=1.0.3.1
+pkgrel=1
 pkgdesc="A general abstraction for manipulating elements of container data 
structures"
 url="https://github.com/nikita-volkov/focus";
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs')
-makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances' 
'haskell-rerebase'
-             'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+makedepends=('ghc' 'uusi' 'haskell-rerebase' 'haskell-tasty' 
'haskell-tasty-hunit')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha256sums=('353050e457bfe945ce8bda3513206a9d3fd2ac93112791953d2afd32017e060e')
+sha256sums=('3d31ce2b4bd997eddcd2cfcf2d8afc81112fa8e00c4342e39da0f31a6c7a9098')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
 build() {
   cd $_hkgname-$pkgver
 

Reply via email to