summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 5 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 340ce6a22294..b375a7457e05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,28 +1,19 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=dhcpcd-hook-pdnsd
-pkgver=0.2.0.r2.g596c6be
+pkgver=0.2.1
pkgrel=1
-pkgdesc="Hook for dhcpcd to add domain name servers to pdnsd (dns caching proxy)"
+pkgdesc='Hook for dhcpcd to add domain name servers to pdnsd (dns caching proxy)'
arch=('any')
depends=('pdnsd' 'dhcpcd')
makedepends=('git')
-url="https://github.com/eworm-de/dhcpcd-hook-pdnsd"
+url='https://github.com/eworm-de/dhcpcd-hook-pdnsd'
license=('GPL')
-source=('git://github.com/eworm-de/dhcpcd-hook-pdnsd.git')
+validpgpkeys=('BD84DE71F493DF6814B0167254EDC91609BC9183') # Christian Hesse <mail@eworm.de>
+source=("git+https://github.com/eworm-de/dhcpcd-hook-pdnsd.git#tag=${pkgver}?signed")
install=dhcpcd-hook-pdnsd.install
sha256sums=('SKIP')
-pkgver() {
- cd dhcpcd-hook-pdnsd/
-
- if GITTAG="$(git describe --abbrev=0 --tags 2>/dev/null)"; then
- echo "$(sed -e "s/^${pkgname%%-git}//" -e 's/^[-_/a-zA-Z]\+//' -e 's/[-_+]/./g' <<< ${GITTAG}).r$(git rev-list --count ${GITTAG}..).g$(git log -1 --format="%h")"
- else
- echo "0.r$(git rev-list --count master).g$(git log -1 --format="%h")"
- fi
-}
-
package() {
cd dhcpcd-hook-pdnsd/