summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fb86fa29a61..013fbc72d580 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = aura-git
pkgdesc = A package manager for Arch Linux and its AUR
- pkgver = 2.0.1.r1616.831604b
+ pkgver = 2.0.2.r1630.7a7f87c
pkgrel = 1
url = https://github.com/aurapm/aura
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = aura-git
conflicts = aura-bin
options = strip
source = aura-git::git+https://github.com/aurapm/aura.git
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = aura-git
diff --git a/PKGBUILD b/PKGBUILD
index abe9bbf27971..750c0f775569 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
-# Maintainer: Minzord
+# Maintainer: Frederic Bezies < fredbezies at gmail dot com >
+# Contributor: Minzord
pkgname="aura-git"
-pkgver=2.0.1.r1616.831604b
+pkgver=2.0.2.r1630.7a7f87c
pkgrel=1
pkgdesc="A package manager for Arch Linux and its AUR"
arch=("x86_64")
@@ -15,8 +16,7 @@ conflicts=("aura" "aura-bin")
replaces=()
options=("strip")
source=("${pkgname}"::"git+https://github.com/aurapm/aura.git")
-md5sums=("SKIP")
-
+sha256sums=("SKIP")
pkgver() {
cd "${srcdir}/${pkgname}"