Date: Sunday, November 27, 2016 @ 20:18:17 Author: arodseth Revision: 197047
upgpkg: alex 3.2.1-2 Modified: alex/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-27 20:07:14 UTC (rev 197046) +++ PKGBUILD 2016-11-27 20:18:17 UTC (rev 197047) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: Sergej Pupykin <[email protected]> # Contributor: Vesa Kaihlavirta <[email protected]> # Contributor: Philip Nilsson <[email protected]> @@ -6,7 +6,7 @@ pkgname=alex pkgver=3.2.1 -pkgrel=1 +pkgrel=2 pkgdesc='Lexical analyser generator for Haskell' arch=('x86_64' 'i686') url='http://hackage.haskell.org/package/alex' @@ -13,7 +13,7 @@ license=('custom:BSD3') depends=('gmp' 'libffi') makedepends=('ghc=8.0.1' 'haskell-quickcheck' 'happy' 'libffi') -source=("http://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") +source=("https://hackage.haskell.org/packages/archive/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz") sha256sums=('a4e7f7ec729f4fae5a5c778bc48421a90acf65c7278f6970cf123fb3b6230e6c') build() { @@ -28,8 +28,9 @@ runghc Setup.lhs copy --destdir="$pkgdir" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/alex/BSD3" + # Doc only contains the license - rm -rf $pkgdir/usr/share/doc + rm -rf "$pkgdir/usr/share/doc" } # vim:set ts=2 sw=2 et:
