Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
haskell-text-icu


Commits:
277ecc7a by Felix Yan at 2024-04-25T17:57:15+00:00
upgpkg: 0.8.0.5-1: rebuild with text-icu 0.8.0.5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = haskell-text-icu
        pkgdesc = Bindings to the ICU library
-       pkgver = 0.8.0.4
-       pkgrel = 17
+       pkgver = 0.8.0.5
+       pkgrel = 1
        url = https://github.com/haskell/text-icu
        arch = x86_64
        license = BSD
@@ -14,7 +14,7 @@ pkgbase = haskell-text-icu
        makedepends = haskell-test-framework-quickcheck2
        depends = ghc-libs
        depends = icu
-       source = 
https://hackage.haskell.org/packages/archive/text-icu/0.8.0.4/text-icu-0.8.0.4.tar.gz
-       sha512sums = 
9962e945c15059d3ba3a238f46b918a03532776329d7dc22e502c574cbb3f5c45ddf74188e15adf01cf7918fc67e7b5a4be52d5553d3731e72d16e99c0123ace
+       source = 
https://hackage.haskell.org/packages/archive/text-icu/0.8.0.5/text-icu-0.8.0.5.tar.gz
+       sha512sums = 
cb14e53ff46673237abb86894e3d94ff02c4ba7c6d028feb5005d3d536704c098ee2c16af1f9853ced64a3fa605447faba7d61714d3494c7e92d551091380fb2
 
 pkgname = haskell-text-icu


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 
 _hkgname=text-icu
 pkgname=haskell-text-icu
-pkgver=0.8.0.4
-pkgrel=17
+pkgver=0.8.0.5
+pkgrel=1
 pkgdesc="Bindings to the ICU library"
 url="https://github.com/haskell/text-icu";
 license=("BSD")
@@ -13,14 +13,15 @@ depends=('ghc-libs' 'icu')
 makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-random' 
'haskell-test-framework'
              'haskell-test-framework-hunit' 
'haskell-test-framework-quickcheck2')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
-sha512sums=('9962e945c15059d3ba3a238f46b918a03532776329d7dc22e502c574cbb3f5c45ddf74188e15adf01cf7918fc67e7b5a4be52d5553d3731e72d16e99c0123ace')
+sha512sums=('cb14e53ff46673237abb86894e3d94ff02c4ba7c6d028feb5005d3d536704c098ee2c16af1f9853ced64a3fa605447faba7d61714d3494c7e92d551091380fb2')
 
 build() {
     cd $_hkgname-$pkgver
     
     runhaskell Setup configure -O --enable-shared --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
+        --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+        -f-homebrew
     runhaskell Setup build $MAKEFLAGS
     runhaskell Setup register --gen-script
     runhaskell Setup unregister --gen-script



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-text-icu/-/commit/277ecc7a04e092298769601c8cbeb73a437c3e7c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-text-icu/-/commit/277ecc7a04e092298769601c8cbeb73a437c3e7c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to