summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--LICENSE11
-rw-r--r--PKGBUILD9
3 files changed, 16 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fddc6550a1e..333c9128830d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = yatqa
pkgdesc = Tool for managing TeamSpeak 3 servers and instances
- pkgver = 3.9.4
- pkgrel = 2
+ pkgver = 3.9.5
+ pkgrel = 1
epoch = 1
url = http://yat.qa/
install = yatqa.install
@@ -11,16 +11,16 @@ pkgbase = yatqa
makedepends = p7zip
makedepends = icoutils
depends = wine
- source = https://dl.yat.qa/stable/YaTQA-Setup_3.9.4.exe
+ source = https://dl.yat.qa/stable/YaTQA-Setup_3.9.5.exe
source = yatqa
source = yatqa.desktop
source = yatqa.install
source = LICENSE
- sha256sums = 6949d1fb85c4d0ed6a5d8d44c2bcb8e0270f20f898c7160276338a1f97fa6758
+ sha256sums = a842d7f9253287b3500d02e2f16f54218af2701e1cd8502d5790958a3cd61a51
sha256sums = 57fcd761e93b6f5d8bd6f4e354aafc9174ecdeea0fe39ea89dc68245b3c9ce02
sha256sums = 98c8f8313858f9fd7a00f75001effcf298b8b1bc43e142ac3e361016f5be9c6f
sha256sums = 45fe54d9f4655abb6774a01c961ee547507a92c2499645164f14ea5b1dc1a55a
- sha256sums = f2e3a5f026505316e61905695317531717e213b2d497132a351748efc861ce5f
+ sha256sums = 252bc5cb7f5378f218d45cd1c27d59815074087f2c20314d68b4226730d417ad
pkgname = yatqa
diff --git a/LICENSE b/LICENSE
index 79643a6ab1bc..e9b19279f319 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,9 +1,11 @@
Yet another TeamSpeak³ Query App, http://yat.qa/ (the Software)
-Copyright © 2011-2017 JN-GAMES Software, http://jn-games.de/ (the Author)
+Copyright © 2011-2018 JN-GAMES Software, http://jn-games.de/ (the Author)
-The Software is donationware for personal use. You may copy it to your friends free of charge, but I'd be happy if you consider making a donation.
-For commercial use, the Software is licensed under a pay-what-you-want model. More info can be found in the Software.
-If you decide to register, you may not share your registration key with anyone.
+The Software is freeware for personal use. You may copy it to your friends free of charge, but I'd be happy if you consider making a donation.
+To use it with more than 13 virtual servers, you must do one of the following:
+- Contact me and provide the link to your profile on http://hosting.teamspeakusa.com/
+- Donate
+If you decide to do that, you may not publicly share the registration key sent to you via email. "publicly" is defined as me getting to know your key.
You may not redistribute this installer file or any file of the Software itself publicly via the internet. Please link to http://yat.qa/ instead.
@@ -11,4 +13,3 @@ You may not redistribute this installer file or any file of the Software itself
Source code is available on request by people who think about improving the tool.
The Software is distributed "as is", without warranty of any kind, expressed or implied, including, but not limited to warranty of fitness for any particular purpose. In no event will the Author be liable to you for any special, incidental, indirect, consequential or any other damages caused by the use, misuse, or the inability to use of the Software, including any lost profits or lost savings, even if the Author has been advised of the possibility of such damages.
-
diff --git a/PKGBUILD b/PKGBUILD
index b43825f994c4..ab120d1bf39d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Caesim404 <caesim404 at gmail dot com>
pkgname="yatqa"
-_pkgver="3.9.4"
+_pkgver="3.9.5"
pkgver="${_pkgver/-/}"
epoch="1"
-pkgrel="2"
+pkgrel="1"
pkgdesc="Tool for managing TeamSpeak 3 servers and instances"
arch=("x86_64" "i686")
url="http://yat.qa/"
@@ -17,11 +17,12 @@ source=("https://dl.yat.qa/stable/YaTQA-Setup_${_pkgver}.exe"
"yatqa.desktop"
"yatqa.install"
"LICENSE")
-sha256sums=('6949d1fb85c4d0ed6a5d8d44c2bcb8e0270f20f898c7160276338a1f97fa6758'
+sha256sums=('a842d7f9253287b3500d02e2f16f54218af2701e1cd8502d5790958a3cd61a51'
'57fcd761e93b6f5d8bd6f4e354aafc9174ecdeea0fe39ea89dc68245b3c9ce02'
'98c8f8313858f9fd7a00f75001effcf298b8b1bc43e142ac3e361016f5be9c6f'
'45fe54d9f4655abb6774a01c961ee547507a92c2499645164f14ea5b1dc1a55a'
- 'f2e3a5f026505316e61905695317531717e213b2d497132a351748efc861ce5f')
+ '252bc5cb7f5378f218d45cd1c27d59815074087f2c20314d68b4226730d417ad')
+
build() {
cd "${srcdir}"