summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoost Bremmer2018-12-19 13:31:28 +0100
committerJoost Bremmer2018-12-19 13:31:28 +0100
commit54055eb5901c818f01378fd70b0a665e94d9d60e (patch)
tree8af70de008924a095a9fa403c67864fa275036b7
parent8a68ba804376fffe45932a258df9353d55668ed8 (diff)
downloadaur-54055eb5901c818f01378fd70b0a665e94d9d60e.tar.gz
mackup: change python-docopt's dependency type
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60a1d55a5290..b0f04d626b13 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,16 @@
pkgbase = mackup
pkgdesc = a small Python utitlity to keep your application settings in sync.
pkgver = 0.8.18
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lra/mackup
arch = any
license = GPL3
makedepends = python
- makedepends = python-docopt
makedepends = python-setuptools
depends = python
+ depends = python-docopt
source = https://github.com/lra/mackup/archive/0.8.18.tar.gz
sha256sums = b4cbc729213717e5343371c682e098518fbd0be2209366a7f1b22c9ba6d1afa4
- sha256sums = ff7ccb9ce630718a4257743c4583cba46fe0864cdddbf3ac3bc9a3d2f39d8331
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..c7198120dc86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=mackup
pkgver=0.8.18
-pkgrel=1
+pkgrel=2
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")