summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee639d5ab464..d2fc7b832c4f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = backupninja-git
pkgdesc = A centralized way to configure and schedule many different backup utilities
pkgver = 1.0.2.14.ge0b4375
- pkgrel = 1
+ pkgrel = 2
url = https://labs.riseup.net/code/projects/backupninja
arch = any
license = GPL
makedepends = git
- depends = bash dialog
+ depends = bash
+ depends = dialog
optdepends = rdiff-backup: rdiff backups
optdepends = gzip: compress backups
optdepends = hwinfo: geting hardware information
@@ -14,7 +15,7 @@ pkgbase = backupninja-git
optdepends = rsync: secure and reliable remote syncronisation tool
optdepends = duplicity: duplicity backups
backup = etc/backupninja.conf
- source = git+https://0xacab.org/riseuplabs/backupninja.git
+ source = backupninja::git+https://0xacab.org/riseuplabs/backupninja.git
md5sums = SKIP
pkgname = backupninja-git
diff --git a/PKGBUILD b/PKGBUILD
index 6e3fdf97a4e2..743497346b9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
_pkgname=backupninja
pkgname=$_pkgname-git
pkgver=1.0.2.14.ge0b4375
-pkgrel=1
+pkgrel=2
pkgdesc="A centralized way to configure and schedule many different backup utilities"
arch=('any')
url="https://labs.riseup.net/code/projects/backupninja"
license=('GPL')
-depends=('bash dialog')
+depends=('bash' 'dialog')
makedepends=('git')
optdepends=('rdiff-backup: rdiff backups'
'gzip: compress backups'
@@ -15,7 +15,7 @@ optdepends=('rdiff-backup: rdiff backups'
'mariadb-clients: mysql backups'
'rsync: secure and reliable remote syncronisation tool'
'duplicity: duplicity backups')
-source=('git+https://0xacab.org/riseuplabs/backupninja.git')
+source=('backupninja::git+https://0xacab.org/riseuplabs/backupninja.git')
md5sums=('SKIP')
backup=('etc/backupninja.conf')