summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-15 21:28:10 +0200
committerGoliathLabs2020-05-15 21:28:10 +0200
commitc1b929f2df9bb5eeb2f085f66ff1e6b71cddbacb (patch)
tree644860b324beec371860a5c66df8d0e6f16fc1f7
parent66878779dfbf36c23b2a2245e2a10a3ffd6e4104 (diff)
downloadaur-c1b929f2df9bb5eeb2f085f66ff1e6b71cddbacb.tar.gz
Updated: 7.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbb4ef62a12a..01cd4d83aca3 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.1
+ pkgver = 7.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.2
+ depends = haskell-aeson
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.1/aur-6.0.0.1.tar.gz
- md5sums = 03b2f8cc8fc406d209108930e9c3ac85
+ source = http://hackage.haskell.org/package/aur-7.0.1/aur-7.0.1.tar.gz
+ md5sums = 5ae42445f3f46ab0749beee87f923957
pkgname = haskell-aur
diff --git a/PKGBUILD b/PKGBUILD
index 5b8e3f9422fc..9c27b8d70324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,9 @@
-# Maintainer: Colin Woodbury <colingw@gmail.com>
+# Maintainer: Felix Golatofski <contact@xdfr.de>
+# Contributor: Colin Woodbury <colingw@gmail.com>
+
_hkgname=aur
pkgname=haskell-aur
-pkgver=6.0.0.1
+pkgver=7.0.1
pkgrel=1
pkgdesc="Access metadata from the Arch Linux User Repository."
url="http://hackage.haskell.org/package/${_hkgname}"
@@ -9,7 +11,7 @@ license=('GPL-3')
arch=('i686' 'x86_64')
makedepends=()
depends=('ghc'
- 'haskell-aeson<1.2'
+ 'haskell-aeson'
'haskell-filepath'
'haskell-mtl'
'haskell-text'
@@ -20,7 +22,7 @@ options=('strip' 'staticlibs')
provides=('haskell-aur')
conflicts=('haskell-aur-git')
source=(http://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('03b2f8cc8fc406d209108930e9c3ac85')
+md5sums=('5ae42445f3f46ab0749beee87f923957')
install=${pkgname}.install
build() {