summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2019-01-19 23:51:10 +0100
committerJoost Bremmer2019-01-19 23:51:10 +0100
commitfbae2cfc03f8ba2ae478be8fe88acc336835790a (patch)
tree732ca35047c5b2328b52fee32ba1d2a7b1898821
parent54055eb5901c818f01378fd70b0a665e94d9d60e (diff)
downloadaur-fbae2cfc03f8ba2ae478be8fe88acc336835790a.tar.gz
mackup: Upstream release 0.8.22
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0f04d626b13..ce531d220714 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mackup
pkgdesc = a small Python utitlity to keep your application settings in sync.
- pkgver = 0.8.18
- pkgrel = 2
+ pkgver = 0.8.22
+ pkgrel = 1
url = https://github.com/lra/mackup
arch = any
license = GPL3
@@ -9,8 +9,8 @@ pkgbase = mackup
makedepends = python-setuptools
depends = python
depends = python-docopt
- source = https://github.com/lra/mackup/archive/0.8.18.tar.gz
- sha256sums = b4cbc729213717e5343371c682e098518fbd0be2209366a7f1b22c9ba6d1afa4
+ source = https://github.com/lra/mackup/archive/0.8.22.tar.gz
+ sha256sums = 277471d41b89d0cd43846c2bdb52b1fe020afcc3cb974e8639a42f29bbbf8ec0
pkgname = mackup
diff --git a/PKGBUILD b/PKGBUILD
index c7198120dc86..ed44e61a61d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Joost Bremmer <toost dot b at gmail dot com>
pkgname=mackup
-pkgver=0.8.18
-pkgrel=2
+pkgver=0.8.22
+pkgrel=1
pkgdesc="a small Python utitlity to keep your application settings in sync."
arch=('any')
url="https://github.com/lra/mackup"
@@ -15,7 +15,7 @@ makedepends=(
'python-setuptools')
source=("https://github.com/lra/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('b4cbc729213717e5343371c682e098518fbd0be2209366a7f1b22c9ba6d1afa4')
+sha256sums=('277471d41b89d0cd43846c2bdb52b1fe020afcc3cb974e8639a42f29bbbf8ec0')
package() {