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

Felix Yan felixonmars at gemini.archlinux.org
Sat Feb 19 15:27:17 UTC 2022


    Date: Saturday, February 19, 2022 @ 15:27:16
  Author: felixonmars
Revision: 1134879

upgpkg: haskell-vault 0.3.1.5-64: rebuild with hashable 1.4.0.0

Modified:
  haskell-vault/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-19 15:23:18 UTC (rev 1134878)
+++ PKGBUILD	2022-02-19 15:27:16 UTC (rev 1134879)
@@ -4,16 +4,21 @@
 _hkgname=vault
 pkgname=haskell-vault
 pkgver=0.3.1.5
-pkgrel=63
+pkgrel=64
 pkgdesc="A persistent store for values of arbitrary types"
 url="https://github.com/HeinrichApfelmus/vault"
 license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-hashable' 'haskell-unordered-containers')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('f268d192f53594d5be39db807982073591e9bb830411813d6904e5ad1bf10d16eb5f89d9a39b764f92e6e196aeaabeac1b75cd07a70c59a42ce842835758e409')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u hashable $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list