summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Feuls2019-02-20 15:31:21 +0100
committerCarsten Feuls2019-02-20 15:31:21 +0100
commit996c812c5aa3690ae36967b3853ed72c3f3fcf89 (patch)
treeacfcda2b9378fc17d2f046374383ddeb81f05859 /PKGBUILD
parent4cdad91b6c713d5d9b92857c3167e769a70d7891 (diff)
downloadaur-996c812c5aa3690ae36967b3853ed72c3f3fcf89.tar.gz
Fix wrong value in thanos-store
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 052d24ba38fb..76aa5a47eabe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=thanos
pkgname=prometheus-$_pkgname
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Highly available Prometheus setup with long term storage capabilities. (binary, not built from source)"
arch=("x86_64")
url="https://github.com/improbable-eng/thanos"