summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2018-12-20 00:48:05 +0900
committercbpark2018-12-20 00:48:05 +0900
commit0041d340dbf183c47f1b2c3f04eeb815c1d65f24 (patch)
tree7765e4e924e217ffda8d2b8feb5fb89874fcea50
parent46ae3287ef49e5c3bfb9d01cb7b531882f7fef6e (diff)
downloadaur-0041d340dbf183c47f1b2c3f04eeb815c1d65f24.tar.gz
upgpkg: haskell-apply-refact 0.6.0.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 735542d8830b..ca6ddec979ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-apply-refact
pkgdesc = Perform refactorings specified by the refact library
- pkgver = 0.5.0.0
+ pkgver = 0.6.0.0
pkgrel = 1
url = https://hackage.haskell.org/package/apply-refact
arch = x86_64
@@ -8,15 +8,15 @@ pkgbase = haskell-apply-refact
makedepends = ghc
depends = ghc-libs
depends = haskell-filemanip
- depends = haskell-ghc-exactprint
+ depends = haskell-ghc-exactprint>=0.5.7.0
depends = haskell-optparse-applicative
depends = haskell-refact
depends = haskell-syb
depends = haskell-transformers-base
depends = haskell-temporary
depends = haskell-unix-compat
- source = https://hackage.haskell.org/package/apply-refact-0.5.0.0/apply-refact-0.5.0.0.tar.gz
- sha512sums = 8a3b4a8e1952fc4a420763775b7ca6641364c0445e84b9b8e81297cddb34239557202951abeb90434faea938d9a9eb7cf99600d19db235725bb82cccd9667f30
+ source = https://hackage.haskell.org/package/apply-refact-0.6.0.0/apply-refact-0.6.0.0.tar.gz
+ sha512sums = 438e384a2885e1f749eedf67a9257810f75e1b53a6e1dbe05ff09d3931ef51b6451f016933c32cd0aba84edca0839185526c4d1fb6b2bcd9fffd2d340fbae8a9
pkgname = haskell-apply-refact
diff --git a/PKGBUILD b/PKGBUILD
index fa26074e4310..3b45581e3829 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_hkgname=apply-refact
pkgname=haskell-apply-refact
-pkgver=0.5.0.0
+pkgver=0.6.0.0
pkgrel=1
pkgdesc="Perform refactorings specified by the refact library"
url="https://hackage.haskell.org/package/${_hkgname}"
@@ -10,7 +10,7 @@ arch=('x86_64')
license=("custom:BSD3")
depends=('ghc-libs'
'haskell-filemanip'
- 'haskell-ghc-exactprint'
+ 'haskell-ghc-exactprint>=0.5.7.0'
'haskell-optparse-applicative'
'haskell-refact'
'haskell-syb'
@@ -19,7 +19,7 @@ depends=('ghc-libs'
'haskell-unix-compat')
makedepends=('ghc')
source=("https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('8a3b4a8e1952fc4a420763775b7ca6641364c0445e84b9b8e81297cddb34239557202951abeb90434faea938d9a9eb7cf99600d19db235725bb82cccd9667f30')
+sha512sums=('438e384a2885e1f749eedf67a9257810f75e1b53a6e1dbe05ff09d3931ef51b6451f016933c32cd0aba84edca0839185526c4d1fb6b2bcd9fffd2d340fbae8a9')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"