summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlobodan Terzić2021-03-14 11:55:05 +0100
committerSlobodan Terzić2021-03-14 11:55:05 +0100
commit0a1578c25f44e5bbe231a993bb477b1c6f6d61c2 (patch)
tree521a5be045092f0ee9e12f05caa9f1949fe5310b
parent9c53f1200d873e721c451d701c84c7400561f0e1 (diff)
downloadaur-0a1578c25f44e5bbe231a993bb477b1c6f6d61c2.tar.gz
Update dependancies and bump version to post 4.11 commit
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b869ca048b2c..8805ee2027fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mudlet-git
pkgdesc = A modern MUD client with a graphical user inteface and built in Lua scripting (git development branch
- pkgver = r513.gea6df57ad
+ pkgver = r913.g9571f211
pkgrel = 1
url = http://www.mudlet.org
arch = i686
@@ -22,7 +22,7 @@ pkgbase = mudlet-git
depends = ttf-font
depends = pugixml
depends = lua-yajl
- depends = qtkeychain
+ depends = qtkeychain-qt5
optdepends = discord-rpc-api: discord integration
optdepends = ttf-bitstream-vera: default font
optdepends = ttf-ubuntu-font-family: default font
diff --git a/PKGBUILD b/PKGBUILD
index a72c09a6e919..786725b895a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Contributor: Xabre <xabre @archlinux.info>
pkgname=mudlet-git
_gitname=Mudlet
-pkgver=r513.gea6df57ad
+pkgver=r913.g9571f211
pkgrel=1
pkgdesc="A modern MUD client with a graphical user inteface and built in Lua scripting (git development branch"
arch=('i686' 'x86_64')
url="http://www.mudlet.org"
license=('GPL')
depends=('qt5-multimedia' 'hunspell' 'libzip' 'glu' 'lua51-filesystem' 'luazip5.1' 'lua51-sql-sqlite' \
- 'lrexlib-pcre5.1' 'qt5-gamepad' 'lua51-utf8' 'ttf-font' 'pugixml' 'lua-yajl' 'qtkeychain')
+ 'lrexlib-pcre5.1' 'qt5-gamepad' 'lua51-utf8' 'ttf-font' 'pugixml' 'lua-yajl' 'qtkeychain-qt5')
makedepends=('git' 'boost' 'qt5-tools')
optdepends=('discord-rpc-api: discord integration'
'ttf-bitstream-vera: default font'