summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Souza2021-05-11 10:26:07 -0300
committerDaniel Souza2021-05-11 10:26:07 -0300
commit38b5f7324a831e63407942eb153f86bca36e4293 (patch)
tree578e1aa37b3be99dad7a3fde8244f1103682a475 /PKGBUILD
parent4538d45b6f08de763218f7a190566b103b86d161 (diff)
downloadaur-38b5f7324a831e63407942eb153f86bca36e4293.tar.gz
Disable arbie.install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')