summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Woodbury2017-05-30 19:34:41 -0700
committerColin Woodbury2017-05-30 19:34:41 -0700
commit66878779dfbf36c23b2a2245e2a10a3ffd6e4104 (patch)
tree912c9bc5bff181cac8837d6768499782860dc847
parente94bb9f248a39a64a4c4a09df27250597bffd78d (diff)
downloadaur-66878779dfbf36c23b2a2245e2a10a3ffd6e4104.tar.gz
6.0.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 3508dcd339d7..cbb4ef62a12a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = haskell-aur
pkgdesc = Access metadata from the Arch Linux User Repository.
- pkgver = 6.0.0
+ pkgver = 6.0.0.1
pkgrel = 1
url = http://hackage.haskell.org/package/aur
install = haskell-aur.install
@@ -8,7 +8,7 @@ pkgbase = haskell-aur
arch = x86_64
license = GPL-3
depends = ghc
- depends = haskell-aeson<1
+ depends = haskell-aeson<1.2
depends = haskell-filepath
depends = haskell-mtl
depends = haskell-text
@@ -19,8 +19,8 @@ pkgbase = haskell-aur
conflicts = haskell-aur-git
options = strip
options = staticlibs
- source = http://hackage.haskell.org/package/aur-6.0.0/aur-6.0.0.tar.gz
- md5sums = 2c4b59d0ff891dca519f06281a83f0c4
+ source = http://hackage.haskell.org/package/aur-6.0.0.1/aur-6.0.0.1.tar.gz
+ md5sums = 03b2f8cc8fc406d209108930e9c3ac85
pkgname = haskell-aur
diff --git a/PKGBUILD b/PKGBUILD
index 93a4fc3644a5..5b8e3f9422fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colingw@gmail.com>
_hkgname=aur
pkgname=haskell-aur
-pkgver=6.0.0
+pkgver=6.0.0.1
pkgrel=1
pkgdesc="Access metadata from the Arch Linux User Repository."
url="http://hackage.haskell.org/package/${_hkgname}"
@@ -9,7 +9,7 @@ license=('GPL-3')
arch=('i686' 'x86_64')
makedepends=()
depends=('ghc'
- 'haskell-aeson<1'
+ 'haskell-aeson<1.2'
'haskell-filepath'
'haskell-mtl'
'haskell-text'
@@ -20,7 +20,7 @@ options=('strip' 'staticlibs')
provides=('haskell-aur')
conflicts=('haskell-aur-git')
source=(http://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('2c4b59d0ff891dca519f06281a83f0c4')
+md5sums=('03b2f8cc8fc406d209108930e9c3ac85')
install=${pkgname}.install
build() {