summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario2022-05-17 16:48:00 +0200
committerDario2022-05-17 16:48:00 +0200
commita2d7b9f37a43dea1b5c2ee20449b40d54b0a8656 (patch)
treea39d91b1b0d5890911ad904bd638bacb0a61a8f5
parentffe921be96dca24840d0bcca42d55822e4516128 (diff)
downloadaur-a2d7b9f37a43dea1b5c2ee20449b40d54b0a8656.tar.gz
update version
-rw-r--r--.SRCINFO4
-rw-r--r--LICENSE8
-rw-r--r--PKGBUILD4
3 files changed, 4 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 77642d7f066b..a54a2987b910 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gopanda
pkgdesc = Client for the Pandanet-IGS go Server
- pkgver = 2.7.8
+ pkgver = 2.7.14
pkgrel = 1
url = http://pandanet-igs.com/communities/gopanda2
arch = x86_64
license = custom
options = !strip
source_x86_64 = https://pandanet-igs.com/gopanda2/download/GoPanda2.AppImage
- md5sums_x86_64 = e0dbfe3f053c060e1d47e6841072e0c5
+ md5sums_x86_64 = 06ca6a3ac336cd951d4b6383ec59b5a7
pkgname = gopanda
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index ea7dedbb6d10..000000000000
--- a/LICENSE
+++ /dev/null
@@ -1,8 +0,0 @@
-GoPanda2 belongs to Pandanet Inc, all rights reserved.
-
-The software is delivered "as is" and we take no responsibility for
-any problems that arise from usage.
-
-GoPanda2 may be redistributed by third parties only when free of
-charge or advertisements and without modifications to the
-included source code or resource files.
diff --git a/PKGBUILD b/PKGBUILD
index 1fd213cc13fb..65437172922e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Sébastien Feugère <smonff@riseup.net>
# Contributor: Dario Klingenberg <dario.klingenberg at web.de>
pkgname=gopanda
-pkgver=2.7.8
+pkgver=2.7.14
pkgrel=1
pkgdesc="Client for the Pandanet-IGS go Server"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('custom')
depends=()
options=(!strip)
source_x86_64=("https://pandanet-igs.com/gopanda2/download/GoPanda2.AppImage")
-md5sums_x86_64=('e0dbfe3f053c060e1d47e6841072e0c5')
+md5sums_x86_64=('06ca6a3ac336cd951d4b6383ec59b5a7')
_DEST="/opt/${pkgname}"
_CLIENT="GoPanda2.AppImage"
_NAME="GoPanda2"