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

Felix Yan felixonmars at gemini.archlinux.org
Sun Feb 20 21:25:19 UTC 2022


    Date: Sunday, February 20, 2022 @ 21:25:19
  Author: felixonmars
Revision: 1135417

upgpkg: haskell-pointed 5.0.3-28: rebuild with hashable 1.4.0.0, quickcheck-instances 0.3.26.1

Modified:
  haskell-pointed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-20 21:23:31 UTC (rev 1135416)
+++ PKGBUILD	2022-02-20 21:25:19 UTC (rev 1135417)
@@ -4,7 +4,7 @@
 _hkgname=pointed
 pkgname=haskell-pointed
 pkgver=5.0.3
-pkgrel=27
+pkgrel=28
 pkgdesc="Pointed and copointed data"
 url="https://github.com/ekmett/pointed/"
 license=("BSD")
@@ -18,7 +18,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -d semigroups $_hkgname.cabal
+    uusi -d semigroups -u hashable $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list