summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Woodbury2016-04-20 10:48:15 -0700
committerColin Woodbury2016-04-20 10:48:15 -0700
commit87ffe7ebb589d32eda41a3220c17b82162fbc310 (patch)
treec364de28b508b885662c0e508ca9fc7c4d055c6b
parent40dea021456795f8fdede3035853f6b4860d6dcd (diff)
downloadaur-87ffe7ebb589d32eda41a3220c17b82162fbc310.tar.gz
1.3.5 -> 1.3.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 788e732eec40..0195c9d3b8d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Mar 24 20:40:44 UTC 2016
+# Wed Apr 20 17:47:16 UTC 2016
pkgbase = aura-bin
pkgdesc = A secure package manager for Arch Linux and the AUR written in Haskell - Prebuilt binary
- pkgver = 1.3.5
+ pkgver = 1.3.6
pkgrel = 1
url = https://github.com/fosskers/aura
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = aura-bin
conflicts = aura
conflicts = aura-git
options = strip
- source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.5-.tar.gz
+ source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.6-.tar.gz
pkgname = aura-bin
diff --git a/PKGBUILD b/PKGBUILD
index ce509fad4434..4f59269aa224 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colingw@gmail.com>
_hkgname=aura
pkgname=aura-bin
-pkgver=1.3.5
+pkgver=1.3.6
pkgrel=1
pkgdesc="A secure package manager for Arch Linux and the AUR written in Haskell - Prebuilt binary"
url="https://github.com/fosskers/aura"
@@ -17,7 +17,7 @@ options=('strip')
source=(https://bitbucket.org/fosskers/aura/downloads/${_hkgname}-${pkgver}-${CARCH}.tar.gz)
if [[ $CARCH = "x86_64" ]]; then
- md5sums=('b7af8eda246de7640039aca2e255e00b')
+ md5sums=('72980bea311eeca7fa2decc34e3864e3')
else
md5sums=()
fi