summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Souza2022-03-30 15:14:49 -0300
committerDaniel Souza2022-03-30 15:15:37 -0300
commit2489d287ae6e17befd2e8a8092bba875bee1d96e (patch)
treee3782ae022bdf6867100a26cf9abd384341d5500
parent0cfca5681f827bb674b3192a877ee48238c1c479 (diff)
downloadaur-2489d287ae6e17befd2e8a8092bba875bee1d96e.tar.gz
Update source URL
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c8736fefe5a..12ab6202e796 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = arbie-git
pkgdesc = Automatic Robust Backup, an archiving and synchronization tool.
- pkgver = v1.1.r5.g3fe90f2
- pkgrel = 1
+ pkgver = v1.1.1.r0.g5a2d9d2
+ pkgrel = 2
url = https://github.com/danisztls/arbie
install = arbie.install
arch = any
@@ -17,7 +17,7 @@ pkgbase = arbie-git
optdepends = gopass: improved password manager
provides = arbie
conflicts = arbie
- source = git://github.com/danisztls/arbie#branch=main
+ source = git+https://github.com/danisztls/arbie.git#branch=main
sha512sums = SKIP
pkgname = arbie-git
diff --git a/PKGBUILD b/PKGBUILD
index 0770ef47fd6a..bc4e96cb1b1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_gitbranch=main
_gitauthor=danisztls
pkgname=arbie-git
-pkgver=v1.1.r5.g3fe90f2
-pkgrel=1
+pkgver=v1.1.1.r0.g5a2d9d2
+pkgrel=2
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}")
+source=("git+https://github.com/${_gitauthor}/${pkgname%-git}.git#branch=${_gitbranch}")
install=arbie.install
sha512sums=('SKIP')
depends=('bash' 'borg' 'gocryptfs' 'rclone' 'rsync' 'systemd' 'git')