Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-simple-sendfile
Commits:
602cefd4 by Felix Yan at 2025-01-01T03:04:37+08:00
upgpkg: 0.2.32-52: rebuild with vector-algorithms 0.9.0.3
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-simple-sendfile
pkgdesc = Cross platform library for the sendfile system call
pkgver = 0.2.32
- pkgrel = 51
+ pkgrel = 52
url = https://github.com/kazu-yamamoto/simple-sendfile
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=simple-sendfile
pkgname=haskell-simple-sendfile
pkgver=0.2.32
-pkgrel=51
+pkgrel=52
pkgdesc="Cross platform library for the sendfile system call"
url="https://github.com/kazu-yamamoto/simple-sendfile"
license=("BSD")
@@ -18,7 +18,7 @@
sha512sums=('a6daf74f32d33096409c1650310b79005823b2513531b01b80e8a495af736299fd4
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
--enable-tests \
--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
-fallow-bsd -f-fallback
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-simple-sendfile/-/commit/602cefd428f3c4723f3a96455105d05b7f4a7a9e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-simple-sendfile/-/commit/602cefd428f3c4723f3a96455105d05b7f4a7a9e
You're receiving this email because of your account on gitlab.archlinux.org.