summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Souza2021-05-11 10:26:07 -0300
committerDaniel Souza2021-05-11 10:26:07 -0300
commit38b5f7324a831e63407942eb153f86bca36e4293 (patch)
tree578e1aa37b3be99dad7a3fde8244f1103682a475
parent4538d45b6f08de763218f7a190566b103b86d161 (diff)
downloadaur-38b5f7324a831e63407942eb153f86bca36e4293.tar.gz
Disable arbie.install
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8bdfb179dd80..47bf44970c1a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,8 @@
pkgbase = arbie-git
pkgdesc = Automatic Robust Backup, an archiving and synchronization tool.
pkgver = v1.0.1.r0.g6f49e02
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/danisztls/arbie
- install = arbie.install
arch = any
license = MIT
depends = bash
diff --git a/PKGBUILD b/PKGBUILD
index d22e712a039a..aec45261ed38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ _gitbranch=main
_gitauthor=danisztls
pkgname=arbie-git
pkgver=v1.0.1.r0.g6f49e02
-pkgrel=3
+pkgrel=4
pkgdesc="Automatic Robust Backup, an archiving and synchronization tool."
arch=('any')
license=('MIT')
url="https://github.com/${_gitauthor}/${pkgname%-git}"
source=("git://github.com/${_gitauthor}/${pkgname%-git}#branch=${_gitbranch}")
-install="arbie.install"
+#install="arbie.install"
sha512sums=('SKIP')
depends=('bash' 'borg' 'gocryptfs' 'rclone' 'rsync' 'systemd' 'git')
optdepends=('pass: standard password manager' 'gopass: improved password manager')