Date: Saturday, February 11, 2023 @ 18:34:40
  Author: felixonmars
Revision: 1399836

upgpkg: haskell-snap-core 1.0.5.1-1: rebuild with snap-core 1.0.5.1

Modified:
  haskell-snap-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-11 18:30:39 UTC (rev 1399835)
+++ PKGBUILD    2023-02-11 18:34:40 UTC (rev 1399836)
@@ -2,8 +2,8 @@
 
 _hkgname=snap-core
 pkgname=haskell-snap-core
-pkgver=1.0.5.0
-pkgrel=76
+pkgver=1.0.5.1
+pkgrel=1
 pkgdesc="A Haskell Web Framework (core interfaces and types)"
 url="https://github.com/snapframework/snap-core";
 license=('BSD')
@@ -16,11 +16,11 @@
 makedepends=('ghc' 'uusi' 'haskell-quickcheck' 'haskell-parallel' 
'haskell-test-framework'
              'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2' 'haskell-zlib')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('4873382625715703531c7cbc61343a29cf7606384e64b92fb2026016018258f5c959ac7dccf0b1093eca39f5b750c19416afc691bec93161fa76ef79a1369b7b')
+sha512sums=('1b4c15d0aa2d73cb09df32dbc2d2c4057f6dbd548d5c53350462b1b3dd0d892a7f7ee2726ac5a1c7fdc6070cebdbb24295c23595f662fad58300b0f5c0ae91b8')
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -d bytestring-builder -u hashable -u unix-compat -u vector 
$_hkgname.cabal
+    uusi -d bytestring-builder $_hkgname.cabal
 }
 
 build() {

Reply via email to