diff options
Diffstat (limited to 'xbackup/PKGBUILD')
-rw-r--r-- | xbackup/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xbackup/PKGBUILD b/xbackup/PKGBUILD index c09dd9c..c38c194 100644 --- a/xbackup/PKGBUILD +++ b/xbackup/PKGBUILD @@ -3,15 +3,15 @@ pkgname=xbackup pkgver=1.0.0 -pkgrel=2 +pkgrel=3 pkgdesc='Convenience wrapper around the Borg backup tool' arch=('any') url="https://cgit.xengineering.eu/${pkgname}" license=('GPL3') depends=('licenses' 'python' 'borg') backup=('etc/xbackup/config.json') -source=("${url}/archive/${pkgver}.tar.gz") -md5sums=('5af24645bce07d87e3afd1467b9baccb') +source=("git+${url}") +md5sums=('SKIP') package() { cd ${srcdir}/${pkgname} |