summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLenni vH2020-08-24 18:12:37 +0200
committerLenni vH2020-08-24 18:12:37 +0200
commit3ca423a05bf611d978aad8a7d366b9570c89664a (patch)
tree7f44d4d94bae17c71dc26c8443fd748b891e753a
parenta758dcbba38cdfa5d1edb7733c7af69d933a8096 (diff)
downloadaur-3ca423a05bf611d978aad8a7d366b9570c89664a.tar.gz
push to r88
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 718137c9d1e8..ba4499825350 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bonsai.sh-git
pkgdesc = bonsai tree generator written in bash
- pkgver = r84.6c3812b
- pkgrel = 2
+ pkgver = r88.0a3ecf1
+ pkgrel = 1
url = https://gitlab.com/jallbrit/bonsai.sh
arch = any
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = bonsai.sh-git
provides = bonsai.sh
conflicts = bonsai.sh
source = bonsai.sh::git+https://gitlab.com/jallbrit/bonsai.sh.git
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = bonsai.sh-git
diff --git a/PKGBUILD b/PKGBUILD
index 53efabcb90c2..134059653125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Isaac Freund <ifreund@ifreund.xyz>
+# Maintainer: d0lphin <scrouthtv [at] gmail [dot] com>
+# Contributor: Isaac Freund <ifreund@ifreund.xyz>
# Contributor: N.E. Neal <contact at [part of name before neal without dots] dog com>
_pkgname='bonsai.sh'
pkgname="${_pkgname}-git"
-pkgver=r84.6c3812b
-pkgrel=2
+pkgver=r88.0a3ecf1
+pkgrel=1
pkgdesc='bonsai tree generator written in bash'
arch=('any')
url="https://gitlab.com/jallbrit/${_pkgname}"
@@ -14,7 +15,7 @@ makedepends=('git')
provides=('bonsai.sh')
conflicts=('bonsai.sh')
source=("${_pkgname}::git+${url}.git")
-md5sums=(SKIP)
+sha256sums=(SKIP)
pkgver() {
cd "${_pkgname}"