summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0e64cf78616..04b1af7a5d09 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 11 22:39:11 UTC 2016
+# Wed Jul 26 00:34:10 UTC 2017
pkgbase = snap-telemetry-git
pkgdesc = An open telemetry framework designed to simplify the collection, processing and publishing of system data through a single API.
- pkgver = 1.0.0.r20.gb72424b
+ pkgver = 1.3.0.r12.gf9aa843d
pkgrel = 1
url = https://github.com/intelsdi-x/snap
arch = x86_64
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f792fbc33375
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg/*
+src/*
+*tar.gz
+*tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index d67cb0f7a029..2c2aa9f82686 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Matthew McGinn <mamcgi@gmail.com>
pkgname=snap-telemetry-git
-pkgver=1.0.0.r20.gb72424b
+pkgver=1.3.0.r12.gf9aa843d
pkgrel=1
pkgdesc="An open telemetry framework designed to simplify the collection, processing and publishing of system data through a single API."
arch=('x86_64' 'i386')
@@ -20,8 +20,8 @@ prepare() {
}
pkgver() {
- cd "$GOPATH/src/github.com/intelsdi-x/snap"
- git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ cd "$srcdir/src/github.com/intelsdi-x/snap"
+ git describe --long | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {