summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2015-10-17 23:13:57 +0200
committerJoost Bremmer2015-10-17 23:13:57 +0200
commitfa98677b63e9b31da0f1d6bcb9b442ee5ae110c6 (patch)
tree33bdfffd82bd147c0465180cd4329107c8df3107
parent032b3d3a29b7a07c43b929deacea428f337c004f (diff)
downloadaur-fa98677b63e9b31da0f1d6bcb9b442ee5ae110c6.tar.gz
update pkg: mackup 0.8.12-1
upstream release for changelog see: https://github.com/lra/mackup/blob/master/CHANGELOG.md
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a6fc8a8357d..0180ce35e633 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.11
+ pkgver = 0.8.12
pkgrel = 1
url = https://github.com/lra/mackup
arch = any
@@ -9,8 +9,8 @@ pkgbase = mackup
makedepends = python2-docopt
makedepends = python2-setuptools
depends = python2
- source = https://github.com/lra/mackup/archive/0.8.11.tar.gz
- sha256sums = a95ba796d4325ffc32f677a101972bfda18514ce0a3d629fa946e9165b8e1c28
+ source = https://github.com/lra/mackup/archive/0.8.12.tar.gz
+ sha256sums = f1ec65a4ec98b21e5b9fa6120e3f6e14c6d89cc6bf90123ac05e2befeb81ec25
pkgname = mackup
diff --git a/PKGBUILD b/PKGBUILD
index c1c23f6757f1..5f6b974de500 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joost Bremmer <toost dot b at gmail dot com>
pkgname=mackup
-pkgver=0.8.11
+pkgver=0.8.12
pkgrel=1
pkgdesc="a small Python utitlity to keep your application settings in sync."
arch=('any')
@@ -16,7 +16,7 @@ makedepends=(
source=("https://github.com/lra/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('a95ba796d4325ffc32f677a101972bfda18514ce0a3d629fa946e9165b8e1c28')
+sha256sums=('f1ec65a4ec98b21e5b9fa6120e3f6e14c6d89cc6bf90123ac05e2befeb81ec25')