summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Squillace2017-04-03 23:17:37 +0100
committerFilippo Squillace2017-04-03 23:20:55 +0100
commitf7b954ae3b185e206a2be9c229ca6db36821b3fd (patch)
tree4552b865cede9b803a8e9c7bc9cf8f5a2c485b23
parenta3ec61de6386308d5468fcc44d5712bc3ae84686 (diff)
downloadaur-f7b954ae3b185e206a2be9c229ca6db36821b3fd.tar.gz
Fix the proot link
It seems the official proot repository is no longer available. This build relies on the static proot binaries stored in JuNest repo.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c199af4a3a8f..83bd1b321859 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = junest-git
pkgdesc = The Arch Linux based distro that runs upon any Linux distros without root access
pkgver = 5.6.12
- pkgrel = 1
+ pkgrel = 2
url = http://fsquillace.github.io/junest-site/
install = junest.install
arch = any
@@ -12,10 +12,10 @@ pkgbase = junest-git
provides = junest
conflicts = junest
source = junest::git+https://github.com/fsquillace/junest.git#branch=master
- source = http://static.proot.me//proot-x86_64
- source = http://static.proot.me//proot-x86
+ source = https://s3-eu-west-1.amazonaws.com/junest-repo/proot/proot-x86_64
+ source = https://s3-eu-west-1.amazonaws.com/junest-repo/proot/proot-x86
source = https://s3-eu-west-1.amazonaws.com/junest-repo/qemu/x86_64/qemu-x86_64-static-x86
- source = http://static.proot.me//proot-arm
+ source = https://s3-eu-west-1.amazonaws.com/junest-repo/proot/proot-arm
source = https://s3-eu-west-1.amazonaws.com/junest-repo/qemu/x86_64/qemu-x86_64-static-arm
md5sums = SKIP
md5sums = 14080705dd45a6bafa20e909a68072cb
diff --git a/PKGBUILD b/PKGBUILD
index 7faecff5bb26..4e79a94fe4a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ fi
pkgname=junest-git
pkgver=5.6.12
-pkgrel=1
+pkgrel=2
pkgdesc="The Arch Linux based distro that runs upon any Linux distros without root access"
arch=('any')
url="http://fsquillace.github.io/junest-site/"
@@ -39,8 +39,8 @@ source=('junest::git+https://github.com/fsquillace/junest.git#branch=master')
md5sums=('SKIP')
noextract=()
-PROOT_LINK=http://static.proot.me/
MAIN_REPO=https://s3-eu-west-1.amazonaws.com/${pkgname%-git}-repo
+PROOT_LINK=${MAIN_REPO}/proot
QEMU_LINK=$MAIN_REPO/qemu/$NORM_ARCH
declare -A proot_md5sums