summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXabre2018-12-22 10:47:35 +0100
committerXabre2018-12-22 10:47:35 +0100
commit8cdf6113e95c89f4f0836151f39683f4a9b6b007 (patch)
tree41b3481918aa8602e1b08f7033d34bd3e3d1f375
parentd98e7a1a5e8829f3890b6913028a1f721d9fc302 (diff)
downloadaur-8cdf6113e95c89f4f0836151f39683f4a9b6b007.tar.gz
Mudlet 3.16.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5031b53e02c0..df18938c37e5 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.16.0
+ pkgver = 3.16.1
pkgrel = 1
url = http://www.mudlet.org
arch = i686
@@ -27,8 +27,8 @@ pkgbase = mudlet
conflicts = mudlet-dev
conflicts = mudlet-git
conflicts = mudlet-deb
- source = https://www.mudlet.org/wp-content/files/Mudlet-3.16.0.tar.xz
- sha256sums = 5c4804692c085508f13e8671def65bff4d2b4b2de69d7358ab0f7aabb4b9ef25
+ source = http://www.mudlet.org/download/Mudlet-3.16.1.tar.xz
+ sha256sums = 6aa27a4a0c24fb9c57a091c52819383623d1341066e0553649b6a1a7e1cf56e5
pkgname = mudlet
diff --git a/PKGBUILD b/PKGBUILD
index 12cb44304e28..0e207d2f1c81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Kevin Kyzer <kev@k3v.in>
# Contributor: Xabre <xabre @archlinux.info>
pkgname=mudlet
-pkgver=3.16.0
+pkgver=3.16.1
pkgrel=1
pkgdesc="A modern MUD client with a graphical user inteface and built in Lua scripting"
arch=('i686' 'x86_64')
@@ -16,10 +16,10 @@ depends=('qt5-base' 'qt5-multimedia' 'hunspell' 'libzip' 'glu' 'lua51' \
'qt5-gamepad' 'lua51-utf8' 'lua51-lcf' 'ttf-font' 'pugixml' 'lua-yajl')
makedepends=('boost' 'qt5-tools')
conflicts=('mudlet-dev' 'mudlet-git' 'mudlet-deb')
-### source=("http://www.mudlet.org/download/Mudlet-${pkgver}.tar.xz")
+source=("http://www.mudlet.org/download/Mudlet-${pkgver}.tar.xz")
##using alternate link
-source=("https://www.mudlet.org/wp-content/files/Mudlet-${pkgver}.tar.xz")
-sha256sums=('5c4804692c085508f13e8671def65bff4d2b4b2de69d7358ab0f7aabb4b9ef25')
+##source=("https://www.mudlet.org/wp-content/files/Mudlet-${pkgver}.tar.xz")
+sha256sums=('6aa27a4a0c24fb9c57a091c52819383623d1341066e0553649b6a1a7e1cf56e5')
prepare() {
cd "$srcdir/src"