summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2021-11-02 13:27:43 +0000
committerLeonidas Spyropoulos2021-11-02 13:27:43 +0000
commit5e72184f195a4e81791f9583cd1495d4264b9454 (patch)
treed910982c1a4b717bba06a232941d4aa7ca38fc90
parent446cdd013de2913ba31607cd39e47768c1d85b86 (diff)
downloadaur-5e72184f195a4e81791f9583cd1495d4264b9454.tar.gz
upgpkg: caatinga 1.1.1-4
-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')