summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-08-29 18:54:57 -0400
committerChris Severance2018-08-29 18:54:57 -0400
commitbc2ae9d256a1086721d8eeb4dae59f517855c53d (patch)
tree55d04b7458e9087ef8e2fe5112c8a303973fbf04
parent044c92b9750931f2ba5d168741a062bf627bd87d (diff)
downloadaur-bc2ae9d256a1086721d8eeb4dae59f517855c53d.tar.gz
autu: Update to 0-1 Fix source
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78067efd6273..a6af187dbf1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Wed Aug 29 22:54:57 UTC 2018
pkgbase = v7_sh
pkgdesc = A port of original Steve Bourne shell from 1978
pkgver = 0
@@ -7,7 +9,8 @@ pkgbase = v7_sh
arch = x86_64
license = custom
makedepends = dietlibc
- source = http://riemann.fmi.uni-sofia.bg/sh/v7_sh.tar.gz
+ source = http://aur.zapto.org/PRIVATE/v7_sh.tar.gz
+ md5sums = e503e6110a95a8387421f5c938e0ce92
sha256sums = e096dacd4bab4b6b4eecc63f0016ff72f83739258ff0376f54775b68db728b72
pkgname = v7_sh
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() {