summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69ee8be80e72..c972f25b16a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qtads
pkgdesc = interpreter for TADS games (compatible with TADS 2 and 3, multimedia and text)
- pkgver = 3.0.0
+ pkgver = 3.3.0
pkgrel = 1
url = https://realnc.github.io/qtads/
arch = i686
@@ -12,8 +12,7 @@ pkgbase = qtads
depends = libvorbis
depends = hicolor-icon-theme
depends = libsndfile
- source = https://github.com/realnc/qtads/releases/download/v3.0.0/qtads-3.0.0-source.tar.xz
- sha512sums = e7b72350876475e0b5b9b8c8c953aa380f5f25dade25785d15c5004a6866bb614c3ca2a3b34f84989013e350f9e73d339ce8ddd7d36766d80a981cfbfda7d1c6
+ source = https://github.com/realnc/qtads/releases/download/v3.3.0/qtads-3.3.0-source.tar.xz
+ sha512sums = 7e2a647fc4bb81e9784a0b05b3fdee3e6306767aebd32466f6451dc8b2e0f61e01a5657d0bfb8ba091bdd8365c9fed4fd2ab5cd2a27bf5403a5192d42472f7b2
pkgname = qtads
-
diff --git a/PKGBUILD b/PKGBUILD
index b3918921b06e..2f38d18121f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Eric Forgeot < http://anamnese.online.fr >
pkgname=qtads
-pkgver=3.0.0
+pkgver=3.3.0
pkgrel=1
url="https://realnc.github.io/qtads/"
license=('GPL')
@@ -13,7 +13,7 @@ depends=('qt5-base' 'fluidsynth' 'mpg123' 'libvorbis' 'hicolor-icon-theme' 'libs
source=(
"https://github.com/realnc/qtads/releases/download/v${pkgver}/qtads-${pkgver}-source.tar.xz"
)
-sha512sums=('e7b72350876475e0b5b9b8c8c953aa380f5f25dade25785d15c5004a6866bb614c3ca2a3b34f84989013e350f9e73d339ce8ddd7d36766d80a981cfbfda7d1c6')
+sha512sums=('7e2a647fc4bb81e9784a0b05b3fdee3e6306767aebd32466f6451dc8b2e0f61e01a5657d0bfb8ba091bdd8365c9fed4fd2ab5cd2a27bf5403a5192d42472f7b2')
build() {