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

Felix Yan felixonmars at archlinux.org
Fri Mar 10 07:41:00 UTC 2017


    Date: Friday, March 10, 2017 @ 07:40:59
  Author: felixonmars
Revision: 215537

upgpkg: haskell-safecopy 0.9.3-1

rebuild with safecopy,0.9.3

Modified:
  haskell-safecopy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-10 07:13:26 UTC (rev 215536)
+++ PKGBUILD	2017-03-10 07:40:59 UTC (rev 215537)
@@ -3,15 +3,15 @@
 
 _hkgname=safecopy
 pkgname=haskell-safecopy
-pkgver=0.9.2
-pkgrel=2
+pkgver=0.9.3
+pkgrel=1
 pkgdesc="Binary serialization with version control."
 url="http://acid-state.seize.it/safecopy"
 license=('custom:PublicDomain')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-cereal' 'haskell-old-time' 'haskell-text' 'haskell-vector')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-md5sums=('415a2544ddc37cd150fee96f08452c0a')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+md5sums=('69aa2736162ee59d1251a410e78f1578')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list