Skip to content
Snippets Groups Projects
Commit 5a1b72ae authored by Felix Yan's avatar Felix Yan
Browse files

rebuild with splitmix 0.0.4

parent ec74eefe
No related branches found
Tags 3.3.1-26
No related merge requests found
......@@ -4,7 +4,7 @@
_hkgname=vector-instances
pkgname=haskell-vector-instances
pkgver=3.4
pkgrel=165
pkgrel=166
pkgdesc="Orphan Instances for \'Data.Vector\'"
url="https://github.com/ekmett/vector-instances"
license=("BSD")
......@@ -40,6 +40,6 @@ package() {
install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
install -D -m744 unregister.sh "$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
runhaskell Setup copy --destdir="$pkgdir"
install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment