summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4afe2173651..4aa8aff1aa47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = asciigraph
pkgdesc = Go package to make lightweight ASCII line graph ╭┈╯ in command line apps with no other dependencies
pkgver = 0.5.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/guptarohit/asciigraph
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 491b509804c8..a80afd801d61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=asciigraph
pkgver=0.5.3
-pkgrel=1
+pkgrel=2
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'
@@ -36,5 +36,5 @@ package() {
cd "${pkgname}-${pkgver}"
install -Dm755 build/asciigraph "${pkgdir}/usr/bin/asciigraph"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/asciigraph/LICENSE"
- install -Dm644 README.md "${pkgdir}/usr/share/licenses/asciigraph/README.md"
+ install -Dm644 README.md "${pkgdir}/usr/share/doc/asciigraph/README.md"
}