summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR CI2020-09-13 16:12:19 +0000
committerAUR CI2020-09-13 16:12:19 +0000
commita87abcb12d6db5bc3d380dcfb195b013d77ece57 (patch)
tree9ea9057787eff8c13f47fec43e765039384020a5
parentb8cb765701cd8c1097bb1705e8c0a381d8580b15 (diff)
downloadaur-sl-sh-git.tar.gz
sl-sh 0.8.101 (master:e6320a2, release build, linux [x86_64], Sep 13 2020, 16:10:43 UTC [rustc 1.46.0 (04488afe3 2020-08-24)])
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3214761941a2..31c19e0dc29c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sl-sh-git
pkgdesc = simple lisp based shell
- pkgver = 0.8.100
+ pkgver = 0.8.101
pkgrel = 1
url = https://github.com/sstanfield/slsh
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 613772aa1c8e..52ab772b1c88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Price Clark <gpwclark at gmail dot com>
pkgname=sl-sh-git
-pkgver=0.8.100
+pkgver=0.8.101
pkgrel=1
epoch=
pkgdesc='simple lisp based shell'
@@ -49,5 +49,5 @@ package() {
pkgver() {
cd "${pkgname%-git}"
- echo "0.8.100_$(git describe --always)"
+ echo "0.8.101_$(git describe --always)"
}