summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Wolsieffer2017-09-01 20:46:18 -0400
committerBen Wolsieffer2017-09-01 20:46:18 -0400
commitadb6b1cbf2414723ef42b7df08f33d7e3590ce73 (patch)
tree3d1e7973436776fbf3aada72c2edd610e23d004d
parent3158b90eabb7a1ae806aaaa4bc0bacec5ace70e1 (diff)
downloadaur-adb6b1cbf2414723ef42b7df08f33d7e3590ce73.tar.gz
Add git to makedepends.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dee1a4c318f..ba76a04edd52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Fri Dec 30 21:41:15 UTC 2016
+# Sat Sep 2 00:46:08 UTC 2017
pkgbase = dnsupdate
pkgdesc = A modern and flexible dynamic DNS client
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lopsided98/dnsupdate
arch = any
license = GPL3
+ makedepends = git
makedepends = python-setuptools
makedepends = python-sphinx
makedepends = python-sphinx-argparse
diff --git a/PKGBUILD b/PKGBUILD
index 3f4feef0f7ee..700a2af1fbd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
_github_url=https://github.com/lopsided98/dnsupdate
pkgname=dnsupdate
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A modern and flexible dynamic DNS client"
arch=('any')
url="${_github_url}"
license=('GPL3')
depends=('python-requests' 'python-yaml')
makedepends=(
+ 'git'
'python-setuptools'
'python-sphinx'
'python-sphinx-argparse'