summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfunilrys2021-02-05 23:53:06 +0000
committerfunilrys2021-02-05 23:53:06 +0000
commit43cea7ff91a0f3b38312911fdfb9ede732e4700e (patch)
tree26cc965cd694ae3ed1649f4f769ef6dd6190694e
parenta60935f93b696197678cfaa157571f0dce140810 (diff)
downloadaur-43cea7ff91a0f3b38312911fdfb9ede732e4700e.tar.gz
Increase pkgrel.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3021a3b7f98c..4792c90649bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = backupninja-git
pkgdesc = A centralized way to configure and schedule many different backup utilities
pkgver = 1113.5cc8040
- pkgrel = 3
+ pkgrel = 4
url = https://0xacab.org/liberate/backupninja
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index a36e6932a641..a3e9b7f0c029 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
_pkgname=backupninja
pkgname=$_pkgname-git
pkgver=1113.5cc8040
-pkgrel=1
+pkgrel=4
pkgdesc="A centralized way to configure and schedule many different backup utilities"
arch=('any')
-url="https://labs.riseup.net/code/projects/backupninja"
+url="https://0xacab.org/liberate/backupninja"
license=('GPL')
depends=('bash' 'dialog')
makedepends=('git')
@@ -15,7 +15,7 @@ optdepends=('rdiff-backup: rdiff backups'
'mariadb-clients: mysql backups'
'rsync: secure and reliable remote syncronisation tool'
'duplicity: duplicity backups')
-source=('backupninja::git+https://0xacab.org/riseuplabs/backupninja.git')
+source=('backupninja::git+https://0xacab.org/liberate/backupninja.git')
md5sums=('SKIP')
backup=('etc/backupninja.conf')
@@ -35,7 +35,6 @@ package() {
cd "$srcdir/$_pkgname"
make DESTDIR="$pkgdir" install
chmod a-x $pkgdir/usr/lib/$_pkgname/parseini
- chmod a-x $pkgdir/usr/lib/$_pkgname/vserver
mkdir -p "$pkgdir/usr/share/doc/$_pkgname/examples"
install -Dm644 $pkgdir/usr/share/$_pkgname/example.* $pkgdir/usr/share/doc/$_pkgname/examples
rm $pkgdir/usr/share/$_pkgname/example.*