summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXabre2017-12-03 23:59:49 +0100
committerXabre2017-12-03 23:59:49 +0100
commit0ce5ff4c73a2771af5280de7cedcefe5a4748625 (patch)
treee855f5bc20f61ec216ab17e5c7665ec1702dc89b
parentb636d06f412f8eaad3b93438eed7cea7443d333f (diff)
downloadaur-0ce5ff4c73a2771af5280de7cedcefe5a4748625.tar.gz
Mudlet 3.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe43791260ca..3e72cfc49903 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mudlet
pkgdesc = A modern MUD client with a graphical user inteface and built in Lua scripting
- pkgver = 3.5.0
+ pkgver = 3.6.0
pkgrel = 1
url = http://www.mudlet.org
arch = i686
@@ -24,8 +24,8 @@ pkgbase = mudlet
conflicts = mudlet-dev
conflicts = mudlet-git
conflicts = mudlet-deb
- source = http://www.mudlet.org/download/Mudlet-3.5.0.tar.xz
- sha256sums = 5019a3114da212d176e9f0a0dc84cf6f00c10288e2e6148c6231b3220e840e21
+ source = http://www.mudlet.org/download/Mudlet-3.6.0.tar.xz
+ sha256sums = 3f6c51304e448aeee58c7681d99f2da5a9a68fc49825995df30e58cc7d470043
pkgname = mudlet
diff --git a/PKGBUILD b/PKGBUILD
index 69495a117967..f6d1bb129dff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Kevin Kyzer <kev@k3v.in>
# Contributor: Xabre <xabre @archlinux.info>
pkgname=mudlet
-pkgver=3.5.0
+pkgver=3.6.0
pkgrel=1
pkgdesc="A modern MUD client with a graphical user inteface and built in Lua scripting"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('yajl' 'qt5-base' 'qt5-multimedia' 'hunspell' 'libzip' 'glu' 'lua51' 'l
makedepends=('boost' 'qt5-tools')
conflicts=('mudlet-dev' 'mudlet-git' 'mudlet-deb')
source=("http://www.mudlet.org/download/Mudlet-${pkgver}.tar.xz")
-sha256sums=('5019a3114da212d176e9f0a0dc84cf6f00c10288e2e6148c6231b3220e840e21')
+sha256sums=('3f6c51304e448aeee58c7681d99f2da5a9a68fc49825995df30e58cc7d470043')
prepare() {
cd "$srcdir/src"