summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28a802e1f610..e4d909366af3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = local-dns
- pkgdesc = With this package the user is able to define a wrapper around DNS resolution with which one can define some fake dns addresses that will be mapped to a specific device on a local network identified by a mac address.
+ pkgdesc = With this package the user is able to define a wrapper around DNS resolution with which one can define some fake DNS addresses that will be mapped to a specific device on a local network identified by a mac address.
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Student-Team-Projects/Local-DNS.git
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 5a69559087e5..d59ba45cf13f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer:
pkgname=local-dns
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="With this package the user is able to define a wrapper around DNS resolution with which one can define some fake DNS addresses that will be mapped to a specific device on a local network identified by a mac address."
arch=(x86_64)
url="https://github.com/Student-Team-Projects/Local-DNS.git"