summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWojciech W2021-02-27 14:19:20 +0000
committerWojciech W2021-02-27 14:19:20 +0000
commit83998fa5fd1e991c975dd348df83908b2efc53df (patch)
tree5cb124f37d3f2046629d69860fa80f1623b8e386
parentb1ef0a363f755623444115878f2f0a1a20f714ab (diff)
downloadaur-83998fa5fd1e991c975dd348df83908b2efc53df.tar.gz
test fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b02ac3adbb3..7b2eae6395cc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 4
+ pkgrel = 5
url = https://github.com/TETRX/local-dns-dump
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d0889d63d57a..b51fdefa2642 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer:
pkgname=localdns-git
pkgver=0.2
-pkgrel=4
+pkgrel=5
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"
@@ -17,7 +17,8 @@ build() {
git submodule init
git submodule update
- make DESTDIR="$pkgdir/usr" local_dns
+ make DESTDIR="$pkgdir" libcrafter
+ make get_ip
}
package() {