summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Woodbury2015-11-04 17:59:22 -0800
committerColin Woodbury2015-11-04 17:59:22 -0800
commit099719e15066920780f8e6930977f49188d29750 (patch)
tree9b37628ed138d4692fff9f06f7846dd2702dcd7f
parenteceb766635583170a808c3b8d0af6bf24a7c0102 (diff)
downloadaur-099719e15066920780f8e6930977f49188d29750.tar.gz
1.3.2.1 -> 1.3.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee3157155618..1721c61893d7 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.1
+ pkgver = 1.3.3
pkgrel = 1
url = https://github.com/fosskers/aura
arch = i686
arch = x86_64
license = GPL-3
makedepends = ghc
- makedepends = haskell-aur>=4.0.0
+ makedepends = haskell-aur>=4.0.2
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.1.tar.gz
- md5sums = 817ec13acc6578b9660f7451396f1604
+ source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.3.tar.gz
+ md5sums = 80c299b7feeb9a9514b31f37c91d3281
pkgname = aura
diff --git a/PKGBUILD b/PKGBUILD
index 939ba8ba4cc6..ecfd429b4059 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colingw@gmail.com>
_hkgname=aura
pkgname=aura
-pkgver=1.3.2.1
+pkgver=1.3.3
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.0'
+ 'haskell-aur>=4.0.2'
'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=('817ec13acc6578b9660f7451396f1604')
-
+md5sums=('80c299b7feeb9a9514b31f37c91d3281')
build() {