summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeartsDo2021-02-07 14:28:07 +0100
committerHeartsDo2021-02-07 14:28:07 +0100
commit3d839bb0e8c3abea12da839f8f3c6b752d4a0142 (patch)
tree8a855823d4b1d3f44a3d00f90ab5dcdcb0be3fb7
parentd5bd453afd33d944fbf849add57ce9e9eee40bed (diff)
downloadaur-3d839bb0e8c3abea12da839f8f3c6b752d4a0142.tar.gz
Minor typo (bump pkgrel to 2 for update the optdep)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa3cb6fe6671..cfe91f4ade5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = flashpoint-bin
pkgdesc = Launcher for BlueMaxima's Flashpoint - Infinity Edition.
pkgver = 8.2.2
- pkgrel = 1
+ pkgrel = 2
url = http://bluemaxima.org/flashpoint/
arch = x86_64
license = MIT
@@ -10,7 +10,7 @@ pkgbase = flashpoint-bin
depends = gtk3
depends = libxss
depends = wine
- optdepends = flashplayer-stadalone: native Flash support
+ optdepends = flashplayer-standalone: native Flash support
backup = usr/lib/flashpoint-infinity/config.json
backup = usr/lib/flashpoint-infinity/preferences.json
source = https://bluepload.unstable.life/flashpoint-infinity-8-2-2-amd64-deb.7z
diff --git a/PKGBUILD b/PKGBUILD
index a3ccee67468b..792b0f5f8ee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor : Colin Berry <colinb969 at gmail dot com>
pkgname=flashpoint-bin
pkgver=8.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Launcher for BlueMaxima's Flashpoint - Infinity Edition."
arch=('x86_64')
url="http://bluemaxima.org/flashpoint/"
@@ -10,16 +10,16 @@ license=('MIT')
depends=('nss>=3.0'
'php'
'gtk3'
- 'libxss'
+ 'libxss'
'wine')
-optdepends=('flashplayer-stadalone: native Flash support')
+optdepends=('flashplayer-standalone: native Flash support')
source=('https://bluepload.unstable.life/flashpoint-infinity-8-2-2-amd64-deb.7z')
md5sums=('8561bb13ec24ed8af02e07bad5563a42')
backup=('usr/lib/flashpoint-infinity/config.json'
- 'usr/lib/flashpoint-infinity/preferences.json')
+ 'usr/lib/flashpoint-infinity/preferences.json')
prepare(){
- # Extract .deb and data
+ # Extract .deb
cd ${srcdir}
bsdtar xf flashpoint-infinity_8.2-2_amd64.deb
}