summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVilar da Camara Neto2020-03-03 21:18:27 +0000
committerVilar da Camara Neto2020-03-03 21:18:27 +0000
commitc90d0a00ad240faef81749483c37a63627c5a51b (patch)
tree173ff34a4576ea399551fde979ade545562f2a07
parent12537a651060916182df4d277a6f860fa017e62b (diff)
downloadaur-c90d0a00ad240faef81749483c37a63627c5a51b.tar.gz
Add python-pymysql to dependency list (required by holland.lib.mysql since v1.2.1)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b32f442fd6f2..89416c62b06f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = holland
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = http://hollandbackup.org
arch = any
license = BSD
@@ -11,8 +11,8 @@ pkgbase = holland
source = holland-1.2.1.tar.gz::https://github.com/holland-backup/holland/archive/v1.2.1.tar.gz
source = holland-backup.github.com-1.2.1.tar.gz::https://github.com/holland-backup/holland-backup.github.com/archive/v1.2.1.tar.gz
source = holland.logrotate
- sha256sums = 88350191414df3c855aadb4798eacef266be12fadf0b7230587c9e0c1f6874d1
- sha256sums = ee6c5c58ccab4eda6d85518ba9b0f97d84b246ccf2313d75072422354ca183cf
+ sha256sums = 932197f5cbeac3414ef673b295d75b20df83950b3a1be411a08281c7c11a06a0
+ sha256sums = 2eb05e408e39ee6b5d882011e2cdf9cd9ddd8c9af1df7c9e917c44efad4ffd49
sha256sums = 6b0240375e5cafe24a4e0c6fd078e42eaff4f5b2030f7fba4202d052d9a54995
pkgname = holland
@@ -24,6 +24,7 @@ pkgname = holland
depends = python-future
depends = python-configobj
depends = python-sphinx
+ depends = python-pymysql
backup = etc/holland/holland.conf
backup = etc/holland/backupsets/default.conf
diff --git a/PKGBUILD b/PKGBUILD
index fc1dc3d0cf4d..41f80243f9c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgname=('holland' 'holland-common' 'holland-lvm' 'holland-mysql'
'holland-mysqldump' 'holland-mysqllvm' 'holland-pgdump'
'holland-xtrabackup' 'holland-mariabackup' 'holland-mongodump')
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
arch=('any')
url="http://hollandbackup.org"
license=('BSD' 'GPL2')
@@ -63,7 +63,7 @@ build() {
package_holland() {
pkgdesc="Pluggable backup framework focusing on databases"
license=('BSD')
- depends=('python' 'python-setuptools' 'python-six' 'python-future' 'python-configobj' 'python-sphinx')
+ depends=('python' 'python-setuptools' 'python-six' 'python-future' 'python-configobj' 'python-sphinx' 'python-pymysql')
backup=('etc/holland/holland.conf'
'etc/holland/backupsets/default.conf')