[arch-commits] Commit in haskell-path/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Sat Mar 5 05:49:19 UTC 2016
Date: Saturday, March 5, 2016 @ 06:49:19
Author: fyan
Revision: 164949
upgpkg: haskell-path 0.5.6-1
Modified:
haskell-path/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-05 04:58:56 UTC (rev 164948)
+++ PKGBUILD 2016-03-05 05:49:19 UTC (rev 164949)
@@ -4,8 +4,8 @@
_hkgname=path
pkgname=haskell-path
-pkgver=0.5.3
-pkgrel=4
+pkgver=0.5.6
+pkgrel=1
pkgdesc="Path"
url="http://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD3")
@@ -14,8 +14,12 @@
options=('staticlibs')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
install="${pkgname}.install"
-sha256sums=('6501bec6cf4a63520ad993bac5d7a0a71d4d0cb3c2155755a5faba93b82703c4')
+sha256sums=('342dc9b95eac59a1eccf5949f54f54571f39e9203127829169102d6efbab30c4')
+prepare() {
+ sed -i '16d' ${_hkgname}-${pkgver}/src/Path.hs
+}
+
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list