diff options
author | xengineering <me@xengineering.eu> | 2021-12-27 11:46:09 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-12-27 11:46:09 +0100 |
commit | 75192bfe1ca9ec7e7962f19a63f22b86fc63032d (patch) | |
tree | aed6a3d30dd8c5c4e5fd1ff7055e46d1fda7d1ba | |
parent | 6ce1d23089907ee4368a7dd7bcd857177f835064 (diff) | |
download | pkgbuilds-75192bfe1ca9ec7e7962f19a63f22b86fc63032d.tar pkgbuilds-75192bfe1ca9ec7e7962f19a63f22b86fc63032d.tar.zst pkgbuilds-75192bfe1ca9ec7e7962f19a63f22b86fc63032d.zip |
Update Source of xbackup
-rw-r--r-- | xbackup/.gitignore | 1 | ||||
-rw-r--r-- | xbackup/PKGBUILD | 6 |
2 files changed, 4 insertions, 3 deletions
diff --git a/xbackup/.gitignore b/xbackup/.gitignore new file mode 100644 index 0000000..23869d1 --- /dev/null +++ b/xbackup/.gitignore @@ -0,0 +1 @@ +xbackup 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} |