summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2019-08-02 13:47:44 +0200
committerJoost Bremmer2019-08-02 13:47:44 +0200
commitb12bc21c1386ae3d96e9630ba5a3657669162037 (patch)
treefe76360abe869e86e1a8d6d8b20f686a0ef72fb9
parenta675028a79075c4fb9d1f578b912d836bf9cae3a (diff)
downloadaur-b12bc21c1386ae3d96e9630ba5a3657669162037.tar.gz
Upstream release: 0.8.26
See https://github.com/lra/mackup/releases/tag/0.8.26 for changelog Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6152195da056..8a28d63cea6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mackup
pkgdesc = a small Python utitlity to keep your application settings in sync.
- pkgver = 0.8.25
+ pkgver = 0.8.26
pkgrel = 1
url = https://github.com/lra/mackup
arch = any
@@ -9,8 +9,8 @@ pkgbase = mackup
makedepends = python-setuptools
depends = python
depends = python-docopt
- source = https://github.com/lra/mackup/archive/0.8.25.tar.gz
- sha256sums = 13e68bde2dee8033a292d820a724d42bcb9e0ba21a7844111a95b440d3b1903b
+ source = https://github.com/lra/mackup/archive/0.8.26.tar.gz
+ sha256sums = e74d8cfd235a70dea26f0f3fcf4f60a78313e51c1a01ae3edd2558bf5c62dd7a
pkgname = mackup
diff --git a/PKGBUILD b/PKGBUILD
index a5100f81035e..9d010b884544 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joost Bremmer <contact@madeofmagicandwires.online>
pkgname=mackup
-pkgver=0.8.25
+pkgver=0.8.26
pkgrel=1
pkgdesc="a small Python utitlity to keep your application settings in sync."
arch=('any')
@@ -14,7 +14,7 @@ makedepends=('python'
'python-setuptools')
source=("https://github.com/lra/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('13e68bde2dee8033a292d820a724d42bcb9e0ba21a7844111a95b440d3b1903b')
+sha256sums=('e74d8cfd235a70dea26f0f3fcf4f60a78313e51c1a01ae3edd2558bf5c62dd7a')
package() {