summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2023-05-19 00:11:01 +0200
committerJoost Bremmer2023-05-19 00:11:01 +0200
commit0e66043c586a27dfd6febc3e0b1ab6ba50f62776 (patch)
tree6ce1834e7e2ffbeb7978ddd4ba315f9ec4f75142
parentd170af55440d3c255f54d5df8383a6f68994e50a (diff)
downloadaur-mackup.tar.gz
Upstream release: 0.8.37
See https://github.com/lra/mackup/releases/tag/0.8.37 for changelog
-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() {