summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Woodbury2015-10-03 08:48:29 -0700
committerColin Woodbury2015-10-03 08:48:29 -0700
commit9aefbd90fce268bbf6d20e5ebc8283c28bcebd0d (patch)
treecbf221b7b9c37a0b33865af1145ec4a3dfd1ce2c
parent5f9987cbf6bc56137678de623917f550f8e0261b (diff)
downloadaur-9aefbd90fce268bbf6d20e5ebc8283c28bcebd0d.tar.gz
1.3.2.0 -> 1.3.2.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d77432081003..3ef2ca81fcd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = aura
pkgdesc = A secure package manager for Arch Linux and the AUR written in Haskell.
- pkgver = 1.3.2.0
+ pkgver = 1.3.2.1
pkgrel = 1
url = https://github.com/fosskers/aura
arch = i686
arch = x86_64
license = GPL-3
makedepends = ghc
- makedepends = haskell-aur>=3.0.0
+ makedepends = haskell-aur>=4.0.0
makedepends = haskell-lens
makedepends = haskell-mtl
makedepends = haskell-parsec
@@ -29,8 +29,8 @@ pkgbase = aura
conflicts = aura-git
conflicts = aura-bin
options = strip
- source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.2.0.tar.gz
- md5sums = 3ff075d8e620197ea9cd12df72d95184
+ source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.2.1.tar.gz
+ md5sums = 5dcf449d508dc3b508eae37eedf8170a
pkgname = aura
diff --git a/PKGBUILD b/PKGBUILD
index 05f85e6ad601..054b13223d91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colingw@gmail.com>
_hkgname=aura
pkgname=aura
-pkgver=1.3.2.0
+pkgver=1.3.2.1
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>=3.0.0'
+ 'haskell-aur>=4.0.0'
'haskell-lens'
'haskell-mtl'
'haskell-parsec'
@@ -27,8 +27,7 @@ provides=('aura')
conflicts=('aura-git' 'aura-bin')
options=('strip')
source=(https://bitbucket.org/fosskers/aura/downloads/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('3ff075d8e620197ea9cd12df72d95184')
-
+md5sums=('5dcf449d508dc3b508eae37eedf8170a')
build() {