summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuri dos Santos2022-08-19 15:46:53 -0300
committerYuri dos Santos2022-08-19 15:46:53 -0300
commitc38962d65d42f43a9f035d6ebafdd7cc4aac0d62 (patch)
treebcb197a8ce55e6e953b63f8ddc08e11f16f1cc13
parentce8852bc45ea7b4f34c43808b54bfc6e76bff50d (diff)
downloadaur-c38962d65d42f43a9f035d6ebafdd7cc4aac0d62.tar.gz
Added alternate mirrors
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD19
2 files changed, 18 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3ff6b1d3ee0..b9ec39196d7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = blender-lts-bin
pkgdesc = LTS blender version
pkgver = 2.93.10
- pkgrel = 1
+ pkgrel = 2
url = https://www.blender.org
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index b6a8759bf307..ec129b21835d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,26 @@
pkgname=blender-lts-bin
pkgdesc='LTS blender version'
pkgver='2.93.10'
+#USA Mirror
_mirror="https://mirror.clarkson.edu"
-#_mirror="https://mirror.clarkson.edu/"
+
+##Alternate Mirrors##
+#China
+#_mirror="https://mirrors.aliyun.com"
+#Germany
+#_mirror="https://ftp.halifax.rwth-aachen.de"
+#Denmark
+#_mirror="https://mirrors.dotsrc.org"
+#Netherlands
+#_mirror="https://ftp.nluug.nl"
+#Singapore
+#https://mirror.freedif.org/blender/release/Blender2.93/blender-2.93.10-linux-x64.tar.xz
+#Brazil
+#_mirror="https://mirrors.ocf.berkeley.edu"
+
_pkgfile=${pkgname%-lts-bin}-$pkgver-linux-x64.tar.xz
source=("${_mirror}/blender/release/Blender${pkgver%.*}/$_pkgfile" 'blender.sh')
-pkgrel=1
+pkgrel=2
license=('GPL')
arch=('x86_64')
url='https://www.blender.org'