summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2018-10-02 13:01:16 +0200
committerJoost Bremmer2018-10-02 13:02:33 +0200
commita6ce6138d04a142b8123ab87ffc6f9d049ace64b (patch)
tree4a7defe39a88179defe57b061d3c3e5a2524e14c
parent8a68ba804376fffe45932a258df9353d55668ed8 (diff)
downloadaur-a6ce6138d04a142b8123ab87ffc6f9d049ace64b.tar.gz
mackup: upstream release
Updated package to version 0.8.19 Signed-off-by: Joost Bremmer <contact@madeofmagicandwires.online>
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60a1d55a5290..0aff08891995 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.18
+ pkgver = 0.8.19
pkgrel = 1
url = https://github.com/lra/mackup
arch = any
@@ -9,9 +9,8 @@ pkgbase = mackup
makedepends = python-docopt
makedepends = python-setuptools
depends = python
- source = https://github.com/lra/mackup/archive/0.8.18.tar.gz
- sha256sums = b4cbc729213717e5343371c682e098518fbd0be2209366a7f1b22c9ba6d1afa4
- sha256sums = ff7ccb9ce630718a4257743c4583cba46fe0864cdddbf3ac3bc9a3d2f39d8331
+ source = https://github.com/lra/mackup/archive/0.8.19.tar.gz
+ sha256sums = 28c1318a716acd6e9b3ec6ccf5c8a0087dbeb8c46ccef78d1891479dd4ccf31a
pkgname = mackup
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..0b8754f008b3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*/*
+*.tar.xz
+*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c242ba352ac4..08595db13196 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Joost Bremmer <toost dot b at gmail dot com>
+# Maintainer: Joost Bremmer <contact@madeofmagicandwires.online>
pkgname=mackup
-pkgver=0.8.18
+pkgver=0.8.19
pkgrel=1
pkgdesc="a small Python utitlity to keep your application settings in sync."
arch=('any')
@@ -15,7 +15,7 @@ makedepends=(
'python-setuptools')
source=("https://github.com/lra/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('b4cbc729213717e5343371c682e098518fbd0be2209366a7f1b22c9ba6d1afa4')
+sha256sums=('28c1318a716acd6e9b3ec6ccf5c8a0087dbeb8c46ccef78d1891479dd4ccf31a')
package() {