summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWojciech W2021-02-27 15:05:13 +0000
committerWojciech W2021-02-27 15:05:13 +0000
commit0fdd713d49cc433059b553f94d3732f01a4fcb89 (patch)
treea91b2666db0bccdcf83e1135fed2c993284a5a99
parent399b36f732f4ff1a400d0f7ae8f398b8e93d56c4 (diff)
downloadaur-0fdd713d49cc433059b553f94d3732f01a4fcb89.tar.gz
Quick fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97f72f220e56..8006388b985e 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 = 8
+ pkgrel = 9
url = https://github.com/TETRX/local-dns-dump
arch = x86_64
license = GPL
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