summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122018-11-09 11:36:11 +0100
committerwillemw122018-11-09 11:36:11 +0100
commita614860bd04d5d8632794ab98378f87e47acb80f (patch)
tree31473fb06c870d30632f4ce86fb9090a01e0fb95
parentdeaede31b8df988955c94ce710f7b0a2c26494c0 (diff)
downloadaur-a614860bd04d5d8632794ab98378f87e47acb80f.tar.gz
Change source URL from git:// to git+https://. Remove 'gocryptfs' comments
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9eb4762e9575..47b612a3f1b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = backintime-git
- pkgver = 1.1.12.r440.gd0f9b844
+ pkgver = 1.1.24
pkgrel = 1
url = https://github.com/bit-team/backintime
arch = any
@@ -11,7 +11,7 @@ pkgbase = backintime-git
makedepends = rsync
makedepends = systemd
makedepends = xorg-xdpyinfo
- source = backintime::git://github.com/bit-team/backintime.git
+ source = backintime::git+https://github.com/bit-team/backintime.git
md5sums = SKIP
pkgname = backintime-git
@@ -23,8 +23,8 @@ pkgname = backintime-git
depends = python-pyqt5
depends = xorg-xdpyinfo
optdepends = kompare: diff tool
- optdepends = python-secretstorage: store passwords
optdepends = meld: diff tool
+ optdepends = python-secretstorage: store passwords
provides = backintime
conflicts = backintime
diff --git a/PKGBUILD b/PKGBUILD
index a99616a877b6..adaeafae378a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
_pkgname=backintime
pkgname=($_pkgname-git $_pkgname-cli-git)
-pkgver=1.1.12.r440.gd0f9b844
+pkgver=1.1.24
pkgrel=1
url="https://github.com/bit-team/backintime"
license=('GPL')
arch=('any')
makedepends=('git' 'openssh' 'python-dbus' 'python-keyring' 'rsync' 'systemd' 'xorg-xdpyinfo')
-#checkdepends=('gocryptfs')
-source=($_pkgname::git://github.com/bit-team/backintime.git)
+source=($_pkgname::git+https://github.com/bit-team/backintime.git)
md5sums=('SKIP')
pkgver() {
@@ -35,7 +34,7 @@ check() {
package_backintime-cli-git() {
pkgdesc="Simple backup/snapshot system inspired by Flyback and TimeVault. CLI version."
depends=('cron' 'fuse2' 'openssh' 'python-dbus' 'python-keyring' 'rsync')
- #'gocryptfs: encrypted filesystems'
+ #'ecryptfs-utils: verify home encryption'
optdepends=('encfs: encrypted filesystems'
'sshfs: remote filesystems')
provides=($_pkgname-cli)
@@ -50,8 +49,8 @@ package_backintime-git() {
#depends=('backintime-cli' 'libnotify' 'polkit' 'python-dbus' 'python-pyqt5' 'xorg-xdpyinfo')
depends=('backintime-cli-git' 'libnotify' 'polkit' 'python-dbus' 'python-pyqt5' 'xorg-xdpyinfo')
optdepends=('kompare: diff tool'
- 'python-secretstorage: store passwords'
- 'meld: diff tool')
+ 'meld: diff tool'
+ 'python-secretstorage: store passwords')
provides=($_pkgname)
conflicts=($_pkgname)