Date: Wednesday, February 15, 2023 @ 00:57:03
  Author: felixonmars
Revision: 1400602

upgpkg: haskell-wide-word 0.1.5.0-1: rebuild with wide-word 0.1.5.0

Modified:
  haskell-wide-word/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-15 00:48:56 UTC (rev 1400601)
+++ PKGBUILD    2023-02-15 00:57:03 UTC (rev 1400602)
@@ -2,8 +2,8 @@
 
 _hkgname=wide-word
 pkgname=haskell-wide-word
-pkgver=0.1.4.0
-pkgrel=10
+pkgver=0.1.5.0
+pkgrel=1
 pkgdesc="Data types for large but fixed width signed and unsigned integers"
 url="https://github.com/erikd/wide-word";
 license=("BSD")
@@ -12,7 +12,7 @@
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-hedgehog' 
'haskell-quickcheck-classes'
              'haskell-semirings')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz";)
-sha256sums=('c059bd227d425d29052a3b5ccbdaa75a76dcfde886d8c52a96c055bfd8a452c9')
+sha256sums=('a732e9fe6eb2c52c744e2250c908126eee4f558ca2d2117a5e6b48023b5b41c0')
 
 build() {
   cd $_hkgname-$pkgver

Reply via email to