summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWojciech W2021-02-27 14:54:32 +0000
committerWojciech W2021-02-27 14:54:32 +0000
commit198b8f8ae6e96f189d5ecc99309eb07f15d58168 (patch)
treefbb3e8ff2c726267d7db3830af46f27f0f912546
parent83998fa5fd1e991c975dd348df83908b2efc53df (diff)
downloadaur-198b8f8ae6e96f189d5ecc99309eb07f15d58168.tar.gz
test
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b2eae6395cc..5b22ad80ba43 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 = 5
+ pkgrel = 6
url = https://github.com/TETRX/local-dns-dump
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index b51fdefa2642..73fa99c00ea2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer:
pkgname=localdns-git
pkgver=0.2
-pkgrel=5
+pkgrel=6
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"
@@ -23,5 +23,5 @@ build() {
package() {
cd "local-dns-dump"
- make DESTDIR="$pkgdir/usr" install
+ make DESTDIR="$pkgdir" install
}