summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Woodbury2016-03-24 13:36:20 -0700
committerColin Woodbury2016-03-24 13:36:20 -0700
commit0510c79dce68b3830b75a3efa5192fff075188d3 (patch)
treeb2b373f61485b4012a57344366e6f6bbcdf25cd4
parentbf78af5d5eed87d99d3c1b2dd9fc34afd1bed0ce (diff)
downloadaur-0510c79dce68b3830b75a3efa5192fff075188d3.tar.gz
1.3.4 -> 1.3.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b426fb5ec426..bd495ee8a894 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
+# Generated by mksrcinfo v8
+# Thu Mar 24 20:24:32 UTC 2016
pkgbase = aura
pkgdesc = A secure package manager for Arch Linux and the AUR written in Haskell.
- pkgver = 1.3.4
+ pkgver = 1.3.5
pkgrel = 1
url = https://github.com/fosskers/aura
arch = i686
arch = x86_64
license = GPL-3
makedepends = ghc
- makedepends = haskell-aur>=4.0.2
+ makedepends = haskell-aur>=5.0.0
makedepends = haskell-lens
makedepends = haskell-mtl
makedepends = haskell-parsec
@@ -29,8 +31,8 @@ pkgbase = aura
conflicts = aura-git
conflicts = aura-bin
options = strip
- source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.4.tar.gz
- md5sums = dc28a7631be51014f2b4f874eca43dcd
+ source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.5.tar.gz
+ md5sums = 2eeecc5465eb23266220e13587294723
pkgname = aura
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() {