summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYardanico2020-02-12 19:56:06 +0300
committerYardanico2020-02-12 19:56:06 +0300
commitee7ec02b41efba5ff8ac9eb4263a51e3a918a3bb (patch)
tree5f702d74b0bd5f833f637bfc3c933965e70472c9
parent809754a61b750be101dc5425cc52134b0b47f744 (diff)
downloadaur-ee7ec02b41efba5ff8ac9eb4263a51e3a918a3bb.tar.gz
Fix resource link
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60c774775dcf..cefd653e71e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = doom2df-git
pkgdesc = Doom 2D Forever: A Doom 2D remake with multiplayer
- pkgver = r1174.5b8e9b8
+ pkgver = r1198.26f953e
pkgrel = 1
url = http://doom2d.org/
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = doom2df-git
depends = miniupnpc
options = !strip
source = git://repo.or.cz/d2df-sdl.git
- source = http://doom2d.org/doom2d_forever/latest/win32-d2df-latest.zip
+ source = https://deadsoftware.ru/files/deaddoomer/d2df/win32-d2df-latest.zip
source = doom2df.desktop
source = doom2df.png
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 84fa87a0bcba..516cd4f4ec8f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Danil Yarantsev <tiberiumk12 at gmail dot com>
pkgname=doom2df-git
-pkgver=r1174.5b8e9b8
+pkgver=r1198.26f953e
pkgrel=1
pkgdesc="Doom 2D Forever: A Doom 2D remake with multiplayer"
arch=(x86_64 i686)
@@ -10,7 +10,7 @@ depends=(sdl2_mixer sdl2 enet libgl miniupnpc)
makedepends=(git fpc)
source=(
'git://repo.or.cz/d2df-sdl.git'
- 'http://doom2d.org/doom2d_forever/latest/win32-d2df-latest.zip'
+ 'https://deadsoftware.ru/files/deaddoomer/d2df/win32-d2df-latest.zip'
'doom2df.desktop'
'doom2df.png'
)