summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4afb97971f3..8e4841556508 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Aug 22 13:35:12 UTC 2018
+# Wed Apr 10 14:01:17 UTC 2019
pkgbase = es-shell-git
pkgdesc = A extensible shell with higher-order functions, derived from the Plan 9 shell, rc.
- pkgver = 0.9.1.r4.g1da0089
+ pkgver = 0.9.1.r7.gcb395c2
pkgrel = 1
url = https://github.com/wryun/es-shell
install = es.install
diff --git a/PKGBUILD b/PKGBUILD
index 4a6771ad96c6..2aeed4ce3f2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=es-shell-git
-pkgver=0.9.1.r4.g1da0089
+pkgver=0.9.1.r7.gcb395c2
pkgrel=1
epoch=
pkgdesc="A extensible shell with higher-order functions, derived from the Plan 9 shell, rc."
@@ -42,8 +42,8 @@ package() {
cd "$srcdir/$pkgname"
make prefix="$pkgdir/usr" install
mkdir -p $pkgdir/usr/share/{doc,licenses}/${pkgname%-*-*}
- install -m644 README initial.es mksignal esdebug \
+ install -m644 README.md initial.es mksignal esdebug \
doc/usenix-w93.ps doc/ERRATA doc/TODO "$pkgdir/usr/share/doc/${pkgname%-*-*}"
- sed '35,41!d' README > "$pkgdir"/usr/share/licenses/${pkgname%-*-*}/LICENSE
+ sed '37,42!d' README.md > "$pkgdir"/usr/share/licenses/${pkgname%-*-*}/LICENSE
}