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

Felix Yan felixonmars at archlinux.org
Wed Apr 14 10:50:26 UTC 2021


    Date: Wednesday, April 14, 2021 @ 10:50:26
  Author: felixonmars
Revision: 918383

upgpkg: haskell-safecopy 0.10.4.2-1: rebuild with safecopy 0.10.4.2

Modified:
  haskell-safecopy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-14 10:47:08 UTC (rev 918382)
+++ PKGBUILD	2021-04-14 10:50:26 UTC (rev 918383)
@@ -2,23 +2,18 @@
 
 _hkgname=safecopy
 pkgname=haskell-safecopy
-pkgver=0.10.4.1
-pkgrel=14
+pkgver=0.10.4.2
+pkgrel=1
 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' 'uusi' 'haskell-hunit' 'haskell-lens' 'haskell-lens-action' 'haskell-quickcheck'
+makedepends=('ghc' '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')
+sha512sums=('2b6ae8488ac00bb5048e63886433aea6c2b13c9bea252fb8622ee1b673bce9e259639fbb68ef47a17ceac65edec2631ee95bc34a665c039f5c651d6192418bf5')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    uusi -u lens $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list