summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSzymon Scholz2018-12-27 22:14:34 +0100
committerSzymon Scholz2018-12-27 22:14:34 +0100
commit7c678bdaa7ab00f2cfb0dc72e17a95cb56fe1926 (patch)
tree245a1760e7996f7f64ee78b28f726a61d1761ce6
parentb3bcb42ac8ec1d855aaea8205d686dfe7ae425a0 (diff)
downloadaur-nagios-images.tar.gz
upgraded sources to 0.9.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd0c6ebdf18d..47d543791ded 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = nagios-images
pkgdesc = Collection of images and icons for the nagios system
- pkgver = 0.8
- pkgrel = 3
+ pkgver = 0.9.2
+ pkgrel = 1
url = http://www.nagios.org/
arch = any
license = GPL
- source = http://ftp.de.debian.org/debian/pool/main/n/nagios-images/nagios-images_0.8.tar.gz
- md5sums = 0b41a448c011becb75925685131d201d
+ source = http://ftp.de.debian.org/debian/pool/main/n/nagios-images/nagios-images_0.9.2.tar.gz
+ md5sums = c8a563dda86e79a55f6b163003541ba6
pkgname = nagios-images
diff --git a/PKGBUILD b/PKGBUILD
index 584654b526de..d86db1d12d21 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
+# Maintainer: Szymon Scholz
pkgname=nagios-images
-pkgver=0.8
-pkgrel=3
+pkgver=0.9.2
+pkgrel=1
pkgdesc="Collection of images and icons for the nagios system"
arch=('any')
url="http://www.nagios.org/"
@@ -8,9 +9,9 @@ license=('GPL')
#depends=('python' 'pygtk' 'gnome-python-extras' 'python-lxml')
#makedepends=('deb2targz')
source=(http://ftp.de.debian.org/debian/pool/main/n/nagios-images/nagios-images_$pkgver.tar.gz)
-md5sums=('0b41a448c011becb75925685131d201d')
package() {
mkdir -p "$pkgdir/usr/share/nagios/share/images/logos"
cp -r "$srcdir"/nagios-images-$pkgver/* "$pkgdir/usr/share/nagios/share/images/logos/"
}
+md5sums=('c8a563dda86e79a55f6b163003541ba6')