[arch-commits] Commit in haskell-path-io/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jul 22 07:23:35 UTC 2018
Date: Sunday, July 22, 2018 @ 07:23:35
Author: felixonmars
Revision: 362780
upgpkg: haskell-path-io 1.4.0-1
rebuild with path-io 1.4.0
Modified:
haskell-path-io/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-22 07:11:55 UTC (rev 362779)
+++ PKGBUILD 2018-07-22 07:23:35 UTC (rev 362780)
@@ -5,8 +5,8 @@
_hkgname=path-io
pkgname=haskell-path-io
-pkgver=1.3.3
-pkgrel=53
+pkgver=1.4.0
+pkgrel=1
pkgdesc="Interface to ‘directory’ package for users of ‘path’"
url="https://github.com/mrkkrp/path-io"
license=("custom:BSD3")
@@ -15,11 +15,10 @@
'haskell-unix-compat')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz")
-sha512sums=('af513783d7ae6a99556d67b8f7ed599b0b5285ced7ed4c0b12fb39ab16a043662cad86d24a54d2220892f8625a8229f04bf6d898419348eaee1992ca79e2f4c0')
+sha512sums=('fa1df1b807e4e1c148dbcb8b26bc6607ff5ccffdb452605b289e8325dfda0d78acdbe57ad9e9b2ad2b1b242af4dcf99c01437dc3b902009731a032837e35412f')
prepare() {
cd $_hkgname-$pkgver
- sed -i -e 's/<.*0.9/<1/' -e 's/<.*1.3/<2/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list