From d1f8d1bd83000f78afeaed4424aecf0236fddbfe Mon Sep 17 00:00:00 2001
From: Juan RP <xtraeme@voidlinux.eu>
Date: Thu, 18 Jun 2015 07:28:51 +0200
Subject: [PATCH] snoopy: update to 2.4.3.

---
 srcpkgs/snoopy/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/snoopy/template b/srcpkgs/snoopy/template
index 45a09e4a476..53ca0d6ff98 100644
--- a/srcpkgs/snoopy/template
+++ b/srcpkgs/snoopy/template
@@ -1,17 +1,15 @@
 # Template file for 'snoopy'
 pkgname=snoopy
-version=2.3.2
+version=2.4.3
 revision=1
-wrksrc="snoopy-${version}"
 build_style=gnu-configure
-configure_args="--sbindir=/usr/bin"
 conf_files="/etc/snoopy.ini"
 short_desc="Log every executed command to syslog"
 maintainer="Juan RP <xtraeme@voidlinux.eu>"
 license="GPL-2"
 homepage="https://github.com/a2o/snoopy"
 distfiles="http://source.a2o.si/download/snoopy/snoopy-${version}.tar.gz"
-checksum=d273a0d90ddd2046e456161f19087ebfebac973fd359cc972e72dbae7082de2a
+checksum=e9889236184474c70c0a51f0b8d6f9148155b4f54c2ab4f51fefcea69f2402e4
 
 pre_configure() {
 	find . -type f -name Makefile.in -exec sed -i 's| -Werror||' {} +