summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarius Lindvall2020-04-16 11:32:12 +0200
committerMarius Lindvall2020-04-16 11:32:12 +0200
commitba922891c1759972cd0b25270495c8472f6ec93e (patch)
tree2d59a3de04d65c9df1e6d3cd8d2307e4668a9d1e
parent573d5aec6b2671f508b19ea0badd85e79fefd290 (diff)
downloadaur-ba922891c1759972cd0b25270495c8472f6ec93e.tar.gz
Update download URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a37cd48cfdd..b22aa3c4bfc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = mazespheres-bin
pkgdesc = A horror-themed minimalistic maze game
pkgver = 1.1
- pkgrel = 3
+ pkgrel = 4
url = https://varden.info/product.php?sid=27
arch = x86_64
license = custom
- source = https://varden.info/~m/aur/Mazespheres-Linux-v1.1.tar.xz
+ source = Mazespheres-Linux-v1.1.tar.xz::https://varden.info/download.php?sid=27
source = LICENSE
source = mazespheres.sh
sha256sums = 180dbe7369e6116d000698e2d3e77b8a3913bface1f21db6f59cdf689998a3d2
diff --git a/PKGBUILD b/PKGBUILD
index 6fbaa8d5b407..666751ecb2fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mazespheres-bin
pkgver=1.1
-pkgrel=3
+pkgrel=4
pkgdesc='A horror-themed minimalistic maze game'
url='https://varden.info/product.php?sid=27'
@@ -12,13 +12,15 @@ license=('custom')
depends=()
optdepends=()
conflicts=()
-source=("https://varden.info/~m/aur/Mazespheres-Linux-v1.1.tar.xz"
+source=("Mazespheres-Linux-v1.1.tar.xz::https://varden.info/download.php?sid=27"
"LICENSE"
"mazespheres.sh")
sha256sums=("180dbe7369e6116d000698e2d3e77b8a3913bface1f21db6f59cdf689998a3d2"
"6e6947f62834633c57db9a745a21d290a54bbfc17609e7d2233d892b4c0263b1"
"3b698333e28f1cff1703e2109abc425228163c06339ed18794e8422931751c48")
+DLAGENTS=("https::/usr/bin/env curl -o %o -d IAgreeToTheTermsForThisSoftware=on")
+
package() {
cd "$srcdir"
mkdir -p "$pkgdir/opt/Mazespheres"