summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndreas 'Segaja' Schleifer2021-11-15 17:26:17 +0100
committerAndreas 'Segaja' Schleifer2021-11-15 17:26:17 +0100
commit824f94b00d178f830d59381610191334d80ef5fc (patch)
tree1203e7a81a83fc0b7321e775f0f5597bfc66afa5 /PKGBUILD
parent2a2008cd4da3d313934e2c223df83ecdff5c4eb4 (diff)
downloadaur-prometheus-dnsmasq-exporter-git.tar.gz
update source domain and license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1486475ed44..1a85d4620b29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=prometheus-dnsmasq-exporter-git
pkgdesc="Prometheus exporter allowing you to monitor/alert on the number of DHCP leases and various DNS statistics"
-pkgver=0.2.0.r1.gd5b74a1
-pkgrel=2
+pkgver=0.2.0.r11.g6d9ae78
+pkgrel=1
arch=('x86_64')
url="https://github.com/google/dnsmasq_exporter"
-license=('apache')
+license=('Apache')
makedepends=(
'git'
'go'
@@ -15,7 +15,7 @@ depends=(
'glibc'
'prometheus'
)
-source=(${pkgname}::git://github.com/google/dnsmasq_exporter.git)
+source=(${pkgname}::git+https://github.com/google/dnsmasq_exporter.git)
sha256sums=('SKIP')
pkgver() {