summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Woodbury2017-05-30 19:46:33 -0700
committerColin Woodbury2017-05-30 19:46:33 -0700
commitd8e4248aad6f580b353b9b03b01833ee40e32df8 (patch)
tree8fa29a7e7fe608fdf82abf180139616c7241f1d6
parent5209f3c62401c7142356a3b5954e2f3c3ac6e726 (diff)
downloadaur-d8e4248aad6f580b353b9b03b01833ee40e32df8.tar.gz
1.3.8 -> 1.3.9
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5e69315b7f3..d8f999438c7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Thu Feb 16 22:29:14 UTC 2017
pkgbase = aura
pkgdesc = A secure package manager for Arch Linux and the AUR written in Haskell.
- pkgver = 1.3.8
+ pkgver = 1.3.9
pkgrel = 1
url = https://github.com/fosskers/aura
arch = i686
@@ -13,7 +11,7 @@ pkgbase = aura
makedepends = haskell-mtl
makedepends = haskell-parsec
makedepends = haskell-regex-base
- makedepends = haskell-regex-pcre-builtin
+ makedepends = haskell-regex-pcre
makedepends = haskell-split
makedepends = haskell-temporary
makedepends = haskell-text
@@ -29,8 +27,8 @@ pkgbase = aura
conflicts = aura-git
conflicts = aura-bin
options = strip
- source = https://github.com/aurapm/aura/releases/download/v1.3.8/aura-1.3.8.tar.gz
- md5sums = e4dc69dd841e4b263b5eafd510d9e73d
+ source = https://github.com/aurapm/aura/releases/download/v1.3.9/aura-1.3.9.tar.gz
+ md5sums = 44e52d84daffbc65a919c17f53bb1435
pkgname = aura
diff --git a/PKGBUILD b/PKGBUILD
index 3ee9e2a7094e..1b8448e13325 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Colin Woodbury <colingw@gmail.com>
_hkgname=aura
pkgname=aura
-pkgver=1.3.8
+pkgver=1.3.9
pkgrel=1
pkgdesc="A secure package manager for Arch Linux and the AUR written in Haskell."
url="https://github.com/fosskers/aura"
@@ -13,7 +13,7 @@ makedepends=('ghc'
'haskell-mtl'
'haskell-parsec'
'haskell-regex-base'
- 'haskell-regex-pcre-builtin'
+ 'haskell-regex-pcre'
'haskell-split'
'haskell-temporary'
'haskell-text'
@@ -25,11 +25,7 @@ provides=('aura')
conflicts=('aura-git' 'aura-bin')
options=('strip')
source=(https://github.com/aurapm/aura/releases/download/v${pkgver}/aura-${pkgver}.tar.gz)
-md5sums=('e4dc69dd841e4b263b5eafd510d9e73d')
-
-
-
-
+md5sums=('44e52d84daffbc65a919c17f53bb1435')
build() {