Skip to content

Instantly share code, notes, and snippets.

@leolvt
Created August 11, 2012 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leolvt/3326975 to your computer and use it in GitHub Desktop.
Save leolvt/3326975 to your computer and use it in GitHub Desktop.
Patch for the PKGBUILD from TeamSpeak 3 Package in AUR
diff -pruN teamspeak3/PKGBUILD teamspeak3.0.8.1/PKGBUILD
--- teamspeak3/PKGBUILD 2012-07-19 19:24:58.000000000 -0300
+++ teamspeak3.0.8.1/PKGBUILD 2012-08-11 14:39:40.043956784 -0300
@@ -2,7 +2,7 @@
# Maintainer: J.W. Birdsong <jwbirdsongATmailDOTcom>
pkgname=teamspeak3
-pkgver=3.0.8
+pkgver=3.0.8.1
pkgrel=1
pkgdesc="TeamSpeak is software for quality voice communication via the Internet"
url="http://www.teamspeak.com/"
@@ -14,7 +14,7 @@ source=("http://teamspeak.gameserver.gam
'teamspeak3.desktop' 'icon.xpm' 'teamspeak3.launcher')
- md5sums=('e891753662f2dbfe29e025f0ca6eadf6'
+ md5sums=('793eda40e6abb1002c13faa3945fbd33'
'be58a8798c5d1b7e95a89f6a6482db3e'
'19f103384e4c1a0aafc8fed44de0c87b'
'170fcbb1b468ce4f3dba7ee3fb2a1c6d')
@@ -24,7 +24,7 @@ source=("http://teamspeak.gameserver.gam
if [ "$CARCH" == "x86_64" ]; then
source[0]="http://teamspeak.gameserver.gamed.de/ts3/releases/${pkgver}/TeamSpeak3-Client-linux_amd64-${pkgver}.run"
- md5sums[0]='6ef5eec3fd235dc8d81cb83d57fc331a'
+ md5sums[0]='c4d6935625705cd9345a2b0f44feda16'
_TSARCH='amd64'
fi
build() {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment