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

Felix Yan felixonmars at archlinux.org
Wed Dec 21 04:46:49 UTC 2016


    Date: Wednesday, December 21, 2016 @ 04:46:49
  Author: felixonmars
Revision: 200592

upgpkg: haskell-uuid 1.3.12-11

rebuild with memory-0.14

Modified:
  haskell-uuid/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-21 04:45:00 UTC (rev 200591)
+++ PKGBUILD	2016-12-21 04:46:49 UTC (rev 200592)
@@ -5,7 +5,7 @@
 _hkgname=uuid
 pkgname=haskell-uuid
 pkgver=1.3.12
-pkgrel=10
+pkgrel=11
 pkgdesc="For creating, comparing, parsing and printing Universally Unique Identifiers"
 url="https://github.com/aslatter/uuid"
 license=("custom:BSD3")
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-cryptonite" "haskell-memory" "haskell-network-info"
          "haskell-random" "haskell-text" "haskell-uuid-types")
-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")
 sha256sums=('ed62f1b3f0b19f0d548655ffef5aff066ad5c430fe11e909a1a7e8fc115a89ee')
 
 build() {



More information about the arch-commits mailing list