summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilippo Squillace2017-03-18 15:38:04 +0000
committerFilippo Squillace2017-03-18 15:38:04 +0000
commit016550f0d5d56faecfc1b6e1f9cb29f8d27ea75a (patch)
tree1ca783c6cb5b4e4710dcbeb0b9b881bb8c8775eb
parent8cb2c4c21ebe6253722375a4d7a4f7ea41b575bd (diff)
downloadaur-016550f0d5d56faecfc1b6e1f9cb29f8d27ea75a.tar.gz
Update to 5.6.11
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 766a6e222127..84ad2bbd2824 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.9
- pkgrel = 2
+ pkgver = 5.6.11
+ pkgrel = 1
url = http://fsquillace.github.io/junest-site/
install = junest.install
arch = any
@@ -14,9 +14,9 @@ pkgbase = junest-git
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://dl.dropboxusercontent.com/u/42449030/qemu/x86_64/qemu-x86_64-static-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://dl.dropboxusercontent.com/u/42449030/qemu/x86_64/qemu-x86_64-static-arm
+ source = https://s3-eu-west-1.amazonaws.com/junest-repo/qemu/x86_64/qemu-x86_64-static-arm
md5sums = SKIP
md5sums = 14080705dd45a6bafa20e909a68072cb
md5sums = b1c08236b56d121e04e9e29b197d0eeb
diff --git a/PKGBUILD b/PKGBUILD
index 15618b1d3aa8..1cb121cdf08a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,6 +2,7 @@
# More details on how to change this file:
# https://wiki.archlinux.org/index.php/PKGBUILD
# https://wiki.archlinux.org/index.php/Creating_packages
+# https://wiki.archlinux.org/index.php/Arch_User_Repository#Submitting_packages
ARCH_LIST=('x86_64' 'x86' 'arm')
HOST_ARCH=$(uname -m)
@@ -16,13 +17,9 @@ then
NORM_ARCH="arm"
fi
-PROOT_LINK=http://static.proot.me/
-MAIN_REPO=https://dl.dropboxusercontent.com/u/42449030
-QEMU_LINK=$MAIN_REPO/qemu/$NORM_ARCH
-
pkgname=junest-git
-pkgver=5.6.9
-pkgrel=2
+pkgver=5.6.11
+pkgrel=1
pkgdesc="The Arch Linux based distro that runs upon any Linux distros without root access"
arch=('any')
url="http://fsquillace.github.io/junest-site/"
@@ -42,6 +39,10 @@ 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
+QEMU_LINK=$MAIN_REPO/qemu/$NORM_ARCH
+
declare -A proot_md5sums
proot_md5sums["x86_64"]='14080705dd45a6bafa20e909a68072cb'
proot_md5sums["x86"]='b1c08236b56d121e04e9e29b197d0eeb'