summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46b4bbd035aa..d1e616dcde6f 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.13
+ pkgver = 0.8.14
pkgrel = 1
url = https://github.com/lra/mackup
arch = any
@@ -9,7 +9,7 @@ pkgbase = mackup
makedepends = python2-docopt
makedepends = python2-setuptools
depends = python2
- source = https://github.com/lra/mackup/archive/0.8.13.tar.gz
+ source = https://github.com/lra/mackup/archive/0.8.14.tar.gz
sha256sums = b42e7ccec9bf270b154b9bae1e1608b1068a6b3ca289991c755c915dd6e18f43
pkgname = mackup
diff --git a/PKGBUILD b/PKGBUILD
index 5682257283c5..e10fb31f919a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joost Bremmer <toost dot b at gmail dot com>
pkgname=mackup
-pkgver=0.8.13
+pkgver=0.8.14
pkgrel=1
pkgdesc="a small Python utitlity to keep your application settings in sync."
arch=('any')