Date: Monday, June 14, 2021 @ 16:28:17 Author: felixonmars Revision: 963476
upgpkg: haskell-hls-hlint-plugin 1.0.1.0-1 Modified: haskell-hls-hlint-plugin/trunk/PKGBUILD ----------+ PKGBUILD | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-14 16:27:27 UTC (rev 963475) +++ PKGBUILD 2021-06-14 16:28:17 UTC (rev 963476) @@ -2,8 +2,8 @@ _hkgname=hls-hlint-plugin pkgname=haskell-hls-hlint-plugin -pkgver=1.0.0.2 -pkgrel=23 +pkgver=1.0.1.0 +pkgrel=1 pkgdesc="Hlint integration plugin with Haskell Language Server" url="https://hackage.haskell.org/package/hls-hlint-plugin" license=("Apache") @@ -11,25 +11,24 @@ depends=('ghc-libs' 'haskell-diff' 'haskell-aeson' 'haskell-apply-refact' 'haskell-data-default' 'haskell-extra' 'haskell-ghc' 'haskell-ghc-exactprint' 'haskell-ghcide' 'haskell-hashable' 'hlint' 'haskell-hls-plugin-api' 'haskell-hslogger' 'haskell-lens' 'haskell-lsp' - 'haskell-regex-tdfa' 'haskell-shake' 'haskell-temporary' 'haskell-unordered-containers') + 'haskell-regex-tdfa' 'haskell-temporary' 'haskell-unordered-containers') makedepends=('ghc' 'uusi') -#source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") -source=("https://github.com/haskell/haskell-language-server/archive/1.1.0/haskell-language-server-1.1.0.tar.gz") -sha512sums=('05f724ec6209a4c30e260b8e9f945c5bc58be6b98458ea11ba3b297fa74fecbec37dc292d9aeda2d6dd5a8f24c4125f6d20afbb35eeec6335c9ea7138ed89e52') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") +sha512sums=('a76d166f8215fcaaf6b8d597f21ceafa64b34435b3aff6717db939f905c864efc3c441a9bc3f590677d76009d46e7783b72150c220c8f47ec2f56f57e23d6776') prepare() { - cd haskell-language-server-1.1.0/plugins/$_hkgname + cd $_hkgname-$pkgver gen-setup } build() { - cd haskell-language-server-1.1.0/plugins/$_hkgname + cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \ --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \ --ghc-option=-optl-Wl\,-z\,relro\,-z\,now \ - --ghc-option='-pie' + --ghc-option='-pie' -f-hlint33 runhaskell Setup build $MAKEFLAGS runhaskell Setup register --gen-script @@ -39,7 +38,7 @@ } package() { - cd haskell-language-server-1.1.0/plugins/$_hkgname + cd $_hkgname-$pkgver install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
