summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6068bf803a8..9fe1e5b53443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fightcade2
pkgdesc = The best way to play your favorite retro games with or against any other player in the world.
- pkgver = 2.0.82.4
+ pkgver = 2.0.82.5
pkgrel = 1
url = https://www.fightcade.com/
arch = any
@@ -9,7 +9,7 @@ pkgbase = fightcade2
depends = rsync
depends = wine
depends = lib32-mpg123
- source = https://web.fightcade.com/download/Fightcade-linux-latest.tar.gz
+ source = fightcade2-2.0.82.5.tar.gz::https://web.fightcade.com/download/Fightcade-linux-latest.tar.gz
md5sums = SKIP
pkgname = fightcade2
diff --git a/PKGBUILD b/PKGBUILD
index c3aa5e5fd005..4208e4ceca34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rafael Cruz <rafaelcruz at outlook dot com>
pkgname=fightcade2
-pkgver=2.0.82.4
+pkgver=2.0.82.5
pkgrel=1
pkgdesc='The best way to play your favorite retro games with or against any other player in the world.'
url='https://www.fightcade.com/'
@@ -9,7 +9,7 @@ arch=('any')
license=('custom')
depends=(rsync wine lib32-mpg123)
makedepends=(gendesk)
-source=(https://web.fightcade.com/download/Fightcade-linux-latest.tar.gz)
+source=("$pkgname-$pkgver.tar.gz::https://web.fightcade.com/download/Fightcade-linux-latest.tar.gz")
md5sums=('SKIP')
_romsPkgname="$pkgname-roms"