summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael DeGuzis2017-08-01 22:56:16 -0400
committerMichael DeGuzis2017-08-01 22:56:16 -0400
commitc3787afd4d2eaca6c6c1aeeca87a4e216d56e794 (patch)
treed99d51ae02bde13c5a696c9836f897cdf1d0f97e
parent91e709b1622ac3bc45b8cb8b92867404bac4278f (diff)
downloadaur-c3787afd4d2eaca6c6c1aeeca87a4e216d56e794.tar.gz
update pkg
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 635e4ea3b002..dd7d21adb9fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = guacamole-server-git
pkgdesc = Guacamole proxy daemon
- pkgver = 0.9.12.incubating.r68.g04205a9b
- pkgrel = 2
+ pkgver = 0.9.13.incubating.r42.g6236eb8f
+ pkgrel = 1
url = http://guacamole.sourceforge.net/
arch = i686
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..05c6d4d4c97b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 448d8da15ad3..ac0252b374c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=guacamole-server-git
_gitname=guacamole-server
-pkgver=0.9.12.incubating.r68.g04205a9b
-pkgrel=2
+pkgver=0.9.13.incubating.r42.g6236eb8f
+pkgrel=1
pkgdesc="Guacamole proxy daemon"
arch=('i686' 'x86_64')
url="http://guacamole.sourceforge.net/"
@@ -43,7 +43,7 @@ build() {
--with-openssl \
--prefix=/usr \
--sbindir=/usr/bin \
- CPPFLAGS="-Wno-error=pedantic"
+ CPPFLAGS="-Wno-error=pedantic -Wno-error=format-overflow"
make
}