summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd05a8f1cb2b..5ad4bd5b9bab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = caatinga
pkgdesc = A command line backup program written in Python
pkgver = 1.1.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/headmastersquall/caatinga
arch = any
license = GPL3
- depends = python2-setuptools
+ makedepends = python2-setuptools
source = https://github.com/headmastersquall/caatinga/archive/caatinga-1.1.1.tar.gz
sha256sums = 91a5c26cdbc24b115d005dfdc7e31bf047fc68faa09dc348a508e8d88b85bef7
diff --git a/PKGBUILD b/PKGBUILD
index 2b2f9d3f16d7..fd74d2621f2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=caatinga
pkgver=1.1.1
-pkgrel=3
+pkgrel=4
pkgdesc="A command line backup program written in Python"
arch=('any')
url="https://github.com/headmastersquall/caatinga"
license=('GPL3')
-depends=('python2-setuptools')
+makedepends=('python2-setuptools')
source=(https://github.com/headmastersquall/caatinga/archive/caatinga-${pkgver}.tar.gz)
sha256sums=('91a5c26cdbc24b115d005dfdc7e31bf047fc68faa09dc348a508e8d88b85bef7')