summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--PKGBUILD.common7
3 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ac6357f4888..753185cf8cf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bareos
pkgdesc = Bareos - Backup Archiving REcovery Open Sourced
pkgver = 16.2.5
- pkgrel = 2
+ pkgrel = 3
url = http://www.bareos.org
arch = i686
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = bareos
optdepends = openssl: network encryption between daemons
source = git+https://github.com/bareos/bareos.git#tag=Release/16.2.5
source = PKGBUILD.common
- sha256sums = SKIP
- sha256sums = c81ae41baccc3b0762506da2539640e66b26e9cb4b9eb0fbe1b21257381b1490
+ md5sums = SKIP
+ md5sums = 2a416eabe98767f1da9d2ffc3aa65424
pkgname = bareos-common
pkgdesc = Bareos - Backup Archiving REcovery Open Sourced - Common files
diff --git a/PKGBUILD b/PKGBUILD
index 0e36b54d265d..22b731aea888 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,5 +25,5 @@ pkgname=("${pkgbase}-common"
source=("git+https://github.com/bareos/bareos.git#tag=Release/16.2.5"
"PKGBUILD.common")
-sha256sums=('SKIP'
- 'c81ae41baccc3b0762506da2539640e66b26e9cb4b9eb0fbe1b21257381b1490')
+md5sums=('SKIP'
+ '2a416eabe98767f1da9d2ffc3aa65424')
diff --git a/PKGBUILD.common b/PKGBUILD.common
index 28d3d7ec29f5..1f2460f81b28 100644
--- a/PKGBUILD.common
+++ b/PKGBUILD.common
@@ -3,7 +3,7 @@
pkgver=16.2.5
_pkgver=16.2.5
-pkgrel=2
+pkgrel=3
arch=(i686 x86_64)
groups=('bareos')
pkgdesc="Bareos - Backup Archiving REcovery Open Sourced"
@@ -93,11 +93,6 @@ _install_files() {
continue
fi
- #TODO: BUG 16.5 seems to have this in an install dir but doesn't build them
- if [[ $file == *"ndmp"*.so ]]; then
- continue
- fi
-
if [[ $second == "" ]]; then
pushd $_instdir &> /dev/null
set -f