summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8fdf263f53c2..34442d824e51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = qqsp
pkgdesc = QT Quest Soft Player is a interactive fiction stories and games player (compatible fork of qsp.su)
- pkgver = 1.8
+ pkgver = 1.9
pkgrel = 1
url = https://gitlab.com/Sonnix1/Qqsp
- arch = x86
+ arch = i686
arch = x86_64
license = MIT
depends = qsp-common
depends = qt5-webengine
depends = qt5-multimedia
- source = Qqsp::git+https://gitlab.com/Sonnix1/Qqsp.git#tag=v1.8
+ source = Qqsp::git+https://gitlab.com/Sonnix1/Qqsp.git#tag=v1.9
source = Qqsp.desktop
sha256sums = SKIP
- sha256sums = SKIP
+ sha256sums = f54b0394251667f247bb44a86e7696c60974b872deb15c645c495ffc07e14d1e
pkgname = qqsp
diff --git a/PKGBUILD b/PKGBUILD
index 3bc9aa8366e6..568a0ff8db8c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ pkgname=qqsp
_pkgname=Qqsp
_name="QT Quest Soft Player"
_desc="a interactive fiction stories and games player"
-pkgver=1.8
+pkgver=1.9
pkgrel=1
epoch=
pkgdesc="$_name is $_desc (compatible fork of qsp.su)"
-arch=("x86" "x86_64")
+arch=("i686" "x86_64")
url="https://gitlab.com/Sonnix1/Qqsp"
license=('MIT')
depends=("qsp-common" "qt5-webengine" "qt5-multimedia")
@@ -17,10 +17,8 @@ source=(
"${_pkgname}::git+https://gitlab.com/Sonnix1/Qqsp.git#tag=v$pkgver"
"Qqsp.desktop"
)
-sha256sums=(
- 'SKIP'
- 'SKIP'
-)
+sha256sums=('SKIP'
+ 'f54b0394251667f247bb44a86e7696c60974b872deb15c645c495ffc07e14d1e')
build() {
cd "${_pkgname}"