summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWojciech W2021-02-24 15:21:25 +0000
committerWojciech W2021-02-24 15:21:25 +0000
commit7c2b22034edfd64799621d2453e0aab975b2270d (patch)
tree69ab46003e057415c6bda53ed8eecc41f5e12635
parent213c7e1d048ea086cdec646e86b0f953be200ad1 (diff)
downloadaur-7c2b22034edfd64799621d2453e0aab975b2270d.tar.gz
added autoconf to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a24823af04f4..81da2e630816 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = localdns-git
pkgdesc = With this package the user is able to define a wrapper around DNS resolution with which one can define some fake dns adresses that will be mapped to a specific device on a local network identified by a mac address.
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/TETRX/local-dns-dump
arch = x86_64
license = GPL
makedepends = git
makedepends = make
makedepends = gcc>=10
+ makedepends = autoconf
depends = python>=3
depends = python-dnslib
depends = python-hosts>=1.0
diff --git a/PKGBUILD b/PKGBUILD
index 2382ded361ea..0a017070466c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer:
pkgname=localdns-git
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="With this package the user is able to define a wrapper around DNS resolution with which one can define some fake dns adresses that will be mapped to a specific device on a local network identified by a mac address."
arch=(x86_64)
url="https://github.com/TETRX/local-dns-dump"
license=('GPL')
depends=('python>=3' 'python-dnslib' 'python-hosts>=1.0')
-makedepends=('git' 'make' 'gcc>=10')
+makedepends=('git' 'make' 'gcc>=10' 'autoconf')
source=("git+$url#branch=master")
md5sums=('SKIP')