Date: Wednesday, April 5, 2023 @ 12:50:33 Author: felixonmars Revision: 1437726
upgpkg: haskell-xss-sanitize 0.3.7.2-1: rebuild with xss-sanitize 0.3.7.2 Modified: haskell-xss-sanitize/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-05 12:45:36 UTC (rev 1437725) +++ PKGBUILD 2023-04-05 12:50:33 UTC (rev 1437726) @@ -3,8 +3,8 @@ _hkgname=xss-sanitize pkgname=haskell-xss-sanitize -pkgver=0.3.7.1 -pkgrel=12 +pkgver=0.3.7.2 +pkgrel=1 pkgdesc="sanitize untrusted HTML to prevent XSS attacks" url="https://github.com/yesodweb/haskell-xss-sanitize" license=("custom:BSD2") @@ -13,7 +13,7 @@ "haskell-utf8-string") makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('bf94944de646ebd2603de08867493cf7b4ebff9dfedd44a980cfab2bb995d00e0dc37a2710920e29b79fb6ce901f3ad6a19654456a0edd9c3be227d9ed0414ea') +sha512sums=('affd74f2df2e31eb12348fd51890028cce76c3c5f905e5d10979a98dd3a325f522758b3bd7cdcdc5ab08c212468eac3326c40f62ac71e92cf4029c9c94d6dd2a') build() { cd $_hkgname-$pkgver