Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / darcs
Commits:
024d39a2 by Felix Yan at 2024-12-30T04:31:09+08:00
upgpkg: 2.18.3-6: rebuild with system-fileio 0.3.16.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = darcs
pkgdesc = A distributed, interactive, smart revision control system
pkgver = 2.18.3
- pkgrel = 5
+ pkgrel = 6
url = http://darcs.net
arch = x86_64
license = GPL-2.0-or-later
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=darcs
pkgver=2.18.3
-pkgrel=5
+pkgrel=6
pkgdesc="A distributed, interactive, smart revision control system"
url="http://darcs.net"
license=("GPL-2.0-or-later")
@@ -30,7 +30,7 @@
sha512sums=('de70b87493ed9776a16d492ca1fb2f7e1a4a46bf3538ebe937adc8b548b1b4519cb
build() {
cd $pkgname-$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 \
-f-static -fterminfo -fthreaded -fexecutable \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/darcs/-/commit/024d39a2d4eb756c2e0f00fe72da2f2d88348e46
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/darcs/-/commit/024d39a2d4eb756c2e0f00fe72da2f2d88348e46
You're receiving this email because of your account on gitlab.archlinux.org.