summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNicola Squartini2017-02-10 12:31:34 +0100
committerNicola Squartini2017-02-10 12:31:34 +0100
commita36b04f3842aac3b5997483500cecb6f10107529 (patch)
treeac7a630f23cb89dd84601f2df86376044e36298b /PKGBUILD
parent0403a1ad4bdf47057b5f57c6809863316241b452 (diff)
downloadaur-a36b04f3842aac3b5997483500cecb6f10107529.tar.gz
Update to version 0.3.7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e57346598692..60b79a7c1200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nicola Squartini <tensor5@gmail.com>
_hkgname=flaccuraterip
pkgname=flaccuraterip
-pkgver=0.3.6
+pkgver=0.3.7
pkgrel=1
pkgdesc="Verify FLAC files ripped from CD using AccurateRip™"
url="http://hackage.haskell.org/package/${_hkgname}"
@@ -11,13 +11,13 @@ makedepends=('ghc'
'haskell-binary>=0.5' 'haskell-binary<0.9'
'haskell-deepseq>=1.3' 'haskell-deepseq<1.5'
'haskell-http>=4000.2' 'haskell-http<4000.4'
- 'haskell-optparse-applicative>=0.10' 'haskell-optparse-applicative<0.13'
+ 'haskell-optparse-applicative>=0.10' 'haskell-optparse-applicative<0.14'
'haskell-process>=1.4' 'haskell-process<1.5'
)
depends=('gmp')
options=('strip')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('7e7904030c86963c8a2a129a5d0f50a7872b80feaf26fea54f1508a0615469da')
+sha256sums=('b0cd908d8fe4cddc01e93cae85748717c41b183be5ce1a620ea6b4c776d4ba8f')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"