summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2018-06-03 01:27:35 +0900
committercbpark2018-06-03 01:27:35 +0900
commit46ae3287ef49e5c3bfb9d01cb7b531882f7fef6e (patch)
treecd3f11e287034c26df155fad7d3b69c33f801137
parent2f5707ddf73726428383e68a9960b9a4a5cbd094 (diff)
downloadaur-46ae3287ef49e5c3bfb9d01cb7b531882f7fef6e.tar.gz
upgpkg: haskell-apply-refact 0.5.0.0-1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 68c47696c852..735542d8830b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = haskell-apply-refact
pkgdesc = Perform refactorings specified by the refact library
- pkgver = 0.4.1.0
- pkgrel = 4
+ pkgver = 0.5.0.0
+ pkgrel = 1
url = https://hackage.haskell.org/package/apply-refact
arch = x86_64
license = custom:BSD3
@@ -9,15 +9,14 @@ pkgbase = haskell-apply-refact
depends = ghc-libs
depends = haskell-filemanip
depends = haskell-ghc-exactprint
- depends = haskell-mtl
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.4.1.0/apply-refact-0.4.1.0.tar.gz
- sha512sums = 8909a31715b27e327de0178c0d243390667b0bd5e303097ed21990b830d113dbc874696151b6ba2bcc71ebb021d5ffa4a3cc0420e97a4b77da132411b0c497a9
+ source = https://hackage.haskell.org/package/apply-refact-0.5.0.0/apply-refact-0.5.0.0.tar.gz
+ sha512sums = 8a3b4a8e1952fc4a420763775b7ca6641364c0445e84b9b8e81297cddb34239557202951abeb90434faea938d9a9eb7cf99600d19db235725bb82cccd9667f30
pkgname = haskell-apply-refact
diff --git a/PKGBUILD b/PKGBUILD
index f08a5ad550e4..fa26074e4310 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_hkgname=apply-refact
pkgname=haskell-apply-refact
-pkgver=0.4.1.0
-pkgrel=4
+pkgver=0.5.0.0
+pkgrel=1
pkgdesc="Perform refactorings specified by the refact library"
url="https://hackage.haskell.org/package/${_hkgname}"
arch=('x86_64')
@@ -11,7 +11,6 @@ license=("custom:BSD3")
depends=('ghc-libs'
'haskell-filemanip'
'haskell-ghc-exactprint'
- 'haskell-mtl'
'haskell-optparse-applicative'
'haskell-refact'
'haskell-syb'
@@ -20,7 +19,7 @@ depends=('ghc-libs'
'haskell-unix-compat')
makedepends=('ghc')
source=("https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('8909a31715b27e327de0178c0d243390667b0bd5e303097ed21990b830d113dbc874696151b6ba2bcc71ebb021d5ffa4a3cc0420e97a4b77da132411b0c497a9')
+sha512sums=('8a3b4a8e1952fc4a420763775b7ca6641364c0445e84b9b8e81297cddb34239557202951abeb90434faea938d9a9eb7cf99600d19db235725bb82cccd9667f30')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"