summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2016-10-04 23:19:00 +0200
committerfunilrys2016-10-04 23:19:00 +0200
commit40eaa730e392a31cdc92c594d9231619651965cd (patch)
treefd57af8ff90ca3c5c1e67cc2e777d5ed7c41d136
parent4109626025c267875789fdb091372548f45e33db (diff)
downloadaur-40eaa730e392a31cdc92c594d9231619651965cd.tar.gz
Update to v1.0.2 -- UNRELEASED
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cfa2d68d6bd8..a46ff16222c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = backupninja-git
pkgdesc = A centralized way to configure and schedule many different backup utilities
- pkgver = 1.0.1.r59.g41c3544
+ pkgver = 1.0.2
pkgrel = 2
url = https://labs.riseup.net/code/projects/backupninja
arch = any
@@ -13,8 +13,8 @@ pkgbase = backupninja-git
optdepends = mariadb-clients: mysql backups
optdepends = rsync: secure and reliable remote syncronisation tool
optdepends = duplicity: duplicity backups
- backup = etc/backupninja/backupninja.conf
- source = git+https://labs.riseup.net/code/backupninja.git
+ backup = etc/backupninja.conf
+ source = git+https://0xacab.org/riseuplabs/backupninja.git
md5sums = SKIP
pkgname = backupninja-git
diff --git a/PKGBUILD b/PKGBUILD
index 80a23028a773..343d4a08269d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
+# Maintainer: Nissar Chababy <funilrys at outlook dot com>
_pkgname=backupninja
pkgname=$_pkgname-git
-pkgver=1.0.1.r59.g41c3544
+pkgver=1.0.2
pkgrel=2
pkgdesc="A centralized way to configure and schedule many different backup utilities"
arch=('any')
@@ -14,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://labs.riseup.net/code/backupninja.git')
+source=('git+https://0xacab.org/riseuplabs/backupninja.git')
md5sums=('SKIP')
backup=('etc/backupninja.conf')
pkgver() {