summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-02-27 19:02:59 +0100
committerAlexander F. Rødseth2022-02-27 19:02:59 +0100
commit302bea5a594504d4b7b8ab713b21f6990d715e90 (patch)
treef2bb66ef04ba19d906a894452eccc132a801d19e
parent64ad2ce9a537e5b4cc0b998f0c7553ba0b04140b (diff)
downloadaur-302bea5a594504d4b7b8ab713b21f6990d715e90.tar.gz
Minor update
-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)