summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Milam2015-06-30 09:00:14 -0400
committerJustin Milam2015-06-30 09:07:42 -0400
commitb3e575d9256dff407729d94ae96685335705cbea (patch)
treeb0703a044a514563b016bb428852106ed3a8eae5
parentb9a4b5b4bca68d494ad11315088ea6051cd99799 (diff)
downloadaur-b3e575d9256dff407729d94ae96685335705cbea.tar.gz
update to 0.4.0
-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() {