summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2020-10-18 16:50:17 +0200
committerMartin T. H. Sandsmark2020-10-18 16:50:49 +0200
commitd49e74bfb8c0cd70f4eefde3d25d09f8a488eb9c (patch)
tree86ccfa098d5a73d4f3c76122d9d35777654c93d7
parentfb66527d897a08c81c594b7057ad18420a0e6581 (diff)
downloadaur-d49e74bfb8c0cd70f4eefde3d25d09f8a488eb9c.tar.gz
lighten the load on archive.org, it has enough other stuff to serve up
-rw-r--r--PKGBUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43b5fe7d489e..37767fee7e3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,11 @@ pkgdesc="Data files from Age of Empires II: The Conquerors Demo"
arch=('any')
url='https://www.ageofempires.com/'
license=('custom')
-source=(https://archive.org/download/AgeOfEmpiresIiTheConquerorsDemo/Age2XTrial.exe)
+
+# Use a mirror
+#source=(https://archive.org/download/AgeOfEmpiresIiTheConquerorsDemo/Age2XTrial.exe)
+source=('https://github.com/sandsmark/freeaoe/releases/download/1/Age2XTrial.exe')
+
sha1sums=('a0b27848a70bcda203837573445de6e243920170')
makedepends=('cabextract')