summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authork0n24d2016-06-13 11:17:35 +0200
committerk0n24d2016-06-13 11:17:35 +0200
commit2c28a43a38b97264635b54e85795611cd706e095 (patch)
treeaa8e03c5964b4646a342b1cf28f7fbaf8903fc0b
parent0e0644991b69d7b6150ad349d362e4f90f3c921f (diff)
downloadaur-2c28a43a38b97264635b54e85795611cd706e095.tar.gz
Updated to 1.4.14, added extra arch, fixed build error
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD10
2 files changed, 15 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f071382ef38..71a70e5c104e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,25 @@
-# Generated by makepkg 5.0.0
-# Sat Feb 20 10:18:05 UTC 2016
pkgbase = urbackup-server
pkgdesc = Client Server backup system
- pkgver = 1.4.12
- pkgrel = 3
+ pkgver = 1.4.14
+ pkgrel = 1
url = http://www.urbackup.org/
install = urbackup.install
arch = i686
arch = x86_64
+ arch = armv5
+ arch = armv6h
+ arch = armv6
+ arch = armv7h
+ arch = armv7
+ arch = aarch64
license = GPL
makedepends = gcc-libs
makedepends = gcc
makedepends = make
depends = crypto++
depends = fuse
- source = https://hndl.urbackup.org/Server/1.4.12/urbackup-server-1.4.12.tar.gz
- md5sums = c27d1da5a37db2ecfc7bced20e2d995e
+ source = https://hndl.urbackup.org/Server/1.4.14/urbackup-server-1.4.14.tar.gz
+ md5sums = ae98252bf0a2afa1bd0d96abb715fea2
pkgname = urbackup-server
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
}