summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2020-04-02 17:14:56 +0200
committerJoost Bremmer2020-04-02 17:14:56 +0200
commitb24a642e299902af2e11b99a699b4cccf816008e (patch)
treede7f72782275d269bab4302e281bae98503d937c
parente314b56d6ed52ae6c057dd9db5d5ce34d4fc28c3 (diff)
downloadaur-b24a642e299902af2e11b99a699b4cccf816008e.tar.gz
upgpkg: mackup 0.8.28-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06d324be90d7..8f64b3010f2c 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.27
+ pkgver = 0.8.28
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.27.tar.gz
- sha256sums = b7d84ea661de27b1d4664bb71e6ab52ef30c6ca180a67435c1d4dea073cb3e4c
+ source = https://github.com/lra/mackup/archive/0.8.28.tar.gz
+ sha256sums = b4a586d12460df00a8322e0ffc8454fe0816630bd97640cd08b87fa0de6c1ba6
pkgname = mackup
diff --git a/PKGBUILD b/PKGBUILD
index 18c5899c4483..38e953823b0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Joost Bremmer <contact@madeofmagicandwires.online>
pkgname=mackup
-pkgver=0.8.27
+pkgver=0.8.28
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=('b7d84ea661de27b1d4664bb71e6ab52ef30c6ca180a67435c1d4dea073cb3e4c')
+sha256sums=('b4a586d12460df00a8322e0ffc8454fe0816630bd97640cd08b87fa0de6c1ba6')
package() {