summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2019-04-05 13:08:01 +0200
committerJoost Bremmer2019-04-05 13:08:01 +0200
commit849533c603ee5342e25232e9a98282c7618d15af (patch)
tree7dc023ba0ddf144a2f847387c9edf895eb27636e
parent7301f257a346b93c1606325893a36ab7a48914b7 (diff)
downloadaur-849533c603ee5342e25232e9a98282c7618d15af.tar.gz
Upstream release: 0.8.23
Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ce531d220714..18760c41a6bd 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.22
+ pkgver = 0.8.23
pkgrel = 1
url = https://github.com/lra/mackup
arch = any
@@ -9,8 +9,8 @@ pkgbase = mackup
makedepends = python-setuptools
depends = python
depends = python-docopt
- source = https://github.com/lra/mackup/archive/0.8.22.tar.gz
- sha256sums = 277471d41b89d0cd43846c2bdb52b1fe020afcc3cb974e8639a42f29bbbf8ec0
+ source = https://github.com/lra/mackup/archive/0.8.23.tar.gz
+ sha256sums = 40dbe6e645c67ef91d094a8d2c74bd5c0d1c15931061503c57e4a8216ba50d14
pkgname = mackup
diff --git a/PKGBUILD b/PKGBUILD
index 334709cba866..29a980621be4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joost Bremmer <contact@madeofmagicandwires.online>
pkgname=mackup
-pkgver=0.8.22
+pkgver=0.8.23
pkgrel=1
pkgdesc="a small Python utitlity to keep your application settings in sync."
arch=('any')
@@ -10,12 +10,11 @@ license=('GPL3')
depends=('python'
'python-docopt')
-makedepends=(
- 'python'
- 'python-setuptools')
+makedepends=('python'
+ 'python-setuptools')
source=("https://github.com/lra/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('277471d41b89d0cd43846c2bdb52b1fe020afcc3cb974e8639a42f29bbbf8ec0')
+sha256sums=('40dbe6e645c67ef91d094a8d2c74bd5c0d1c15931061503c57e4a8216ba50d14')
package() {