Date: Monday, October 10, 2022 @ 09:13:58
  Author: felixonmars
Revision: 1324768

upgpkg: haskell-vector-th-unbox 0.2.2-143: rebuild with vector 0.13.0.0 
(rebuild pass 1, specified --nocheck)

Modified:
  haskell-vector-th-unbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-10 09:13:08 UTC (rev 1324767)
+++ PKGBUILD    2022-10-10 09:13:58 UTC (rev 1324768)
@@ -4,17 +4,22 @@
 _hkgname=vector-th-unbox
 pkgname=haskell-vector-th-unbox
 pkgver=0.2.2
-pkgrel=142
+pkgrel=143
 pkgdesc="Deriver for Data.Vector.Unboxed using Template Haskell"
 url="https://github.com/tsurucapital/vector-th-unbox";
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-vector')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 checkdepends=('haskell-data-default')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 
sha512sums=('55af4bcced3a39464aca6dca95a8148498a698d9402a583b916aa178d58d3895cc609525416de53c0a39566b892c7b09296fc442db7851a19d071142cce72a46')
 
+prepare() {
+  cd $_hkgname-$pkgver
+  uusi -u vector $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 

Reply via email to