summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsuthernfriend2019-05-15 23:35:31 +0300
committersuthernfriend2019-05-15 23:35:31 +0300
commitb31fd6df12e2dfdb47d3a1e620a71ddbebe7faab (patch)
treec6e7403f7d9c1f4c5dc56e22a4e045153a7685cf
parentfe491a55a619a8324c11472474ee4f81a9152392 (diff)
downloadaur-b31fd6df12e2dfdb47d3a1e620a71ddbebe7faab.tar.gz
updated to 4.0.7
THIS VERSION WAS TESTED AGAINST libwandio VERSION 4.2.0 At the moment the libwandio AUR package is not updated to 4.2.0 yet. built 4.2.0 manually or wait until the maintainer of that package updated it.
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa3af5fda22a..4e5d1f9f6914 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libtrace
- pkgdesc = libtrace is a library for trace processing
- pkgver = 4.0.6
+ pkgdesc = a library for trace processing supporting multiple input and output methods
+ pkgver = 4.0.7
pkgrel = 1
url = http://research.wand.net.nz/software/libtrace.php
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = libtrace
depends = libwandio
depends = libpcap
depends = zlib
- source = http://research.wand.net.nz/software/libtrace/libtrace-4.0.6.tar.bz2
- sha256sums = 253221d60db9b17057bb4f1ba506b25dfefcf74b813c7814ba76d62723885e93
+ source = http://research.wand.net.nz/software/libtrace/libtrace-4.0.7.tar.bz2
+ sha256sums = bb193db90898b88fa6fc05ac1a99d377512ab61b4ab0567adcd7bbab52e0224f
pkgname = libtrace
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..004d8c5e30cc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.xz
+*.gz
+*.log
+*.bz2
diff --git a/PKGBUILD b/PKGBUILD
index f0d6582dbeab..4d9727dfc6f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Jan Peter Koenig <public@janpeterkoenig.com>
# Contributor: Olivier Mehani <shtrom-aur@ssji.net>
pkgname=libtrace
-pkgver=4.0.6
+pkgver=4.0.7
pkgrel=1
-pkgdesc="libtrace is a library for trace processing"
+pkgdesc="a library for trace processing supporting multiple input and output methods"
arch=('x86_64')
url="http://research.wand.net.nz/software/libtrace.php"
license=('GPL3')
@@ -24,4 +24,4 @@ package() {
make DESTDIR="$pkgdir/" install
}
-sha256sums=('253221d60db9b17057bb4f1ba506b25dfefcf74b813c7814ba76d62723885e93')
+sha256sums=('bb193db90898b88fa6fc05ac1a99d377512ab61b4ab0567adcd7bbab52e0224f')