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

Felix Yan felixonmars at archlinux.org
Fri Mar 24 06:51:10 UTC 2017


    Date: Friday, March 24, 2017 @ 06:51:10
  Author: felixonmars
Revision: 218612

upgpkg: haskell-ranged-sets 0.3.0-2

rebuild with HUnit,1.6.0.0

Modified:
  haskell-ranged-sets/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-24 06:49:23 UTC (rev 218611)
+++ PKGBUILD	2017-03-24 06:51:10 UTC (rev 218612)
@@ -4,13 +4,13 @@
 _hkgname=Ranged-sets
 pkgname=haskell-ranged-sets
 pkgver=0.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Ranged sets for Haskell"
 url="http://code.haskell.org/ranged-sets"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-hunit' 'haskell-quickcheck')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('c9c20783a74d280f0cd5f35691d705c2')
 
 build() {



More information about the arch-commits mailing list