diff options
-rw-r--r-- | xbackup/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xbackup/PKGBUILD b/xbackup/PKGBUILD index 7085c25..c09dd9c 100644 --- a/xbackup/PKGBUILD +++ b/xbackup/PKGBUILD @@ -2,16 +2,16 @@ # Maintainer: xengineering <me@xengineering.eu> pkgname=xbackup -pkgver=0.3.0 -pkgrel=1 +pkgver=1.0.0 +pkgrel=2 pkgdesc='Convenience wrapper around the Borg backup tool' arch=('any') -url="https://gitea.xengineering.eu/xengineering/${pkgname}" +url="https://cgit.xengineering.eu/${pkgname}" license=('GPL3') depends=('licenses' 'python' 'borg') backup=('etc/xbackup/config.json') source=("${url}/archive/${pkgver}.tar.gz") -md5sums=('db89f202880fbb93b06de7e2499cae7b') +md5sums=('5af24645bce07d87e3afd1467b9baccb') package() { cd ${srcdir}/${pkgname} |