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

Felix Yan felixonmars at archlinux.org
Thu Aug 24 16:35:56 UTC 2017


    Date: Thursday, August 24, 2017 @ 16:35:55
  Author: felixonmars
Revision: 253315

upgpkg: haskell-safecopy 0.9.3.3-1

rebuild with safecopy,0.9.3.3

Modified:
  haskell-safecopy/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-08-24 16:29:11 UTC (rev 253314)
+++ PKGBUILD	2017-08-24 16:35:55 UTC (rev 253315)
@@ -3,8 +3,8 @@
 
 _hkgname=safecopy
 pkgname=haskell-safecopy
-pkgver=0.9.3.2
-pkgrel=4
+pkgver=0.9.3.3
+pkgrel=1
 pkgdesc="Binary serialization with version control."
 url="http://acid-state.seize.it/safecopy"
 license=('custom:PublicDomain')
@@ -12,12 +12,8 @@
 depends=('ghc-libs' 'haskell-cereal' 'haskell-old-time' 'haskell-text' 'haskell-vector')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('d4dca927b5e6ab78e4548db550c416314507d11e4403a41dc1643e52319a2d397bc1fe8ea6c78b8d2fdaa3bca05603222380dc1a4ad1d956aeacc98919a35943')
+sha512sums=('edcd07797efa5d094e2dfb7da12ab9fb5c5883786228a608e8140db0bb51398ff83ad8b2630f70de17abe925af648f8b4c5968d3ca143995c8825e19a5a93853')
 
-prepare() {
-    sed -e 's/time < 1.7,/time,/' -e 's/template-haskell < 2.12,/template-haskell,/' -i $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list