summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWojciech W2021-02-21 13:14:06 +0000
committerWojciech W2021-02-21 13:14:06 +0000
commit213c7e1d048ea086cdec646e86b0f953be200ad1 (patch)
treeff6df4cabdf4c8450adbfe3642b39effe5f79ac0 /PKGBUILD
parent5d7a7a25f8f973768114d8a8108d84e7c8abe24e (diff)
downloadaur-213c7e1d048ea086cdec646e86b0f953be200ad1.tar.gz
added hosts, fixed build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 56283bb02a06..2382ded361ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer:
pkgname=localdns-git
-pkgver=0.1
-pkgrel=2
+pkgver=0.2
+pkgrel=1
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')
+depends=('python>=3' 'python-dnslib' 'python-hosts>=1.0')
makedepends=('git' 'make' 'gcc>=10')
source=("git+$url#branch=master")
md5sums=('SKIP')