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

Felix Yan felixonmars at archlinux.org
Fri Apr 2 12:06:16 UTC 2021


    Date: Friday, April 2, 2021 @ 12:06:16
  Author: felixonmars
Revision: 911047

upgpkg: haskell-safecopy 0.10.4.1-11: rebuild with lens 5.0.1

Modified:
  haskell-safecopy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-02 11:34:19 UTC (rev 911046)
+++ PKGBUILD	2021-04-02 12:06:16 UTC (rev 911047)
@@ -3,17 +3,22 @@
 _hkgname=safecopy
 pkgname=haskell-safecopy
 pkgver=0.10.4.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Binary serialization with version control."
 url="http://acid-state.seize.it/safecopy"
 license=('custom:PublicDomain')
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-cereal' 'haskell-generic-data' 'haskell-old-time' 'haskell-vector')
-makedepends=('ghc' 'haskell-hunit' 'haskell-lens' 'haskell-lens-action' 'haskell-quickcheck'
+makedepends=('ghc' 'uusi' 'haskell-hunit' 'haskell-lens' 'haskell-lens-action' 'haskell-quickcheck'
              'haskell-quickcheck-instances' 'haskell-tasty' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
 sha512sums=('49e652d02b321fb98566b316366b11e9734119a3e82b4bb114ace639e2b6b9afc2b67feec5fc0d183b05ef3c40e5cc8e434b8edf969c6250eddc60ca3b82219e')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    uusi -u lens $_hkgname.cabal
+}
+
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list