summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2017-06-12 00:53:34 +0900
committercbpark2017-06-12 00:53:34 +0900
commitea89e00d97376b22099cdcff8f507224698e8177 (patch)
treea43d847e569d0ee68d468c958f2e0575fb0527b1
parentaac89ea015a9716aa16a3130d57ad584e5249d63 (diff)
downloadaur-ea89e00d97376b22099cdcff8f507224698e8177.tar.gz
upgpkg: haskell-apply-refact 0.3.0.1-3
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD16
2 files changed, 21 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abcbc953600e..1ca8090ebc54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,23 @@
pkgbase = haskell-apply-refact
pkgdesc = Perform refactorings specified by the refact library
pkgver = 0.3.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://hackage.haskell.org/package/apply-refact
arch = i686
arch = x86_64
license = custom:BSD3
depends = ghc>=8.0.1
- depends = haskell-refact>=0.2
+ depends = haskell-filemanip
depends = haskell-ghc-exactprint>=0.5.2
- depends = haskell-syb
depends = haskell-mtl
- depends = haskell-transformers-base
+ depends = haskell-optparse-applicative>=0.13
+ depends = haskell-refact>=0.2
+ depends = haskell-syb
depends = haskell-temporary
- depends = haskell-filemanip
+ depends = haskell-transformers-base
depends = haskell-unix-compat
- depends = haskell-optparse-applicative>=0.13
- source = http://hackage.haskell.org/packages/archive/apply-refact/0.3.0.1/apply-refact-0.3.0.1.tar.gz
+ options = strip
+ source = https://hackage.haskell.org/package/apply-refact-0.3.0.1/apply-refact-0.3.0.1.tar.gz
sha256sums = 1754bd300db92fdf668d4698af053d4da686512264275478946b7e0710c5e814
pkgname = haskell-apply-refact
diff --git a/PKGBUILD b/PKGBUILD
index ae400c6fa132..b639bfa2f280 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,23 @@
_hkgname=apply-refact
pkgname=haskell-apply-refact
pkgver=0.3.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Perform refactorings specified by the refact library"
arch=('i686' 'x86_64')
url="https://hackage.haskell.org/package/${_hkgname}"
license=("custom:BSD3")
-depends=("ghc>=8.0.1" "haskell-refact>=0.2" "haskell-ghc-exactprint>=0.5.2" "haskell-syb" "haskell-mtl" "haskell-transformers-base" "haskell-temporary" "haskell-filemanip" "haskell-unix-compat" "haskell-optparse-applicative>=0.13")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
+depends=("ghc>=8.0.1"
+ "haskell-filemanip"
+ "haskell-ghc-exactprint>=0.5.2"
+ "haskell-mtl"
+ "haskell-optparse-applicative>=0.13"
+ "haskell-refact>=0.2"
+ "haskell-syb"
+ "haskell-temporary"
+ "haskell-transformers-base"
+ "haskell-unix-compat")
+options=('strip')
+source=("https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha256sums=('1754bd300db92fdf668d4698af053d4da686512264275478946b7e0710c5e814')
build() {