summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2017-11-27 12:08:11 -0600
committerDan Beste2017-11-27 12:08:41 -0600
commit2a303086247cc606ad62a317b5698c9f918638d7 (patch)
treee9a9ef98f105ed23843628fdf2ff8bf841e94135
parente7fce1538f4e78f695ffaf3590e4c3e70f85d64b (diff)
downloadaur-2a303086247cc606ad62a317b5698c9f918638d7.tar.gz
v1.1.11
* PKGBUILD: Bumped commit
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD13
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 533bc2857928..afa658e980a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,7 @@ pkgbase = borgmatic
depends = python-pykwalify
depends = python-ruamel-yaml
provides = borgmatic
- source = git+https://projects.torsion.org/witten/borgmatic.git#commit=425e27dee5443e3121d18340b990974a6de51071
+ source = git+https://projects.torsion.org/witten/borgmatic.git#commit=
source = borgmatic.install
sha256sums = SKIP
sha256sums = 2862763feea83e3ee0fb65c9f3fec648312486cd8ab48cd7cac70a7bb742b55b
diff --git a/PKGBUILD b/PKGBUILD
index 44d965f16bea..8598dfe09230 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,10 +15,15 @@ provides=('borgmatic')
install="${pkgname}.install"
# Main repository moved over to gittea. Switch to using commits until tags are
# fixed:
-source=('git+https://projects.torsion.org/witten/borgmatic.git#commit=425e27dee5443e3121d18340b990974a6de51071'
- "${pkgname}.install")
-sha256sums=('SKIP'
- '2862763feea83e3ee0fb65c9f3fec648312486cd8ab48cd7cac70a7bb742b55b')
+_commit='3e26e70d0c188641efa978d777202064c7200b99'
+source=(
+ "git+https://projects.torsion.org/witten/borgmatic.git#commit=${commit}"
+ "${pkgname}.install"
+)
+sha256sums=(
+ 'SKIP'
+ '2862763feea83e3ee0fb65c9f3fec648312486cd8ab48cd7cac70a7bb742b55b'
+)
prepare() {
cd "${pkgname}"