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

Felix Yan felixonmars at gemini.archlinux.org
Fri Feb 18 22:30:24 UTC 2022


    Date: Friday, February 18, 2022 @ 22:30:24
  Author: felixonmars
Revision: 1134359

upgpkg: haskell-time-compat 1.9.6.1-25: rebuild with hashable 1.4.0.0

Modified:
  haskell-time-compat/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-18 22:29:34 UTC (rev 1134358)
+++ PKGBUILD	2022-02-18 22:30:24 UTC (rev 1134359)
@@ -3,7 +3,7 @@
 _hkgname=time-compat
 pkgname=haskell-time-compat
 pkgver=1.9.6.1
-pkgrel=24
+pkgrel=25
 pkgdesc="Compatibility package for time"
 url="https://github.com/phadej/time-compat"
 license=('BSD')
@@ -17,7 +17,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     gen-setup
-    uusi -u base-compat $_hkgname.cabal
+    uusi -u base-compat -u hashable $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list