Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-auto-update
Commits:
c38a100f by Felix Yan at 2025-01-04T02:59:57+08:00
upgpkg: 0.1.6-345: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-auto-update
pkgdesc = Efficiently run periodic, on-demand actions
pkgver = 0.1.6
- pkgrel = 344
+ pkgrel = 345
url = https://github.com/yesodweb/wai
arch = x86_64
license = MIT
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=auto-update
pkgname=haskell-auto-update
pkgver=0.1.6
-pkgrel=344
+pkgrel=345
pkgdesc="Efficiently run periodic, on-demand actions"
url="https://github.com/yesodweb/wai"
license=("MIT")
@@ -17,7 +17,7 @@
sha512sums=('ff0f4f835d0b24aafbe18dbc42a9c3cc396cea24be3f4b13b5f5dac49b3b21030c9
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
runhaskell Setup build $MAKEFLAGS
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-auto-update/-/commit/c38a100f4d12dcb4324545adeeae8e502c44c581
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-auto-update/-/commit/c38a100f4d12dcb4324545adeeae8e502c44c581
You're receiving this email because of your account on gitlab.archlinux.org.