summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoreoliano2015-10-02 09:52:53 +0200
committereoliano2015-10-02 09:52:53 +0200
commit735f27e7afa2b6fbc1022a608c55fe3c0394050a (patch)
tree07d8b1a926e5ec59d988af4d15aeff96210203da /PKGBUILD
parent6c0471b05d6335791b7188a9a4755821a8208a46 (diff)
downloadaur-735f27e7afa2b6fbc1022a608c55fe3c0394050a.tar.gz
Fix dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 822837804158..27ea307c547e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python2-atomicwrites
_pkgname=python-atomicwrites
pkgver=0.1.8
-pkgrel=1
+pkgrel=2
pkgdesc="Atomic file writes on POSIX"
arch=('i686' 'x86_64')
url="https://github.com/untitaker/python-atomicwrites"
license=('MIT')
makedepends=('python2-setuptools')
-makedepends=('python2')
+depends=('python2')
source=(${_pkgname}-${pkgver}.tar.gz::"https://github.com/untitaker/${_pkgname}/archive/${pkgver}.tar.gz")
sha256sums=('0fce96c2f96b3f4d3b2761e1c23af58de1688479bde5b2a925c372984f30b1ec')