summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD12
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17ab06b7e232..7c4980b2b503 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = gkrellm-snmp
pkgdesc = A GKrellM plugin to read SNMP agents
pkgver = 1.1
pkgrel = 1
- url = http://triq.net/plugin/gkrellm-snmp
+ url = https://triq.net/plugin/gkrellm-snmp
arch = x86
arch = x86_64
license = GPL
@@ -10,7 +10,7 @@ pkgbase = gkrellm-snmp
depends = openssl
depends = gkrellm
depends = net-snmp
- source = http://triq.net/files/gkrellm_snmp-1.1.tar.gz
+ source = https://triq.net/files/gkrellm_snmp-1.1.tar.gz
md5sums = 59ecb86bc925e852709206f9d1b0aaa7
pkgname = gkrellm-snmp
diff --git a/PKGBUILD b/PKGBUILD
index 987eee3bff02..97ed33c825ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,14 @@
-# Maintainer: Olivier Mehani <shtrom-aur@ssji.net>
-# vim:set ts=2 sw=2 et:
+# Contributor: Olivier Mehani <shtrom-aur@ssji.net>
+# Contributor: Michal Wojdyla < micwoj9292 at gmail dot com >
pkgname=gkrellm-snmp
pkgver=1.1
pkgrel=1
pkgdesc="A GKrellM plugin to read SNMP agents"
arch=("x86" "x86_64")
-url="http://triq.net/plugin/gkrellm-snmp"
+url="https://triq.net/plugin/gkrellm-snmp"
license=('GPL')
depends=(gtk openssl gkrellm net-snmp)
-builddepends=(pkg-config)
-source=(http://triq.net/files/${pkgname/-/_}-$pkgver.tar.gz)
-noextract=()
+source=(https://triq.net/files/${pkgname/-/_}-$pkgver.tar.gz)
build() {
cd "$srcdir/${pkgname/-/_}-$pkgver"
@@ -21,4 +19,4 @@ package() {
cd "$srcdir/${pkgname/-/_}-$pkgver"
make DESTDIR="$pkgdir/" install
}
-md5sums=('59ecb86bc925e852709206f9d1b0aaa7')
+md5sums=('59ecb86bc925e852709206f9d1b0aaa7') \ No newline at end of file