Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-xss-sanitize
Commits:
9e9fbbf1 by Felix Yan at 2025-01-04T02:48:40+08:00
upgpkg: 0.3.7.2-30: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-xss-sanitize
pkgdesc = sanitize untrusted HTML to prevent XSS attacks
pkgver = 0.3.7.2
- pkgrel = 29
+ pkgrel = 30
url = https://github.com/yesodweb/haskell-xss-sanitize
arch = x86_64
license = custom:BSD2
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=xss-sanitize
pkgname=haskell-xss-sanitize
pkgver=0.3.7.2
-pkgrel=29
+pkgrel=30
pkgdesc="sanitize untrusted HTML to prevent XSS attacks"
url="https://github.com/yesodweb/haskell-xss-sanitize"
license=("custom:BSD2")
@@ -18,7 +18,7 @@
sha512sums=('affd74f2df2e31eb12348fd51890028cce76c3c5f905e5d10979a98dd3a325f5227
build() {
cd $_hkgname-$pkgver
- runhaskell Setup configure -O --enable-shared --enable-executable-dynamic
--disable-library-vanilla \
+ runhaskell Setup configure -O --enable-shared --enable-debug-info
--enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-fnetwork-uri
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-xss-sanitize/-/commit/9e9fbbf14eb329354b1ef0fa9f26f0bd5a6be611
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-xss-sanitize/-/commit/9e9fbbf14eb329354b1ef0fa9f26f0bd5a6be611
You're receiving this email because of your account on gitlab.archlinux.org.