summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosch (GNS Systems GmbH)2017-04-12 16:25:48 +0200
committerTobias Grosch (GNS Systems GmbH)2017-04-12 16:25:48 +0200
commit22aed407d436aae3533fad92c54badeb006c67ef (patch)
tree38d0b3bf8cb50ecc493a5092eae4f29746258d30
parent04a82bf71ff4d0969b2357acfa5ff00d25b81a68 (diff)
downloadaur-22aed407d436aae3533fad92c54badeb006c67ef.tar.gz
bug fix in PKGBUILD and .SRCINFO
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51df264e1123..03e7c0b539d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = bacula-client
+pkgbase = bacula5-client
pkgdesc = A network backup tool for Linux, Unix, Mac and Windows - client edition
pkgver = 5.2.13
pkgrel = 1
@@ -10,7 +10,7 @@ pkgbase = bacula-client
license = GPL2
depends = openssl
provides = bacula-fd=5.2.13
- conflicts = bacula
+ conflicts = bacula bacula-client
backup = etc/bacula/bconsole.conf
backup = etc/bacula/bacula-fd.conf
source = http://downloads.sourceforge.net/project/bacula/bacula/5.2.13/bacula-5.2.13.tar.gz
@@ -18,5 +18,5 @@ pkgbase = bacula-client
sha256sums = a4bed458bf001889bd06bf31671b5d9908055a1d1e8113fd750ae4d326607ad8
sha256sums = 37cdab95a99142a7e8494f0a49e54a5bfb1dca28561d0ce70ea64bf98e0c50fd
-pkgname = bacula-client
+pkgname = bacula5-client
diff --git a/PKGBUILD b/PKGBUILD
index 255779a0a16d..ab46144eb976 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
# Contributor: Xavion <Xavion (dot) 0 (at) Gmail (dot) com>
# Contributor: Matthew <pyther@pyther.net>
-pkgname=bacula-client
+pkgname=bacula5-client
pkgver=5.2.13
pkgrel=1
pkgdesc='A network backup tool for Linux, Unix, Mac and Windows - client edition'
-conflicts=('bacula')
+conflicts=('bacula' 'bacula-client')
depends=('openssl')
provides=("bacula-fd=${pkgver}")
arch=('i686' 'x86_64' 'arm' 'armv6h')