summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62579a9470f3..e35f3bcc4040 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 29 22:32:44 UTC 2016
+# Tue Jul 5 01:29:41 UTC 2016
pkgbase = redo-sh
pkgdesc = Redo implementation in Bourne Shell.
- pkgver = 1.1.6
- pkgrel = 5
+ pkgver = 1.1.7
+ pkgrel = 1
url = http://news.dieweltistgarnichtso.net/bin/redo-sh.html
arch = any
license = AGPL3
@@ -11,10 +11,9 @@ pkgbase = redo-sh
optdepends = graphviz: dependency graph support via redo-dot
provides = redo
conflicts = redo-c-git
- conflicts = redo-git
conflicts = redo-python
- source = http://daten.dieweltistgarnichtso.net/src/redo-v1.1.6.tar.gz
- sha256sums = 5f115693469023c0d75185bd457a9fa1b438cc0e5be3f9d0b3d160066bced2af
+ source = http://daten.dieweltistgarnichtso.net/src/redo-v1.1.7.tar.gz
+ sha256sums = 45d0dc7de5e6b7ea86f3fb1c506ff4e2cb45439986126b2397721ebca49397e8
pkgname = redo-sh
diff --git a/PKGBUILD b/PKGBUILD
index a135ebba94bf..d4d35315765c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=redo-sh
_pkgname=redo
-pkgver=1.1.6
-pkgrel=5
+pkgver=1.1.7
+pkgrel=1
pkgdesc="Redo implementation in Bourne Shell."
arch=("any")
license=("AGPL3")
@@ -11,9 +11,9 @@ url="http://news.dieweltistgarnichtso.net/bin/redo-sh.html"
depends=("sh")
optdepends=("graphviz: dependency graph support via redo-dot")
provides=("redo")
-conflicts=("redo-c-git" "redo-git" "redo-python")
+conflicts=("redo-c-git" "redo-python")
source=("http://daten.dieweltistgarnichtso.net/src/${_pkgname}-v${pkgver}.tar.gz")
-sha256sums=('5f115693469023c0d75185bd457a9fa1b438cc0e5be3f9d0b3d160066bced2af')
+sha256sums=('45d0dc7de5e6b7ea86f3fb1c506ff4e2cb45439986126b2397721ebca49397e8')
package() {
mkdir -p ${pkgdir}/usr/bin