Date: Monday, October 10, 2022 @ 15:34:44
  Author: felixonmars
Revision: 1326403

upgpkg: haskell-dbus 1.2.22-106: rebuild with vector 0.13.0.0

Modified:
  haskell-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-10 15:31:36 UTC (rev 1326402)
+++ PKGBUILD    2022-10-10 15:34:44 UTC (rev 1326403)
@@ -4,7 +4,7 @@
 _hkgname=dbus
 pkgname=haskell-dbus
 pkgver=1.2.22
-pkgrel=105
+pkgrel=106
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/";
 license=("GPL3")
@@ -12,12 +12,17 @@
 depends=('ghc-libs' 'haskell-cereal' 'haskell-conduit' 'haskell-lens'
          'haskell-network' 'haskell-random' 'haskell-split' 'haskell-th-lift'
          'haskell-vector' 'haskell-xml-conduit' 'haskell-xml-types')
-makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 
'haskell-tasty'
+makedepends=('ghc' 'uusi' 'haskell-extra' 'haskell-quickcheck' 
'haskell-resourcet' 'haskell-tasty'
              'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 checkdepends=('dbus')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 
sha512sums=('81f9fe1420939ebb5b03602ba59dd86656e4443690d8be460684dcb461ff7df1ff4cdf846a5a15ea6193b6f64b08526b27d3e12825a375eecbded3d0a99a59b9')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u vector $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     

Reply via email to