[arch-commits] Commit in haskell-uuid-types/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Fri Feb 18 22:34:20 UTC 2022


    Date: Friday, February 18, 2022 @ 22:34:20
  Author: felixonmars
Revision: 1134367

upgpkg: haskell-uuid-types 1.0.5-45: rebuild with hashable 1.4.0.0

Modified:
  haskell-uuid-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-18 22:32:41 UTC (rev 1134366)
+++ PKGBUILD	2022-02-18 22:34:20 UTC (rev 1134367)
@@ -4,7 +4,7 @@
 _hkgname=uuid-types
 pkgname=haskell-uuid-types
 pkgver=1.0.5
-pkgrel=44
+pkgrel=45
 pkgdesc="Type definitions for Universally Unique Identifiers"
 url="https://github.com/aslatter/uuid"
 license=("BSD")
@@ -17,7 +17,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -d ghc-byteorder $_hkgname.cabal
+    uusi -d ghc-byteorder -u hashable $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list