summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Wolsieffer2016-12-12 19:46:19 -0500
committerBen Wolsieffer2016-12-12 19:46:19 -0500
commitbd069f1e91422839a6d8962025c0eec08561632c (patch)
tree4433eb3e9ceaf196d23a08c1f9a664d4a46812f4
parentba93aac58f954edc7590e41ad6bf5e146c519765 (diff)
downloadaur-bd069f1e91422839a6d8962025c0eec08561632c.tar.gz
Fix conflicts
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bbba773545a..cc4ed708333b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 13 00:40:56 UTC 2016
+# Tue Dec 13 00:46:13 UTC 2016
pkgbase = dnsupdate-git
pkgdesc = A modern and flexible dynamic DNS client
pkgver = 0.1.r0.gde81e54
@@ -12,6 +12,8 @@ pkgbase = dnsupdate-git
depends = python-yaml
optdepends = python-beautifulsoup4: router address scraping
optdepends = python-netifaces: local interface address support
+ provides = dnsupdate
+ conflicts = dnsupdate
source = dnsupdate-git::git+https://github.com/lopsided98/dnsupdate.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bec95785b5c0..ef2ba1fd68e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,6 +13,8 @@ optdepends=(
'python-beautifulsoup4: router address scraping'
'python-netifaces: local interface address support'
)
+conflicts=('dnsupdate')
+provides=('dnsupdate')
source=(${pkgname}::git+${_github_url}.git)
sha256sums=('SKIP')