summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Woodbury2015-11-18 17:13:46 -0800
committerColin Woodbury2015-11-18 17:13:46 -0800
commita2ed7ed9378e13b2cf489c0d0f439557e338ac79 (patch)
treea200e30ad280aabbb7d3b764133d5d90d3f4dd47
parent06422e6f46ea4457686537c49348f4b3fbc0c675 (diff)
downloadaur-a2ed7ed9378e13b2cf489c0d0f439557e338ac79.tar.gz
1.3.3 -> 1.3.4
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b1cc1858367..ae2bd4b76326 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aura-bin
pkgdesc = A secure package manager for Arch Linux and the AUR written in Haskell - Prebuilt binary
- pkgver = 1.3.3
+ pkgver = 1.3.4
pkgrel = 1
url = https://github.com/fosskers/aura
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = aura-bin
conflicts = aura
conflicts = aura-git
options = strip
- source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.3-.tar.gz
+ source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.4-.tar.gz
pkgname = aura-bin
diff --git a/PKGBUILD b/PKGBUILD
index b7559dda6a60..629f50eaab7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colingw@gmail.com>
_hkgname=aura
pkgname=aura-bin
-pkgver=1.3.3
+pkgver=1.3.4
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=('6aa131e9ea0b0c1edd7475d843385dcd')
+ md5sums=('015b92e72aaf7cf71b514f2b87aa11ec')
else
md5sums=()
fi