summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2024-03-16 15:36:36 +0100
committerAlexander F. Rødseth2024-03-16 15:36:36 +0100
commit00d5b6ec489fd523fab5d365fdb9c4888ca6f88a (patch)
treee453d81d572ff97c4500112ea210be1eec11a131
parentec7bb486880932f322fabe3e1dc6dad7041d07ce (diff)
downloadaur-botsay.tar.gz
New release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71b637cac04d..3bd79d75f037 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.7
+ pkgver = 1.3.0
pkgrel = 1
url = https://github.com/xyproto/botsay
arch = x86_64
license = BSD-3-Clause
makedepends = git
makedepends = go
- source = git+https://github.com/xyproto/botsay#commit=694a159fc918067f4537a661f83db758e576c4d5
+ source = git+https://github.com/xyproto/botsay#commit=45b7b43255a7cc76631682d195cf9c5f19aa5f91
b2sums = SKIP
pkgname = botsay
diff --git a/PKGBUILD b/PKGBUILD
index 58a3e121792c..ab8c55f09272 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=botsay
-pkgver=1.2.7
+pkgver=1.3.0
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-3-Clause)
makedepends=(git go)
-source=("git+$url#commit=694a159fc918067f4537a661f83db758e576c4d5") # tag: v1.2.7
+source=("git+$url#commit=45b7b43255a7cc76631682d195cf9c5f19aa5f91") # tag: v1.3.0
b2sums=(SKIP)
build() {