summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfunilrys2016-09-14 20:01:07 +0200
committerfunilrys2016-09-14 20:01:07 +0200
commit7b61ce09f607655ca4a4340f69cd0afd664fda3c (patch)
tree09230b4d6dcf62dd6bca548562454d6be1ece338 /PKGBUILD
parent212ba850a49fc05706537031b5b5c6c1536288ce (diff)
downloadaur-7b61ce09f607655ca4a4340f69cd0afd664fda3c.tar.gz
Update to v2.0.34
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe27a5fefeb6..368727d50867 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nissar Chababy <funilrys at outlook dot com>
# Ex-Maintainer: K0n24d <konrad AT knauber DOT net>
pkgname=urbackup2-server
-pkgver=2.0.33
+pkgver=2.0.34
pkgrel=2
pkgdesc="Client Server backup system"
arch=('i686' 'x86_64' 'armv5' 'armv6h' 'armv6' 'armv7h' 'armv7' 'aarch64')
@@ -12,7 +12,7 @@ depends=('sqlite' 'crypto++' 'curl' 'fuse' 'zlib')
conflicts=('urbackup-server')
source=("https://www.urbackup.org/downloads/Server/${pkgver}/urbackup-server-${pkgver}.tar.gz")
install='urbackup.install'
-md5sums=('dd48905872479b13715cbdca074ca335')
+md5sums=('1a4071a888ca6380d7076c3e0ca5118c')
CFLAGS="-march=native -O2 -pipe -fstack-protector-strong -ansi"
CXXFLAGS="${CFLAGS}"