summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2021-11-11 01:34:51 +0100
committerJoost Bremmer2021-11-11 01:34:51 +0100
commita2235127aa703ea5830c0d608635833601f42ec0 (patch)
tree3eefd49c82e85730be353b3196b612e31cabf427
parentaff2890aa99ff2afac3165650da92b00fca6b6d6 (diff)
downloadaur-a2235127aa703ea5830c0d608635833601f42ec0.tar.gz
upstream release: 0.8.33
For more info see https://github.com/lra/mackup/releases/tag/0.8.33
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fab85c4dc273..0244666cd7da 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.32
+ pkgver = 0.8.33
pkgrel = 1
url = https://github.com/lra/mackup
arch = any
@@ -9,8 +9,7 @@ pkgbase = mackup
makedepends = python-setuptools
depends = python
depends = python-docopt
- source = https://github.com/lra/mackup/archive/0.8.32.tar.gz
- sha256sums = f2ec612c92f3a5bfdeb649bc0020aedb4c869596ac5e6c836225383e8bc095d1
+ source = https://github.com/lra/mackup/archive/0.8.33.tar.gz
+ sha256sums = b6f73294dc0d0ac52f8e5331aba10ce7baf9efecfe544b0f6bd3af757004ae9f
pkgname = mackup
-
diff --git a/PKGBUILD b/PKGBUILD
index fa9a5de24a2e..3bda3afd80e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joost Bremmer <contact@madeofmagicandwires.online>
pkgname=mackup
-pkgver=0.8.32
+pkgver=0.8.33
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=('f2ec612c92f3a5bfdeb649bc0020aedb4c869596ac5e6c836225383e8bc095d1')
+sha256sums=('b6f73294dc0d0ac52f8e5331aba10ce7baf9efecfe544b0f6bd3af757004ae9f')
package() {