summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthias Fulz2019-12-25 23:04:39 +0100
committerMatthias Fulz2019-12-25 23:04:39 +0100
commitbc3ccfabb5fd07797b41af4cae0ce3da106666d4 (patch)
tree61161ad3804a75095234417e989b5dfa330d50e6 /PKGBUILD
parent0f1bd6b03357e1463fcd91cce742e7448e038c8f (diff)
downloadaur-bc3ccfabb5fd07797b41af4cae0ce3da106666d4.tar.gz
missing lsb-release added as makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86f4190b7f62..dbd65167a704 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
-# Maintainer: Michael Spradling <mike@mspradling.com>
# Maintainer: Matthias Fulz <mfulz@olznet.net>
+# Maintainer: Michael Spradling <mike@mspradling.com>
# Contributor: Michael Spradling <mike@mspradling.com>
pkgbase='bareos'
@@ -25,13 +25,13 @@ pkgname=("${pkgbase}-common"
pkgmajor=18
pkgver=18.2.6
-pkgrel=3
+pkgrel=4
arch=(i686 x86_64 armv7h aarch64)
groups=('bareos')
pkgdesc="Bareos - Backup Archiving REcovery Open Sourced"
url="http://www.bareos.org"
license=('AGPL3')
-makedepends=('libmariadbclient' 'postgresql-libs' 'sqlite3' 'python2' 'cmake' 'rpcsvc-proto' 'git')
+makedepends=('libmariadbclient' 'postgresql-libs' 'sqlite3' 'python2' 'cmake' 'rpcsvc-proto' 'git' 'lsb-release')
source=("git+https://github.com/bareos/bareos.git#tag=Release/$pkgver")
md5sums=('SKIP')