summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1721c61893d7..b426fb5ec426 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aura
pkgdesc = A secure package manager for Arch Linux and the AUR written in Haskell.
- pkgver = 1.3.3
+ pkgver = 1.3.4
pkgrel = 1
url = https://github.com/fosskers/aura
arch = i686
@@ -29,8 +29,8 @@ pkgbase = aura
conflicts = aura-git
conflicts = aura-bin
options = strip
- source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.3.tar.gz
- md5sums = 80c299b7feeb9a9514b31f37c91d3281
+ source = https://bitbucket.org/fosskers/aura/downloads/aura-1.3.4.tar.gz
+ md5sums = dc28a7631be51014f2b4f874eca43dcd
pkgname = aura
diff --git a/PKGBUILD b/PKGBUILD
index ecfd429b4059..50ac96bf56f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colingw@gmail.com>
_hkgname=aura
pkgname=aura
-pkgver=1.3.3
+pkgver=1.3.4
pkgrel=1
pkgdesc="A secure package manager for Arch Linux and the AUR written in Haskell."
url="https://github.com/fosskers/aura"
@@ -27,7 +27,7 @@ provides=('aura')
conflicts=('aura-git' 'aura-bin')
options=('strip')
source=(https://bitbucket.org/fosskers/aura/downloads/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('80c299b7feeb9a9514b31f37c91d3281')
+md5sums=('dc28a7631be51014f2b4f874eca43dcd')
build() {