summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authork0n24d2016-06-13 11:17:35 +0200
committerk0n24d2016-06-13 11:17:35 +0200
commit2c28a43a38b97264635b54e85795611cd706e095 (patch)
treeaa8e03c5964b4646a342b1cf28f7fbaf8903fc0b /PKGBUILD
parent0e0644991b69d7b6150ad349d362e4f90f3c921f (diff)
downloadaur-2c28a43a38b97264635b54e85795611cd706e095.tar.gz
Updated to 1.4.14, added extra arch, fixed build error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1e447353398..4d19274c554a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Contributor: Artem Alabin <kirpicheff@yandex.ru>
# Contributor: K0n24d <konrad AT knauber DOT net>
pkgname=urbackup-server
-pkgver=1.4.12
-pkgrel=3
+pkgver=1.4.14
+pkgrel=1
pkgdesc="Client Server backup system"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'armv5' 'armv6h' 'armv6' 'armv7h' 'armv7' 'aarch64')
url="http://www.urbackup.org/"
license=('GPL')
makedepends=('gcc-libs' 'gcc' 'make')
depends=('crypto++' 'fuse')
source=("https://hndl.urbackup.org/Server/${pkgver}/urbackup-server-${pkgver}.tar.gz")
install='urbackup.install'
-md5sums=('c27d1da5a37db2ecfc7bced20e2d995e')
+md5sums=('ae98252bf0a2afa1bd0d96abb715fea2')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --localstatedir=/var --enable-packaging --with-mountvhd
+ CXXFLAGS=-ansi ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc --localstatedir=/var --enable-packaging --with-mountvhd
make
}