Date: Monday, October 10, 2022 @ 14:05:27
  Author: felixonmars
Revision: 1325933

upgpkg: haskell-witherable 0.4.2-25: rebuild with vector 0.13.0.0

Modified:
  haskell-witherable/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-10 14:05:20 UTC (rev 1325932)
+++ PKGBUILD    2022-10-10 14:05:27 UTC (rev 1325933)
@@ -3,7 +3,7 @@
 _hkgname=witherable
 pkgname=haskell-witherable
 pkgver=0.4.2
-pkgrel=24
+pkgrel=25
 pkgdesc="filterable traversable"
 url="https://github.com/fumieval/witherable";
 license=("BSD")
@@ -17,7 +17,7 @@
 
 prepare() {
   cd $_hkgname-$pkgver
-  uusi -u hashable $_hkgname.cabal
+  uusi -u hashable -u vector $_hkgname.cabal
 }
 
 build() {

Reply via email to