summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorWojciech W2021-02-27 15:05:13 +0000
committerWojciech W2021-02-27 15:05:13 +0000
commit0fdd713d49cc433059b553f94d3732f01a4fcb89 (patch)
treea91b2666db0bccdcf83e1135fed2c993284a5a99 /PKGBUILD
parent399b36f732f4ff1a400d0f7ae8f398b8e93d56c4 (diff)
downloadaur-0fdd713d49cc433059b553f94d3732f01a4fcb89.tar.gz
Quick fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2901d17b8fe7..390510cdab61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer:
pkgname=localdns-git
pkgver=0.2
-pkgrel=8
+pkgrel=9
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,7 +13,6 @@ md5sums=('SKIP')
build() {
- mkdir -p "$pkgdir/test"
cd "local-dns-dump"
git submodule init
git submodule update