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

Felix Yan felixonmars at archlinux.org
Wed Nov 28 06:51:09 UTC 2018


    Date: Wednesday, November 28, 2018 @ 06:51:09
  Author: felixonmars
Revision: 410382

upgpkg: haskell-safecopy 0.9.4.2-1

rebuild with safecopy 0.9.4.2

Modified:
  haskell-safecopy/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-28 06:18:31 UTC (rev 410381)
+++ PKGBUILD	2018-11-28 06:51:09 UTC (rev 410382)
@@ -2,8 +2,8 @@
 
 _hkgname=safecopy
 pkgname=haskell-safecopy
-pkgver=0.9.4.1
-pkgrel=8
+pkgver=0.9.4.2
+pkgrel=1
 pkgdesc="Binary serialization with version control."
 url="http://acid-state.seize.it/safecopy"
 license=('custom:PublicDomain')
@@ -11,13 +11,8 @@
 depends=('ghc-libs' 'haskell-cereal' 'haskell-old-time' 'haskell-vector')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('7c645cd3e216040e155e814eae72c3f584523f77f1d81835f7a1fb9c5bd63ebd51f746a49584be8a6822866b48119be289f3e74514a054c2f65e6443304e6967')
+sha512sums=('e9d25cfe9816483283e4bd51adca47087c8663f7f3eba50056ec19d30d98a8dbece12739ecba6a0afee03cee9e418f615be1c24d0d90dcd26c0bc2c131a04e0a')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e 's/< *0.6/<1/' -e 's/< *2.14/<3/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list