summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbuckket2019-03-24 00:01:16 +0100
committerbuckket2019-03-24 00:01:16 +0100
commitb2a1a5541c827d4f229976088ae7bf4a26426334 (patch)
tree6dc2b8905ab965419e2f5c95ee070d7e6c74f5cc /PKGBUILD
parent8433e1665467f9f84509e737c0ea87876bb5b335 (diff)
downloadaur-b2a1a5541c827d4f229976088ae7bf4a26426334.tar.gz
Fixed upstream URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 281284298c62..740eef3569c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=redo-sh
_pkgname=redo
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="Redo implementation in Bourne Shell."
arch=("any")
license=("AGPL3")
@@ -12,7 +12,7 @@ depends=("sh")
optdepends=("graphviz: dependency graph support via redo-dot")
provides=("redo")
conflicts=("redo")
-source=("http://daten.dieweltistgarnichtso.net/src/${_pkgname}-v${pkgver}.tar.gz")
+source=("https://web.archive.org/web/20180804160339/http://news.dieweltistgarnichtso.net/bin/archives/redo-sh.tar.gz")
sha256sums=('b30fe0d99132c618a87e3ff2bfc269f21d9c6e2baffae5fccd9e73b069af4f94')
package() {