summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Sonntag2022-05-02 22:36:10 +0200
committerJan Sonntag2022-05-02 22:36:10 +0200
commit87d248a177a6002142bdb7035498b85964e53912 (patch)
tree500d060e0a34e79984b43f3fcb188450aeee117d
parentb9b2e8c2538bd6c81c3b5c494d46428314e6dd53 (diff)
downloadaur-87d248a177a6002142bdb7035498b85964e53912.tar.gz
Update to 0.5.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4aa8aff1aa47..054834043dcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = asciigraph
pkgdesc = Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies
- pkgver = 0.5.3
- pkgrel = 2
+ pkgver = 0.5.4
+ pkgrel = 1
url = https://github.com/guptarohit/asciigraph
arch = x86_64
license = BSD
makedepends = go
- source = asciigraph-0.5.3.tar.gz::https://github.com/guptarohit/asciigraph/archive/v0.5.3.tar.gz
- sha256sums = d3ec93332c8dc6cc26e04c015bd6f641b44fdf6892ec50121b6891b7c577c933
+ source = asciigraph-0.5.4.tar.gz::https://github.com/guptarohit/asciigraph/archive/v0.5.4.tar.gz
+ sha256sums = 2a501e0e73739fa2e751dff501c6c02475af55215a756c8ec12f4cfcc62687ad
pkgname = asciigraph
diff --git a/PKGBUILD b/PKGBUILD
index a80afd801d61..cf47b845c629 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
pkgname=asciigraph
-pkgver=0.5.3
-pkgrel=2
+pkgver=0.5.4
+pkgrel=1
pkgdesc="Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies"
arch=('x86_64')
url='https://github.com/guptarohit/asciigraph'
license=('BSD')
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/guptarohit/asciigraph/archive/v${pkgver}.tar.gz")
-sha256sums=('d3ec93332c8dc6cc26e04c015bd6f641b44fdf6892ec50121b6891b7c577c933')
+sha256sums=('2a501e0e73739fa2e751dff501c6c02475af55215a756c8ec12f4cfcc62687ad')
prepare() {
cd "${pkgname}-${pkgver}"