summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Milam2015-10-23 08:32:39 -0400
committerJustin Milam2015-10-23 08:32:39 -0400
commit16c490f7b6b58cf972a4924c274b08f55927d065 (patch)
treeb930420fa84ced3ec02956ea5957a52e289eb3bb
parent5aa622fe1fc6bd70da1c71a5cbfe15f590a9d6f7 (diff)
downloadaur-16c490f7b6b58cf972a4924c274b08f55927d065.tar.gz
Updated to v1.0.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 680c7c8bdc0b..c6aced738f85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sngrep
pkgdesc = A tool for displaying SIP call message flows from a terminal
- pkgver = 0.4.0
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/irontec/sngrep
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = sngrep
depends = pcre
provides = sngrep
conflicts = sngrep
- source = sngrep::git+https://github.com/irontec/sngrep.git#tag=v0.4.0
+ source = sngrep::git+https://github.com/irontec/sngrep.git#tag=v1.0.0
md5sums = SKIP
pkgname = sngrep
diff --git a/PKGBUILD b/PKGBUILD
index b373688917d2..50ee31e5d947 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Justin Milam <jsmilam at gmail dot com>
pkgname=sngrep
-pkgver=0.4.0
+pkgver=1.0.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.4.0")
+source=("${pkgname%}::git+https://github.com/irontec/sngrep.git#tag=v${pkgver%}")
md5sums=('SKIP')
build() {