summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Spradling2016-05-12 00:02:55 -0400
committerMichael Spradling2016-05-12 00:02:55 -0400
commit15216c722eff0237be7f1a422a7a8bf34b334829 (patch)
tree3b10e4b90f857cf1532373f8b636c0cf2f1b1bf0
parent5d7d9730fb46043d6acaafd24f4b9ee296af938d (diff)
downloadaur-15216c722eff0237be7f1a422a7a8bf34b334829.tar.gz
Removed python3 dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
-rw-r--r--PKGBUILD.common2
3 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff49bcc431b9..f4a27575ea4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,13 +13,12 @@ pkgbase = bareos
makedepends = lzo
makedepends = acl
makedepends = libcap
- makedepends = python
makedepends = python2
optdepends = openssl: network encryption between daemons
source = https://github.com/bareos/bareos/archive/Release/15.2.2.tar.gz
source = PKGBUILD.common
sha256sums = f314e7d3e99e92b4261af97888ddcdaaedf513b638745b07270db3e6930e9008
- sha256sums = fcd764fbe49f8e2c0a2379f3dc404859bea8c6dbdacd58e0afc17f81d5b17f7d
+ sha256sums = 828ca13226118420bc3774d85a750efdb38b0107b7d8a8763dea2e1b7bd802f2
pkgname = bareos-common
pkgdesc = Bareos - Backup Archiving REcovery Open Sourced - Common files
diff --git a/PKGBUILD b/PKGBUILD
index a39fe8a518db..7f3b2030b624 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,5 +26,4 @@ source=("https://github.com/bareos/bareos/archive/Release/${pkgver}.tar.gz"
"PKGBUILD.common")
sha256sums=('f314e7d3e99e92b4261af97888ddcdaaedf513b638745b07270db3e6930e9008'
- 'fcd764fbe49f8e2c0a2379f3dc404859bea8c6dbdacd58e0afc17f81d5b17f7d')
-
+ '828ca13226118420bc3774d85a750efdb38b0107b7d8a8763dea2e1b7bd802f2')
diff --git a/PKGBUILD.common b/PKGBUILD.common
index 26a29beb5eb9..9f9c11939c99 100644
--- a/PKGBUILD.common
+++ b/PKGBUILD.common
@@ -8,7 +8,7 @@ groups=('bareos')
pkgdesc="Bareos - Backup Archiving REcovery Open Sourced"
url="http://www.bareos.org"
license=('AGPL3')
-makedepends=('sqlite' 'libmariadbclient' 'postgresql-libs' 'lzo' 'acl' 'libcap' 'python' 'python2')
+makedepends=('sqlite' 'libmariadbclient' 'postgresql-libs' 'lzo' 'acl' 'libcap' 'python2')
optdepends=('openssl: network encryption between daemons')
_instdir="${startdir}/install"