summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Woodbury2016-04-20 10:45:10 -0700
committerColin Woodbury2016-04-20 10:45:10 -0700
commit580570ce86fab740548a03a0d1361375f53f6d54 (patch)
treee7c6611c1da2609753ac4002c036cdf60ee56025
parent0510c79dce68b3830b75a3efa5192fff075188d3 (diff)
downloadaur-580570ce86fab740548a03a0d1361375f53f6d54.tar.gz
1.3.5 -> 1.3.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd495ee8a894..1cb6a3612da1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Thu Mar 24 20:24:32 UTC 2016
+# Wed Apr 20 17:37:35 UTC 2016
pkgbase = aura
pkgdesc = A secure package manager for Arch Linux and the AUR written in Haskell.
- pkgver = 1.3.5
+ pkgver = 1.3.6
pkgrel = 1
url = https://github.com/fosskers/aura
arch = i686
arch = x86_64
license = GPL-3
makedepends = ghc
- makedepends = haskell-aur>=5.0.0
+ makedepends = haskell-aur>=5.0.1
makedepends = haskell-lens
makedepends = haskell-mtl
makedepends = haskell-parsec
@@ -31,8 +31,8 @@ pkgbase = aura
conflicts = aura-git
conflicts = aura-bin
options = strip
- source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.5.tar.gz
- md5sums = 2eeecc5465eb23266220e13587294723
+ source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.6.tar.gz
+ md5sums = fefa59f35de72f6551779a233712a022
pkgname = aura
diff --git a/PKGBUILD b/PKGBUILD
index 53afcf274bc8..94653e1fa213 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colingw@gmail.com>
_hkgname=aura
pkgname=aura
-pkgver=1.3.5
+pkgver=1.3.6
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>=5.0.0'
+ 'haskell-aur>=5.0.1'
'haskell-lens'
'haskell-mtl'
'haskell-parsec'
@@ -27,7 +27,11 @@ provides=('aura')
conflicts=('aura-git' 'aura-bin')
options=('strip')
source=(https://bitbucket.org/fosskers/aura/downloads/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('2eeecc5465eb23266220e13587294723')
+md5sums=('fefa59f35de72f6551779a233712a022')
+
+
+
+
build() {