Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
haskell-uuid
Commits:
2c749792 by Felix Yan at 2025-01-04T02:32:49+08:00
upgpkg: 1.3.15-134: rebuild with inspection-testing 0.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = haskell-uuid
pkgdesc = For creating, comparing, parsing and printing Universally
Unique Identifiers
pkgver = 1.3.15
- pkgrel = 133
+ pkgrel = 134
url = https://github.com/aslatter/uuid
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_hkgname=uuid
pkgname=haskell-uuid
pkgver=1.3.15
-pkgrel=133
+pkgrel=134
pkgdesc="For creating, comparing, parsing and printing Universally Unique
Identifiers"
url="https://github.com/aslatter/uuid"
license=("BSD")
@@ -19,7 +19,7 @@
sha512sums=('acb5c17b809bee5ce2f1591f3382a7c3a57e9d20a47d8f47be717b0e7fbfd803603
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-uuid/-/commit/2c749792bfad069b88213f0241334776dc66f5e1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-uuid/-/commit/2c749792bfad069b88213f0241334776dc66f5e1
You're receiving this email because of your account on gitlab.archlinux.org.