summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Kubica2016-12-28 17:15:49 +0200
committerAlex Kubica2016-12-28 17:16:32 +0200
commit5e35d18753798b22fa3972c2d27cbc5c621c7ad2 (patch)
treea70fbde60045903f4ad1c65e433015f5e8e36f7f
parent1f0a5c0cc3d095e1d91f9e114d21670540dec2c9 (diff)
downloadaur-5e35d18753798b22fa3972c2d27cbc5c621c7ad2.tar.gz
updated version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bc844d9418c..820884e3683c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = gopanda
pkgdesc = Client for the Pandanet-IGS go Server
- pkgver = 2
- pkgrel = 4
- url = http://pandanet-igs.com/communities/gopanda
+ pkgver = 2.5
+ pkgrel = 1
+ url = http://pandanet-igs.com/communities/gopanda2
arch = i686
arch = x86_64
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index dd33327e5f15..c62594414858 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Alex Kubica <alexkubicail@gmail.com>
# Contributor: Sébastien Feugère <smonff@riseup.net>
pkgname=gopanda
-pkgver=2
-pkgrel=4
+pkgver=2.5
+pkgrel=1
pkgdesc="Client for the Pandanet-IGS go Server"
arch=('i686' 'x86_64')
-url="http://pandanet-igs.com/communities/${pkgname}${pkgversion}"
+url="http://pandanet-igs.com/communities/gopanda2"
license=('custom')
depends=('libnotify'
'alsa-lib'
@@ -14,9 +14,9 @@ depends=('libnotify'
'gconf'
'nss')
options=(!strip)
-source=(LICENSE)
-source_i686=("http://pandanet-igs.com/${pkgname}${pkgver}/installer/stable/linux-32/${pkgname}${pkgver}-linux-32.tar.gz")
-source_x86_64=("http://pandanet-igs.com/${pkgname}${pkgver}/installer/stable/linux-64/${pkgname}${pkgver}-linux-64.tar.gz")
+source=('LICENSE')
+source_i686=("http://pandanet-igs.com/gopanda2/installer/stable/linux-32/gopanda2-linux-32.tar.gz")
+source_x86_64=("http://pandanet-igs.com/gopanda2/installer/stable/linux-64/gopanda2-linux-64.tar.gz")
md5sums=('c5951d02adb28f6b333d913ae2f92df0')
md5sums_i686=('170e380003a712267e3e85c0fe38011a')
md5sums_x86_64=('d1fcd13d8de0f2c0331ee0a9cb58a58a')
@@ -27,7 +27,7 @@ _ICON="/usr/share/pixmaps/${_CLIENT}.png"
package() {
# Copy license
- install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
cd "$srcdir/${_CLIENT}"