summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Taylor2019-02-10 15:06:05 -0600
committerBrandon Taylor2019-02-10 15:06:05 -0600
commit5d89fa880efcf39b72a6a1f0bb9b392f747aa57e (patch)
treecfe9d81d197adda41dd69dd70dc20e7df569f44d
parent27112e5f3628193bdfaf51040971571a4ec43067 (diff)
downloadaur-5d89fa880efcf39b72a6a1f0bb9b392f747aa57e.tar.gz
Attempted to fix the source line. It wasn't pulling in the package version properly, resulting in a bad download command that triggered a 404 File Not Found error.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 373bc0951bb4..944dae1bc7c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('amd64')
url='https://github.com/felixrieseberg/windows95'
license=('MIT')
depends=('electron')
-source=("https://github.com/felixrieseberg/windows95/releases/download/v$pkgver/windows95-linux-$pkgver_$arch.deb")
+source=("$url/releases/download/v$pkgver/windows95-linux-$pkgver_$arch.deb")
sha256sums=('7f83e6361d0606db16e77f7d1592e74a6882df53f2d98b74e0b7db3f9714353e')
package() {