summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2019-10-30 12:11:26 +0100
committerFrederic Bezies2019-10-30 12:11:26 +0100
commitc0bf9f03aa60c57f70aa487f56fb1486a6adcff2 (patch)
treed562c2157b7390e16829b6fe3942316334864c12
parentd6b73c785e068cdf2e6a7adbf2eadd28aca94dc1 (diff)
downloadaur-c0bf9f03aa60c57f70aa487f56fb1486a6adcff2.tar.gz
adopted and updated PKGBUILD
-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}"