summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29d0f36e390e..b4ac62298491 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.36
+ pkgver = 0.8.37
pkgrel = 1
url = https://github.com/lra/mackup
arch = any
@@ -9,7 +9,7 @@ pkgbase = mackup
makedepends = python-setuptools
depends = python
depends = python-docopt
- source = https://github.com/lra/mackup/archive/0.8.36.tar.gz
- sha256sums = c10a7cc9d8a2edaa33564d9f8146542c7531f273866b6da12af43191237369c7
+ source = https://github.com/lra/mackup/archive/0.8.37.tar.gz
+ sha256sums = cfc44653b80c20b82ff6728fc24d26f0261a5163011ccd349c80373a0c485d95
pkgname = mackup
diff --git a/PKGBUILD b/PKGBUILD
index 856bc36fa09b..8f3507c25a70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joost Bremmer <contact@madeofmagicandwires.online>
pkgname=mackup
-pkgver=0.8.36
+pkgver=0.8.37
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=('c10a7cc9d8a2edaa33564d9f8146542c7531f273866b6da12af43191237369c7')
+sha256sums=('cfc44653b80c20b82ff6728fc24d26f0261a5163011ccd349c80373a0c485d95')
package() {