summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2020-11-19 11:44:31 +0100
committerHans-Nikolai Viessmann2020-11-19 11:44:31 +0100
commit0a69297293c533adf51ada0254021669d068d3bd (patch)
treea5b8f9ba6d3f1db49d449755a1922b40de5cdd6b
parentea0b1a1aea28fdc2f07aac9c281546f10b68dab1 (diff)
downloadaur-0a69297293c533adf51ada0254021669d068d3bd.tar.gz
bump to version 1.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 305c4de22148..ac9e1e567dd0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snmptt
pkgdesc = This is an SNMP trap handler written in Perl for use with the Net-SNMP / UCD-SNMP snmptrapd program.
- pkgver = 1.4
+ pkgver = 1.4.2
pkgrel = 1
url = http://snmptt.sourceforge.net/
install = snmptt.install
@@ -13,8 +13,8 @@ pkgbase = snmptt
optdepends = perl-dbd-mysql: To add support for MySQL database
optdepends = perl-dbd-pg: To add support for PostGres database
optdepends = perl-dbd-odbc: To add support for ODBC driver
- source = https://sourceforge.net/projects/snmptt/files/snmptt/snmptt_1.4/snmptt_1.4.tgz
- md5sums = 43f8ee246256354f41402f46b4bb1b82
+ source = https://sourceforge.net/projects/snmptt/files/snmptt/snmptt_1.4.2/snmptt_1.4.2.tgz
+ md5sums = 4aba8b70bdd11e0cecca90fd9d979fd0
pkgname = snmptt
diff --git a/PKGBUILD b/PKGBUILD
index 511d783201f5..114e07d3af3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# docs on what additional setup is needed.
pkgname=snmptt
-pkgver=1.4
+pkgver=1.4.2
pkgrel=1
pkgdesc="This is an SNMP trap handler written in Perl for use with the Net-SNMP / UCD-SNMP snmptrapd program."
arch=('any')
@@ -21,7 +21,7 @@ optdepends=(
install="${pkgname}.install"
changelog='CHANGELOG.md'
source=("https://sourceforge.net/projects/${pkgname}/files/snmptt/${pkgname}_${pkgver}/${pkgname}_${pkgver}.tgz")
-md5sums=('43f8ee246256354f41402f46b4bb1b82')
+md5sums=('4aba8b70bdd11e0cecca90fd9d979fd0')
package() {
cd "${srcdir}/${pkgname}_${pkgver}"
@@ -40,9 +40,9 @@ package() {
# install docs
install -d "$pkgdir/usr/share/doc/snmptt"
install -Dm644 README "$pkgdir/usr/share/doc/snmptt"
- cp -r docs "$pkgdir/usr/share/doc/snmptt"
- cp -r examples "$pkgdir/usr/share/doc/snmptt"
- cp -r contrib "$pkgdir/usr/share/doc/snmptt"
+ cp -r docs "$pkgdir/usr/share/doc/snmptt"
+ cp -r examples "$pkgdir/usr/share/doc/snmptt"
+ cp -r contrib "$pkgdir/usr/share/doc/snmptt"
}
# vim:ts=2:sw=2