summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime “pep” Buquet2019-08-20 16:42:27 +0200
committerMaxime “pep” Buquet2019-08-20 16:42:27 +0200
commitc82ef4b3568373768ddca369a9a211fc77507f82 (patch)
tree9ed2eaa77b1e70f06724c9f37ffd1572004c5654
parent69ac8e1c31ec27f381530caf7cda3b0709400b02 (diff)
downloadaur-c82ef4b3568373768ddca369a9a211fc77507f82.tar.gz
Add git as a makedepends
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a6e51e77361..7c3f55e6fff0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = python-doubleratchet-git
pkgdesc = A python implementation of the Double Ratchet algorithm
- pkgver = r30.352f0fd
+ pkgver = r33.d4497af
pkgrel = 1
url = https://github.com/Syndace/python-doubleratchet
arch = any
license = MIT
+ makedepends = git
makedepends = python-setuptools
makedepends = python2-setuptools
source = python-doubleratchet::git+https://github.com/Syndace/python-doubleratchet.git
diff --git a/PKGBUILD b/PKGBUILD
index 9119940d1771..21eac7cce7fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@ _pkgname=python-doubleratchet
_pkgname2=python2-doubleratchet
pkgbase=${_pkgname}-git
pkgname=("${_pkgname}-git" "${_pkgname2}-git")
-pkgver=r30.352f0fd
+pkgver=r33.d4497af
pkgrel=1
pkgdesc="A python implementation of the Double Ratchet algorithm"
url='https://github.com/Syndace/python-doubleratchet'
license=('MIT')
arch=('any')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('git' 'python-setuptools' 'python2-setuptools')
source=("${_pkgname}::git+https://github.com/Syndace/${_pkgname}.git")
sha256sums=('SKIP')