summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorColin Woodbury2016-03-24 13:36:20 -0700
committerColin Woodbury2016-03-24 13:36:20 -0700
commit0510c79dce68b3830b75a3efa5192fff075188d3 (patch)
treeb2b373f61485b4012a57344366e6f6bbcdf25cd4 /PKGBUILD
parentbf78af5d5eed87d99d3c1b2dd9fc34afd1bed0ce (diff)
downloadaur-0510c79dce68b3830b75a3efa5192fff075188d3.tar.gz
1.3.4 -> 1.3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50ac96bf56f2..53afcf274bc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colingw@gmail.com>
_hkgname=aura
pkgname=aura
-pkgver=1.3.4
+pkgver=1.3.5
pkgrel=1
pkgdesc="A secure package manager for Arch Linux and the AUR written in Haskell."
url="https://github.com/fosskers/aura"
@@ -9,7 +9,7 @@ license=('GPL-3')
arch=('i686' 'x86_64')
depends=('gmp' 'pacman' 'pcre' 'abs')
makedepends=('ghc'
- 'haskell-aur>=4.0.2'
+ 'haskell-aur>=5.0.0'
'haskell-lens'
'haskell-mtl'
'haskell-parsec'
@@ -27,7 +27,7 @@ provides=('aura')
conflicts=('aura-git' 'aura-bin')
options=('strip')
source=(https://bitbucket.org/fosskers/aura/downloads/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('dc28a7631be51014f2b4f874eca43dcd')
+md5sums=('2eeecc5465eb23266220e13587294723')
build() {