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

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


    Date: Friday, April 21, 2017 @ 13:00:50
  Author: arodseth
Revision: 224121

upgpkg: haskell-regex-compat 0.95.1-6

Modified:
  haskell-regex-compat/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-21 12:58:58 UTC (rev 224120)
+++ PKGBUILD	2017-04-21 13:00:50 UTC (rev 224121)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# 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>
 
@@ -6,13 +6,13 @@
 _hkgname=regex-compat
 pkgname=haskell-regex-compat
 pkgver=0.95.1
-pkgrel=5
+pkgrel=6
 pkgdesc='Replaces and enhances Text.Regex'
-url="http://hackage.haskell.org/package/${_hkgname}"
+url="https://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('x86_64' 'i686')
 depends=('ghc' 'haskell-regex-base' 'haskell-regex-posix')
-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=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
 
 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