summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2018-08-29 18:54:57 -0400
committerChris Severance2018-08-29 18:54:57 -0400
commitbc2ae9d256a1086721d8eeb4dae59f517855c53d (patch)
tree55d04b7458e9087ef8e2fe5112c8a303973fbf04 /PKGBUILD
parent044c92b9750931f2ba5d168741a062bf627bd87d (diff)
downloadaur-bc2ae9d256a1086721d8eeb4dae59f517855c53d.tar.gz
autu: Update to 0-1 Fix source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b42d4384be3..516871fce1e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,13 @@ pkgname='v7_sh'
pkgver='0'
pkgrel='1'
pkgdesc='A port of original Steve Bourne shell from 1978'
+arch=('i686' 'x86_64')
url='http://riemann.fmi.uni-sofia.bg/sh/'
license=('custom')
-arch=('i686' 'x86_64')
makedepends=('dietlibc')
-source=("http://riemann.fmi.uni-sofia.bg/sh/${pkgname}.tar.gz")
+#source=("http://riemann.fmi.uni-sofia.bg/sh/${pkgname}.tar.gz")
+source=("http://aur.zapto.org/PRIVATE/${pkgname}.tar.gz")
+md5sums=('e503e6110a95a8387421f5c938e0ce92')
sha256sums=('e096dacd4bab4b6b4eecc63f0016ff72f83739258ff0376f54775b68db728b72')
build() {