[arch-commits] Commit in alex/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sun Nov 27 20:18:18 UTC 2016


    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 <rodseth at gmail.com>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
 # Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
 # Contributor: Vesa Kaihlavirta <vegai at iki.fi>
 # Contributor: Philip Nilsson <pnilsson at nullref.se>
@@ -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:



More information about the arch-commits mailing list