summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWojciech W2021-02-27 15:04:10 +0000
committerWojciech W2021-02-27 15:04:10 +0000
commit399b36f732f4ff1a400d0f7ae8f398b8e93d56c4 (patch)
treeb54d010926b8cf94dd2f28ecae5c135eb9f174bd
parent59333c8f1f7cc522802398d28e53be2aef9ed41a (diff)
downloadaur-399b36f732f4ff1a400d0f7ae8f398b8e93d56c4.tar.gz
Bad practice, might work?
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a35fc3127284..97f72f220e56 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 = 7
+ pkgrel = 8
url = https://github.com/TETRX/local-dns-dump
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index ca4eb6567e93..2901d17b8fe7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer:
pkgname=localdns-git
pkgver=0.2
-pkgrel=7
+pkgrel=8
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,12 +17,12 @@ build() {
cd "local-dns-dump"
git submodule init
git submodule update
-
- make DESTDIR="$pkgdir" libcrafter
- make get_ip
+
}
package() {
cd "local-dns-dump"
+ make DESTDIR="$pkgdir" libcrafter
+ make get_ip
make DESTDIR="$pkgdir" install
}