Date: Tuesday, March 7, 2023 @ 09:09:17
Author: alerque
Revision: 1416686
upgpkg: elvish 0.19.2-1
Modified:
elvish/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-07 09:03:41 UTC (rev 1416685)
+++ PKGBUILD 2023-03-07 09:09:17 UTC (rev 1416686)
@@ -3,8 +3,9 @@
# Contributor: Qi Xiao <xiaqqaix at gmail dot com>
pkgname=elvish
-pkgver=0.18.0
-pkgrel=2
+pkgver=0.19.2
+_commit='fbc4e5036924ea4a6356a67a0d0c6ca7456b524a'
+pkgrel=1
pkgdesc="A friendly and expressive Unix shell"
arch=('x86_64')
url="https://elv.sh"
@@ -13,7 +14,6 @@
makedepends=('git' 'go')
install="$pkgname.install"
options=('!lto')
-_commit='214665f014b7d2e6e2d17ee33e9057bab323f842'
source=("$pkgname::git+https://github.com/elves/elvish.git#commit=$_commit")
b2sums=('SKIP')