summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Woodbury2016-03-24 13:42:16 -0700
committerColin Woodbury2016-03-24 13:42:16 -0700
commit40dea021456795f8fdede3035853f6b4860d6dcd (patch)
treeec7f611dc12316ba093576baf48c190f2cdf6ddf
parenta2ed7ed9378e13b2cf489c0d0f439557e338ac79 (diff)
downloadaur-40dea021456795f8fdede3035853f6b4860d6dcd.tar.gz
1.3.4 -> 1.3.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae2bd4b76326..788e732eec40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Mar 24 20:40:44 UTC 2016
pkgbase = aura-bin
pkgdesc = A secure package manager for Arch Linux and the AUR written in Haskell - Prebuilt binary
- pkgver = 1.3.4
+ pkgver = 1.3.5
pkgrel = 1
url = https://github.com/fosskers/aura
arch = x86_64
@@ -16,7 +18,7 @@ pkgbase = aura-bin
conflicts = aura
conflicts = aura-git
options = strip
- source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.4-.tar.gz
+ source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.5-.tar.gz
pkgname = aura-bin
diff --git a/PKGBUILD b/PKGBUILD
index 629f50eaab7e..ce509fad4434 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colingw@gmail.com>
_hkgname=aura
pkgname=aura-bin
-pkgver=1.3.4
+pkgver=1.3.5
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=('015b92e72aaf7cf71b514f2b87aa11ec')
+ md5sums=('b7af8eda246de7640039aca2e255e00b')
else
md5sums=()
fi