summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14a7c347555e..099cfa8465ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
# Generated by mksrcinfo v8
-# Fri Jun 17 16:53:25 UTC 2016
+# Fri Jun 17 17:37:30 UTC 2016
pkgbase = redo-sh
pkgdesc = Redo implementation in Bourne Shell.
pkgver = 1.1.6
- pkgrel = 3
+ pkgrel = 4
url = http://news.dieweltistgarnichtso.net/bin/redo-sh.html
arch = any
license = AGPL3
depends = sh
+ optdepends = graphviz: dependency graph support via redo-dot
+ provides = redo
conflicts = redo-c-git
conflicts = redo-git
source = http://daten.dieweltistgarnichtso.net/src/redo-v1.1.6.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 771825b40b7a..76e0df0c2aba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=redo-sh
_pkgname=redo
pkgver=1.1.6
-pkgrel=3
+pkgrel=4
pkgdesc="Redo implementation in Bourne Shell."
arch=("any")
license=("AGPL3")
url="http://news.dieweltistgarnichtso.net/bin/redo-sh.html"
depends=("sh")
+optdepends=("graphviz: dependency graph support via redo-dot")
conflicts=("redo-c-git" "redo-git")
+provides=("redo")
source=("http://daten.dieweltistgarnichtso.net/src/${_pkgname}-v${pkgver}.tar.gz")
sha256sums=('68577c4e97b3707ab23999fa5d8886cbd509ea528a5becb40a8cc34528d7e8f5')