summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2018-01-28 16:40:38 -0600
committerDan Beste2018-01-28 16:40:38 -0600
commit5feff3e8b0292e02f1eab6bed1e46aa413c775b9 (patch)
tree71207d4228956d425dbd1cc3885a3caaef8df69c
parentbc22bd17cd3bbc18f367bb01a48f05ad73ef9551 (diff)
downloadaur-5feff3e8b0292e02f1eab6bed1e46aa413c775b9.tar.gz
v1.1.14
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24151aac6b2e..390678797ae8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: stef204 <https://aur.archlinux.org/account/stef204>
pkgname='borgmatic'
-pkgver=1.1.11
+pkgver=1.1.14
pkgrel=2
pkgdesc='A wrapper script for Borg backup software that creates and prunes backups'
arch=('any')
@@ -13,15 +13,12 @@ depends=('borg' 'python-pykwalify' 'python-ruamel-yaml')
makedepends=('git' 'python-setuptools' 'python-tox')
provides=('borgmatic')
install="${pkgname}.install"
-# Main repository moved over to gittea. Switch to using commits until tags are
-# fixed:
-_commit='3e26e70d0c188641efa978d777202064c7200b99'
source=(
- "git+https://projects.torsion.org/witten/borgmatic.git#commit=${commit}"
+ "${pkgname}-${pkgver}.tar.gz::https://projects.torsion.org/witten/borgmatic/archive/${pkgver}.tar.gz"
"${pkgname}.install"
)
sha256sums=(
- 'SKIP'
+ '9436b10bd245f73a529ca91d98b98bdc047e268efbdfb619dd5c65b477af043a'
'2862763feea83e3ee0fb65c9f3fec648312486cd8ab48cd7cac70a7bb742b55b'
)