summaryrefslogtreecommitdiff
path: root/community/haskell-pandoc-types/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/haskell-pandoc-types/PKGBUILD')
-rw-r--r--community/haskell-pandoc-types/PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/community/haskell-pandoc-types/PKGBUILD b/community/haskell-pandoc-types/PKGBUILD
index b7c7a47c3..a459b125a 100644
--- a/community/haskell-pandoc-types/PKGBUILD
+++ b/community/haskell-pandoc-types/PKGBUILD
@@ -5,7 +5,7 @@
_hkgname=pandoc-types
pkgname=haskell-pandoc-types
pkgver=1.10
-pkgrel=2
+pkgrel=3
pkgdesc="Types for representing a structured document"
url="http://johnmacfarlane.net/pandoc"
license=("GPL")
@@ -35,6 +35,5 @@ package() {
install -d -m755 "$pkgdir/usr/share/doc/ghc/html/libraries"
ln -s /usr/share/doc/$pkgname/html "$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
runhaskell Setup copy --destdir="$pkgdir"
- install -D -m644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
rm -f "$pkgdir/usr/share/doc/$pkgname/COPYING"
}