summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKrzysztof AS (3ED)2022-09-12 17:53:11 +0200
committerKrzysztof AS (3ED)2022-09-12 17:53:11 +0200
commit1d0e793d878fa515ea0dc3b474cc8dbe312111d0 (patch)
treec1043c0be31989193908b64551dc24505e67e02f
parent5bde45cb0c0940611542231cb2d47f96e3a37d37 (diff)
downloadaur-1d0e793d878fa515ea0dc3b474cc8dbe312111d0.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 318e96088a26..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.2.0
+ pkgver = 3.3.0
pkgrel = 1
url = https://realnc.github.io/qtads/
arch = i686
@@ -12,7 +12,7 @@ pkgbase = qtads
depends = libvorbis
depends = hicolor-icon-theme
depends = libsndfile
- source = https://github.com/realnc/qtads/releases/download/v3.2.0/qtads-3.2.0-source.tar.xz
- sha512sums = db52ed092d676029cc1ff1d02ddf9e5a91e0bcd77fbfd8e43c923deea4413c452895b70835c519e234f8af0bddf61bad7ad3ec5209876335eacaabe63ed6390a
+ 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 30ec4c3a74b0..2f38d18121f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Eric Forgeot < http://anamnese.online.fr >
pkgname=qtads
-pkgver=3.2.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=('db52ed092d676029cc1ff1d02ddf9e5a91e0bcd77fbfd8e43c923deea4413c452895b70835c519e234f8af0bddf61bad7ad3ec5209876335eacaabe63ed6390a')
+sha512sums=('7e2a647fc4bb81e9784a0b05b3fdee3e6306767aebd32466f6451dc8b2e0f61e01a5657d0bfb8ba091bdd8365c9fed4fd2ab5cd2a27bf5403a5192d42472f7b2')
build() {