summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander F. Rødseth2019-06-05 15:24:20 +0200
committerAlexander F. Rødseth2019-06-05 15:24:20 +0200
commit8ff5182dee45b7fd122ea34ccf2db40303b582dd (patch)
tree7d795cf25ff796527ab55edef3333a23ca121a67
parent66e26e0b70f6ff2c84c813c9f36fb3bc232fc61f (diff)
downloadaur-8ff5182dee45b7fd122ea34ccf2db40303b582dd.tar.gz
New release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff5fa20c4cba..da7286fe8957 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon Jun 3 17:01:50 UTC 2019
+# Wed Jun 5 13:24:14 UTC 2019
pkgbase = botsay
- pkgdesc = Like cowsay, but with randomly generated ASCII robots and rainbow support
- pkgver = 1.2.1
+ pkgdesc = Like cowsay, but with randomly generated ASCII robots and color support
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/xyproto/botsay
arch = x86_64
license = MIT
makedepends = git
makedepends = go
- source = git+https://github.com/xyproto/botsay#tag=v1.2.1
+ source = git+https://github.com/xyproto/botsay#tag=v1.2.2
md5sums = SKIP
pkgname = botsay
diff --git a/PKGBUILD b/PKGBUILD
index aa29bbb29c58..708df2563e75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=botsay
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
-pkgdesc='Like cowsay, but with randomly generated ASCII robots and rainbow support'
+pkgdesc='Like cowsay, but with randomly generated ASCII robots and color support'
arch=(x86_64)
url='https://github.com/xyproto/botsay'
license=(MIT)