Date: Sunday, December 25, 2022 @ 11:05:39
  Author: felixonmars
Revision: 1365469

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

Modified:
  haskell-wide-word/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-25 11:02:40 UTC (rev 1365468)
+++ PKGBUILD    2022-12-25 11:05:39 UTC (rev 1365469)
@@ -2,8 +2,8 @@
 
 _hkgname=wide-word
 pkgname=haskell-wide-word
-pkgver=0.1.3.0
-pkgrel=4
+pkgver=0.1.4.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=('b28ff1f7662e11b3678dc20362f454be093d447b704abfc3f842e5717fd9e00d')
+sha256sums=('c059bd227d425d29052a3b5ccbdaa75a76dcfde886d8c52a96c055bfd8a452c9')
 
 build() {
   cd $_hkgname-$pkgver

Reply via email to