summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWojciech W2021-02-27 15:00:10 +0000
committerWojciech W2021-02-27 15:00:10 +0000
commit59333c8f1f7cc522802398d28e53be2aef9ed41a (patch)
treef4314a88de92cb80e4214f86fa7f4a68af6128ab
parent198b8f8ae6e96f189d5ecc99309eb07f15d58168 (diff)
downloadaur-59333c8f1f7cc522802398d28e53be2aef9ed41a.tar.gz
Test
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b22ad80ba43..a35fc3127284 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 = 6
+ pkgrel = 7
url = https://github.com/TETRX/local-dns-dump
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 73fa99c00ea2..ca4eb6567e93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer:
pkgname=localdns-git
pkgver=0.2
-pkgrel=6
+pkgrel=7
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"
@@ -13,6 +13,7 @@ md5sums=('SKIP')
build() {
+ mkdir -p "$pkgdir/test"
cd "local-dns-dump"
git submodule init
git submodule update