summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSibren Vasse2016-01-31 18:59:18 +0100
committerSibren Vasse2016-01-31 18:59:18 +0100
commit787c20a0603427e31415bc8dea198808f7e66110 (patch)
treec9fc2a0bc8a94cfaf752eb77312a62c455f9e8e2
parentf8cdf38fbf0aa09be2c846856504be0f0b6a7588 (diff)
downloadaur-787c20a0603427e31415bc8dea198808f7e66110.tar.gz
Fix wrong usage of pkgrel
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ad1d9668a05..0e66eaa9aa6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Jan 30 11:51:04 UTC 2016
+# Sun Jan 31 17:59:11 UTC 2016
pkgbase = splashtop-streamer
pkgdesc = Remotely access your desktop from any device from anywhere! - Server version
- pkgver = 2.2.5.1
- pkgrel = 5
+ pkgver = 2.2.5.1_4
+ pkgrel = 6
url = http://www.splashtop.com/streamer/linux
arch = x86_64
arch = i686
@@ -30,7 +30,7 @@ pkgbase = splashtop-streamer
depends = libappindicator-gtk2
depends = networkmanager
depends = libx264-142
- source = http://d17kmd0va0f0mp.cloudfront.net/linux/Splashtop_Streamer_Ubuntu_14.04_v2.2.5.1-5_i386.deb
+ source = http://d17kmd0va0f0mp.cloudfront.net/linux/Splashtop_Streamer_Ubuntu_14.04_v2.2.5.1-4_i386.deb
source = splashtop-streamer
md5sums = d9806b33adeb6ea11a6e992f513b9e83
md5sums = 9867062d727d41fff1ba47cf9bc501a1
diff --git a/PKGBUILD b/PKGBUILD
index cbf42900c4df..3499a4cf3100 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sibren Vasse <arch at sibrenvasse dot nl>
pkgname=splashtop-streamer
-pkgver=2.2.5.1
-pkgrel=5
+pkgver=2.2.5.1_4
+pkgrel=6
pkgdesc="Remotely access your desktop from any device from anywhere! - Server version"
arch=('x86_64' 'i686')
url="http://www.splashtop.com/streamer/linux"
@@ -9,12 +9,12 @@ license=('custom')
depends=('python2' 'pywebkitgtk' 'python2-keyring' 'python2-crypto' 'apr' 'apr-util' 'dbus' 'dbus-glib' 'glib2' 'libpulse' 'openssl' 'util-linux' 'libx11' 'libx264' 'libxfixes' 'libxrandr' 'libxtst' 'libappindicator-gtk2' 'networkmanager' 'libx264-142')
makedepends=('curl' 'p7zip')
if [ "$CARCH" = "x86_64" ]; then
- source=(http://d17kmd0va0f0mp.cloudfront.net/linux/Splashtop_Streamer_Ubuntu_14.04_v${pkgver}-${pkgrel}_amd64.deb
+ source=(http://d17kmd0va0f0mp.cloudfront.net/linux/Splashtop_Streamer_Ubuntu_14.04_v${pkgver//_/-}_amd64.deb
splashtop-streamer)
md5sums=('d56f08bb08b0a58b65c64bd3a8f7a4b4'
'9867062d727d41fff1ba47cf9bc501a1')
else
- source=(http://d17kmd0va0f0mp.cloudfront.net/linux/Splashtop_Streamer_Ubuntu_14.04_v${pkgver}-${pkgrel}_i386.deb
+ source=(http://d17kmd0va0f0mp.cloudfront.net/linux/Splashtop_Streamer_Ubuntu_14.04_v${pkgver//_/-}_i386.deb
splashtop-streamer)
md5sums=('d9806b33adeb6ea11a6e992f513b9e83'
'9867062d727d41fff1ba47cf9bc501a1')