summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2015-08-25 18:52:50 +0200
committerJoost Bremmer2015-08-25 18:52:50 +0200
commit032b3d3a29b7a07c43b929deacea428f337c004f (patch)
treec0e083ae7344f6158e59b8430a1bd8c3bf972023
parentdbc703ffcea670019d6579528092eff6c3e5c925 (diff)
downloadaur-032b3d3a29b7a07c43b929deacea428f337c004f.tar.gz
update pkg: mackup 0.8.11-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 466ec3ba712e..7a6fc8a8357d 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.9
+ pkgver = 0.8.11
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.9.tar.gz
- sha256sums = 9c8a9fe64446256cf86a116296105e2009e8e5c9421512962219690af7372741
+ source = https://github.com/lra/mackup/archive/0.8.11.tar.gz
+ sha256sums = a95ba796d4325ffc32f677a101972bfda18514ce0a3d629fa946e9165b8e1c28
pkgname = mackup
diff --git a/PKGBUILD b/PKGBUILD
index 50c892b2636d..c1c23f6757f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joost Bremmer <toost dot b at gmail dot com>
pkgname=mackup
-pkgver=0.8.9
+pkgver=0.8.11
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=('9c8a9fe64446256cf86a116296105e2009e8e5c9421512962219690af7372741')
+sha256sums=('a95ba796d4325ffc32f677a101972bfda18514ce0a3d629fa946e9165b8e1c28')