[arch-commits] Commit in haskell-hls-hlint-plugin/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 10 22:51:44 UTC 2021
Date: Monday, May 10, 2021 @ 22:51:43
Author: felixonmars
Revision: 929654
upgpkg: haskell-hls-hlint-plugin 1.0.0.2-1
Modified:
haskell-hls-hlint-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-10 22:50:31 UTC (rev 929653)
+++ PKGBUILD 2021-05-10 22:51:43 UTC (rev 929654)
@@ -2,8 +2,8 @@
_hkgname=hls-hlint-plugin
pkgname=haskell-hls-hlint-plugin
-pkgver=1.0.0.1
-pkgrel=32
+pkgver=1.0.0.2
+pkgrel=1
pkgdesc="Hlint integration plugin with Haskell Language Server"
url="https://hackage.haskell.org/package/hls-hlint-plugin"
license=("Apache")
@@ -14,16 +14,16 @@
'haskell-regex-tdfa' 'haskell-shake' '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/ghcide-v1.1.0/haskell-language-server-ghcide-v1.1.0.tar.gz")
-sha256sums=('ec611943b46027488d85135eb61245ea7cbd892ed9825b1456a4b74e0eb5a713')
+source=("https://github.com/haskell/haskell-language-server/archive/1.1.0/haskell-language-server-1.1.0.tar.gz")
+sha512sums=('05f724ec6209a4c30e260b8e9f945c5bc58be6b98458ea11ba3b297fa74fecbec37dc292d9aeda2d6dd5a8f24c4125f6d20afbb35eeec6335c9ea7138ed89e52')
prepare() {
- cd haskell-language-server-ghcide-v1.1.0/plugins/$_hkgname
+ cd haskell-language-server-1.1.0/plugins/$_hkgname
gen-setup
}
build() {
- cd haskell-language-server-ghcide-v1.1.0/plugins/$_hkgname
+ cd haskell-language-server-1.1.0/plugins/$_hkgname
runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
@@ -39,7 +39,7 @@
}
package() {
- cd haskell-language-server-ghcide-v1.1.0/plugins/$_hkgname
+ cd haskell-language-server-1.1.0/plugins/$_hkgname
install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
More information about the arch-commits
mailing list