summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2017-10-04 08:44:48 +0200
committeraksr2017-10-04 08:44:51 +0200
commit1f004a089581d3d750bb589b64546c4a1d098d05 (patch)
tree69fbc282848ecd294372eb12e0dcfbdccced0dac
parentd2633259b091316a020136fadbb2e13df94b628a (diff)
downloadaur-1f004a089581d3d750bb589b64546c4a1d098d05.tar.gz
termcap for mksignal?
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f60902bb7332..c68a8a5b6d42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Oct 4 06:38:29 UTC 2017
+# Wed Oct 4 06:44:28 UTC 2017
pkgbase = es-shell-git
pkgdesc = A extensible shell with higher-order functions, derived from the Plan 9 shell, rc.
pkgver = 0.9.1.r2.ge65327f
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/wryun/es-shell
install = es.install
arch = i686
arch = x86_64
license = Public Domain
makedepends = git
+ optdepends = termcap: for mksignal
source = es-shell-git::git+https://github.com/wryun/es-shell.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fbe732957cad..7c7edbe94793 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aksr <aksr at t-com dot me>
pkgname=es-shell-git
pkgver=0.9.1.r2.ge65327f
-pkgrel=2
+pkgrel=3
epoch=
pkgdesc="A extensible shell with higher-order functions, derived from the Plan 9 shell, rc."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ categories=()
groups=()
depends=('')
makedepends=('git')
-optdepends=()
+optdepends=('termcap: for mksignal')
checkdepends=()
provides=()
conflicts=()