[arch-commits] Commit in haskell-regex-posix/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Fri Apr 21 13:05:37 UTC 2017


    Date: Friday, April 21, 2017 @ 13:05:36
  Author: arodseth
Revision: 224123

upgpkg: haskell-regex-posix 0.95.2-15

Modified:
  haskell-regex-posix/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-21 13:01:10 UTC (rev 224122)
+++ PKGBUILD	2017-04-21 13:05:36 UTC (rev 224123)
@@ -1,18 +1,18 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vesa Kaihlavirta <vesa at archlinux.org>
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 _hkgname=regex-posix
 pkgname=haskell-regex-posix
 pkgver=0.95.2
-pkgrel=14
+pkgrel=15
 pkgdesc='The posix regex backend for regex-base'
-url="http://hackage.haskell.org/package/$_hkgname"
+url="https://hackage.haskell.org/package/$_hkgname"
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
 depends=('ghc=8.0.1' 'haskell-regex-base')
-source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
 sha256sums=('56019921cd4a4c9682b81ec614236fea816ba8ed8785a1640cd66d8b24fc703e')
 
 build() {
@@ -29,7 +29,7 @@
 }
 
 package() {
-  cd "${srcdir}/${_hkgname}-${pkgver}"
+  cd "$_hkgname-$pkgver"
   
   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