summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Woodbury2016-03-24 13:34:51 -0700
committerColin Woodbury2016-03-24 13:34:51 -0700
commite72e08e5d7934d385b2e3423fac7db4810534804 (patch)
tree01e8c906be736d80228ee4bf26a573152043009d
parente5145e6c9ecad6f2165e9df5b8297f3d37952b5c (diff)
downloadaur-e72e08e5d7934d385b2e3423fac7db4810534804.tar.gz
4.0.2 -> 5.0.0
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3c86d64e6e3..258229023541 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Mar 24 20:34:33 UTC 2016
pkgbase = haskell-aur
pkgdesc = Access metadata from the Arch Linux User Repository.
- pkgver = 4.0.2
+ pkgver = 5.0.0
pkgrel = 1
url = http://hackage.haskell.org/package/aur
install = haskell-aur.install
@@ -9,20 +11,18 @@ pkgbase = haskell-aur
license = GPL-3
depends = ghc
depends = haskell-aeson<1
- depends = haskell-aeson-pretty<1
depends = haskell-filepath
- depends = haskell-lens<5
- depends = haskell-lens-aeson
depends = haskell-mtl
depends = haskell-text
+ depends = haskell-servant
+ depends = haskell-servant-client
depends = haskell-vector>=0.10
- depends = haskell-wreq>=0.4
provides = haskell-aur
conflicts = haskell-aur-git
options = strip
options = staticlibs
- source = http://hackage.haskell.org/package/aur-4.0.2/aur-4.0.2.tar.gz
- md5sums = 482efe81e169dca2cd5b8c24257bbbb7
+ source = http://hackage.haskell.org/package/aur-5.0.0/aur-5.0.0.tar.gz
+ md5sums = 2c65fcd5bbbea4b23c61a6fb65b915b2
pkgname = haskell-aur
diff --git a/PKGBUILD b/PKGBUILD
index 7e8de9a56344..7a296ab4c51b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colingw@gmail.com>
_hkgname=aur
pkgname=haskell-aur
-pkgver=4.0.2
+pkgver=5.0.0
pkgrel=1
pkgdesc="Access metadata from the Arch Linux User Repository."
url="http://hackage.haskell.org/package/${_hkgname}"
@@ -10,19 +10,17 @@ arch=('i686' 'x86_64')
makedepends=()
depends=('ghc'
'haskell-aeson<1'
- 'haskell-aeson-pretty<1'
'haskell-filepath'
- 'haskell-lens<5'
- 'haskell-lens-aeson'
'haskell-mtl'
'haskell-text'
- 'haskell-vector>=0.10'
- 'haskell-wreq>=0.4')
+ 'haskell-servant'
+ 'haskell-servant-client'
+ 'haskell-vector>=0.10')
options=('strip' 'staticlibs')
provides=('haskell-aur')
conflicts=('haskell-aur-git')
source=(http://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('482efe81e169dca2cd5b8c24257bbbb7')
+md5sums=('2c65fcd5bbbea4b23c61a6fb65b915b2')
install=${pkgname}.install
build() {