summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoost Bremmer2019-04-05 13:06:00 +0200
committerJoost Bremmer2019-04-05 13:06:00 +0200
commit7301f257a346b93c1606325893a36ab7a48914b7 (patch)
tree59941028e1554b1f99a096ec461283cee2cc1f7c /PKGBUILD
parenta6ce6138d04a142b8123ab87ffc6f9d049ace64b (diff)
parentfbae2cfc03f8ba2ae478be8fe88acc336835790a (diff)
downloadaur-7301f257a346b93c1606325893a36ab7a48914b7.tar.gz
Merge branch 'master' of aur:mackup
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08595db13196..334709cba866 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
# Maintainer: Joost Bremmer <contact@madeofmagicandwires.online>
pkgname=mackup
-pkgver=0.8.19
+pkgver=0.8.22
pkgrel=1
pkgdesc="a small Python utitlity to keep your application settings in sync."
arch=('any')
url="https://github.com/lra/mackup"
license=('GPL3')
-depends=('python')
+depends=('python'
+ 'python-docopt')
makedepends=(
'python'
- 'python-docopt'
'python-setuptools')
source=("https://github.com/lra/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('28c1318a716acd6e9b3ec6ccf5c8a0087dbeb8c46ccef78d1891479dd4ccf31a')
+sha256sums=('277471d41b89d0cd43846c2bdb52b1fe020afcc3cb974e8639a42f29bbbf8ec0')
package() {