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

Jelle van der Waa jelle at archlinux.org
Wed Nov 23 19:31:34 UTC 2016


    Date: Wednesday, November 23, 2016 @ 19:31:33
  Author: jelle
Revision: 196615

Use https as source

Modified:
  xmobar/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-23 19:31:26 UTC (rev 196614)
+++ PKGBUILD	2016-11-23 19:31:33 UTC (rev 196615)
@@ -13,7 +13,7 @@
 makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
              'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat' 'haskell-http')
 options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+source=(https://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
 
 build() {
     cd xmobar-$pkgver



More information about the arch-commits mailing list