[arch-commits] Commit in haskell-xss-sanitize/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Jan 2 19:20:25 UTC 2017
Date: Monday, January 2, 2017 @ 19:20:24
Author: felixonmars
Revision: 204399
upgpkg: haskell-xss-sanitize 0.3.5.7-9
rebuild with hashable-1.2.5.0
Modified:
haskell-xss-sanitize/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-02 19:18:25 UTC (rev 204398)
+++ PKGBUILD 2017-01-02 19:20:24 UTC (rev 204399)
@@ -5,7 +5,7 @@
_hkgname=xss-sanitize
pkgname=haskell-xss-sanitize
pkgver=0.3.5.7
-pkgrel=8
+pkgrel=9
pkgdesc="sanitize untrusted HTML to prevent XSS attacks"
url="http://github.com/yesodweb/haskell-xss-sanitize"
license=("custom:BSD2")
@@ -12,7 +12,7 @@
arch=('i686' 'x86_64')
depends=("ghc=8.0.1" "haskell-attoparsec" "haskell-css-text" "haskell-network-uri"
"haskell-tagsoup" "haskell-text" "haskell-utf8-string")
-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=('955856413e70375c794766d04ac9ab7f0d3337dbb04a412c9b7ff5c415acac00')
build() {
More information about the arch-commits
mailing list