Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / haskell-bloomfilter
Commits: 569f99f7 by Felix Yan at 2023-08-10T20:01:27+03:00 upgpkg: 2.0.1.1-1: rebuild with bloomfilter 2.0.1.1 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -3,22 +3,22 @@ _hkgname=bloomfilter pkgname=haskell-bloomfilter -pkgver=2.0.1.0 -pkgrel=25 +pkgver=2.0.1.1 +pkgrel=1 pkgdesc="Pure and impure Bloom Filter implementations" -url="https://github.com/bos/bloomfilter" +url="https://github.com/haskell-pkg-janitors/bloomfilter" license=("BSD") arch=('x86_64') depends=('ghc-libs') makedepends=('ghc') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('1031cc28c5e5c1b7687355b709d436ebab1956ffd7591a010fa3852a1bc7412925a365f99937feeacf4b1a5d3c7b34bc0370707ad6e4533280dcac4ea3fa7c21') +sha512sums=('7ca13a9c91b257a2b3aa0da6ce5b9663a416c4b5b6bce8a4f7686ec8e03245fa9f300b9500d6b08523a938fb19fb2bb5ee9d425b3b89df2bedbc40a37a3c45b5') build() { cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ - --prefix=/usr --docdir=/usr/share/doc/$pkgname \ + --prefix=/usr --docdir=/usr/share/doc/$pkgname --datasubdir=$pkgname \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid --ghc-option=-fllvm runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-bloomfilter/-/commit/569f99f79dfbfc320221915f6b3ad52f7e3d3166 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/haskell-bloomfilter/-/commit/569f99f79dfbfc320221915f6b3ad52f7e3d3166 You're receiving this email because of your account on gitlab.archlinux.org.
