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 fff9af167cc1..ead4582eca67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = botsay
pkgdesc = Like cowsay, but with randomly generated ASCII robots and color support
pkgver = 1.2.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xyproto/botsay
arch = x86_64
- license = MIT
+ license = BSD
makedepends = git
makedepends = go
source = git+https://github.com/xyproto/botsay#commit=78eabcdc1a5f10a289f2066ae1dad7b644bae6d1
diff --git a/PKGBUILD b/PKGBUILD
index 6c17b13af0a4..f65b015aa605 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=botsay
pkgver=1.2.5
-pkgrel=1
+pkgrel=2
pkgdesc='Like cowsay, but with randomly generated ASCII robots and color support'
arch=(x86_64)
url='https://github.com/xyproto/botsay'
-license=(MIT)
+license=(BSD)
makedepends=(git go)
source=("git+$url#commit=78eabcdc1a5f10a289f2066ae1dad7b644bae6d1") # tag: v1.2.5
b2sums=(SKIP)