summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Wolsieffer2017-09-01 20:48:41 -0400
committerBen Wolsieffer2017-09-01 20:48:41 -0400
commit6b73ace58dfbd2018d2b33c4610bc0f26d0fd710 (patch)
tree51c1106de3fb6fb2f8869681718c1d5056e87feb
parentc871562a73a39d64c28274f90bb8cf85c7e61c7d (diff)
downloadaur-6b73ace58dfbd2018d2b33c4610bc0f26d0fd710.tar.gz
Add git to makedepends and bump pkgver.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 010588a1bfd8..88e77cfd0e6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Sat Mar 25 16:36:02 UTC 2017
+# Sat Sep 2 00:48:34 UTC 2017
pkgbase = dnsupdate-git
pkgdesc = A modern and flexible dynamic DNS client
- pkgver = 0.2.r5.g62d7377
+ pkgver = 0.2.r23.g2472c27
pkgrel = 1
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 9f05a0b4c2fb..3d998acf9014 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ben Wolsieffer <benwolsieffer@gmail.com>
_github_url=https://github.com/lopsided98/dnsupdate
pkgname=dnsupdate-git
-pkgver=0.2.r5.g62d7377
+pkgver=0.2.r23.g2472c27
pkgrel=1
pkgdesc="A modern and flexible dynamic DNS client"
arch=('any')
@@ -9,6 +9,7 @@ url="${_github_url}"
license=('GPL3')
depends=('python-requests' 'python-yaml')
makedepends=(
+ 'git'
'python-setuptools'
'python-sphinx'
'python-sphinx-argparse'