summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmish2018-07-13 19:46:16 +0530
committerAmish2018-07-13 19:46:16 +0530
commit5314adb44ccb4c1627ab9d5a4b6e42f16cb8369c (patch)
tree468e77574b03938bdd3d5b4e25549d9bd4046298
parent7ca18ac56bcf819df53e3e6ad7b44b538a8f4fd4 (diff)
downloadaur-5314adb44ccb4c1627ab9d5a4b6e42f16cb8369c.tar.gz
Update to 2.17.7-1
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD10
3 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 012b37df602a..a169dd1c8e3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = mrtg
pkgdesc = Multi Router Traffic Grapher.
- pkgver = 2.17.4
- pkgrel = 2
+ pkgver = 2.17.7
+ pkgrel = 1
url = http://oss.oetiker.ch/mrtg/
arch = x86_64
license = GPL
depends = gd
depends = perl
- source = http://oss.oetiker.ch/mrtg/pub/mrtg-2.17.4.tar.gz
- md5sums = 197565e97f97212eef7b414463c8d40c
+ source = http://oss.oetiker.ch/mrtg/pub/mrtg-2.17.7.tar.gz
+ md5sums = eada3870c0419e425299401486600d95
pkgname = mrtg
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..66ba73e4bd60
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+src
+pkg
+*x86_64.pkg.tar.xz
+mrtg-*.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 739ed81ec934..3d5a0f8e5485 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 266875 2017-11-15 14:29:11Z foutrelis $
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
+# Maintainer: Amish <contact at via dot aur>
+# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
pkgname=mrtg
-pkgver=2.17.4
-pkgrel=2
+pkgver=2.17.7
+pkgrel=1
pkgdesc="Multi Router Traffic Grapher."
arch=('x86_64')
url="http://oss.oetiker.ch/mrtg/"
license=('GPL')
depends=('gd' 'perl')
source=("http://oss.oetiker.ch/mrtg/pub/${pkgname}-${pkgver}.tar.gz")
-md5sums=('197565e97f97212eef7b414463c8d40c')
+md5sums=('eada3870c0419e425299401486600d95')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"