summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Fanninger2017-02-04 15:57:08 +0100
committerThomas Fanninger2017-02-04 15:57:08 +0100
commit0b92a37e14231bf48cdb0ab4c2d8eabe0ea17d66 (patch)
treeaf2915d88605a5a96974efaf7134da1b88b9b9d9
parentfe57cc744bcf21e9d2e652fd7e62990cae762bb6 (diff)
downloadaur-0b92a37e14231bf48cdb0ab4c2d8eabe0ea17d66.tar.gz
Bugfix
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 565d5961f4c9..5ab4e336ea8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Feb 4 14:53:28 UTC 2017
+# Sat Feb 4 14:57:03 UTC 2017
pkgbase = prometheus-snmp-exporter-bin
pkgdesc = SNMP Exporter for Prometheus (binary, not built from source)
pkgver = 0.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/prometheus/snmp_exporter
arch = i686
arch = x86_64
@@ -11,7 +11,6 @@ pkgbase = prometheus-snmp-exporter-bin
arch = armv6h
arch = armv7h
license = Apache
- depends = prometheus
provides = prometheus-snmp-exporter
conflicts = prometheus-snmp-exporter
source_i686 = prometheus-snmp-exporter.service
diff --git a/PKGBUILD b/PKGBUILD
index e4654c476b0e..df560367b668 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=prometheus-snmp-exporter-bin
pkgver=0.2.0
-pkgrel=2
+pkgrel=3
pkgdesc="SNMP Exporter for Prometheus (binary, not built from source)"
arch=('i686' 'x86_64' 'armv5h' 'armv6h' 'armv7h')
url="https://github.com/prometheus/snmp_exporter"
license=('Apache')
-depends=('prometheus')
+depends=()
makedepends=()
provides=('prometheus-snmp-exporter')
conflicts=('prometheus-snmp-exporter')
@@ -44,5 +44,5 @@ package() {
install -D -m0755 "${srcdir}/prometheus-snmp-exporter.service" "${pkgdir}/usr/lib/systemd/system/prometheus-snmp-exporter.service"
# Install snmp.yml
- install -D -m644 "${srcdir}/snmp.yml" "${pkgdir}/etc/prometheus/snmp.yml"
+ install -D -m644 snmp.yml "${pkgdir}/etc/prometheus/snmp.yml"
} \ No newline at end of file