summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2024-03-10 20:27:56 +0100
committerAlexander F. Rødseth2024-03-10 20:27:56 +0100
commitec7bb486880932f322fabe3e1dc6dad7041d07ce (patch)
tree9090b555bb6cbd953b3b78d0421668ac789de8e2
parent9a10a406b3278314bf9587a656a738d1826953c1 (diff)
downloadaur-ec7bb486880932f322fabe3e1dc6dad7041d07ce.tar.gz
New release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0670e6545b3b..71b637cac04d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = botsay
pkgdesc = Like cowsay, but with randomly generated ASCII robots and color support
- pkgver = 1.2.6
+ pkgver = 1.2.7
pkgrel = 1
url = https://github.com/xyproto/botsay
arch = x86_64
- license = BSD
+ license = BSD-3-Clause
makedepends = git
makedepends = go
- source = git+https://github.com/xyproto/botsay#commit=259a804712812f5eee6aef1475e1b22b65df09c4
+ source = git+https://github.com/xyproto/botsay#commit=694a159fc918067f4537a661f83db758e576c4d5
b2sums = SKIP
pkgname = botsay
diff --git a/PKGBUILD b/PKGBUILD
index 693f976c93a2..58a3e121792c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=botsay
-pkgver=1.2.6
+pkgver=1.2.7
pkgrel=1
pkgdesc='Like cowsay, but with randomly generated ASCII robots and color support'
arch=(x86_64)
url='https://github.com/xyproto/botsay'
-license=(BSD)
+license=(BSD-3-Clause)
makedepends=(git go)
-source=("git+$url#commit=259a804712812f5eee6aef1475e1b22b65df09c4") # tag: v1.2.6
-b2sums=('SKIP')
+source=("git+$url#commit=694a159fc918067f4537a661f83db758e576c4d5") # tag: v1.2.7
+b2sums=(SKIP)
build() {
cd $pkgname