summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f09ab6386c38..23a90842af1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,11 +4,11 @@ pkgbase = asciigraph
pkgrel = 4
url = https://github.com/guptarohit/asciigraph
arch = x86_64
- license = MIT
+ license = BSD
makedepends = go-pie
depends = glibc
source = asciigraph-0.4.1.tar.gz::https://github.com/guptarohit/asciigraph/archive/v0.4.1.tar.gz
- md5sums = 6efaf8b04f7f55e4863ce3127aa2308c
+ sha256sums = 5f8dc2e2dcfb253ebc0b23e824a590ae38e20a4d180393d175e25fa0f21d547d
pkgname = asciigraph
diff --git a/PKGBUILD b/PKGBUILD
index 936f9da8666d..a93fe8069dfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@ pkgrel=4
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=('MIT')
+license=('BSD')
depends=('glibc')
makedepends=('go-pie')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/guptarohit/asciigraph/archive/v${pkgver}.tar.gz")
-md5sums=('6efaf8b04f7f55e4863ce3127aa2308c')
+sha256sums=('5f8dc2e2dcfb253ebc0b23e824a590ae38e20a4d180393d175e25fa0f21d547d')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"