summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..e3ccfabb221e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*~
+
+sngrep/
+sngrep*tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 1b2244372a53..b373688917d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Milam <jsmilam at gmail dot com>
pkgname=sngrep
-pkgver=0.3.1
+pkgver=0.4.0
pkgrel=1
pkgdesc="A tool for displaying SIP call message flows from a terminal"
arch=('x86_64' 'i386')
@@ -11,7 +11,7 @@ makedepends=('git' 'sed')
provides=("${pkgname%}")
conflicts=("${pkgname%}")
install=
-source=("${pkgname%}::git+https://github.com/irontec/sngrep.git#tag=v0.3.1")
+source=("${pkgname%}::git+https://github.com/irontec/sngrep.git#tag=v0.4.0")
md5sums=('SKIP')
build() {