summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2022-02-27 18:59:55 +0100
committerAlexander F. Rødseth2022-02-27 18:59:55 +0100
commit64ad2ce9a537e5b4cc0b998f0c7553ba0b04140b (patch)
tree90f7d0c002e056b948422c7c3889873a0f33f408
parent4f615512bca9d058a793ea2308e730cb15131737 (diff)
downloadaur-64ad2ce9a537e5b4cc0b998f0c7553ba0b04140b.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 49d50a15bf64..fff9af167cc1 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.4
+ pkgver = 1.2.5
pkgrel = 1
url = https://github.com/xyproto/botsay
arch = x86_64
license = MIT
makedepends = git
makedepends = go
- source = git+https://github.com/xyproto/botsay#commit=3d80040f766ecab1a4e1cbf8b236b4171bd430bc
+ source = git+https://github.com/xyproto/botsay#commit=78eabcdc1a5f10a289f2066ae1dad7b644bae6d1
b2sums = SKIP
pkgname = botsay
diff --git a/PKGBUILD b/PKGBUILD
index 445788ba001c..6c17b13af0a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=botsay
-pkgver=1.2.4
+pkgver=1.2.5
pkgrel=1
pkgdesc='Like cowsay, but with randomly generated ASCII robots and color support'
arch=(x86_64)
url='https://github.com/xyproto/botsay'
license=(MIT)
makedepends=(git go)
-source=("git+$url#commit=3d80040f766ecab1a4e1cbf8b236b4171bd430bc") # tag: v1.2.4
+source=("git+$url#commit=78eabcdc1a5f10a289f2066ae1dad7b644bae6d1") # tag: v1.2.5
b2sums=(SKIP)
build() {