summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordncrash2019-03-05 14:22:28 +0200
committerdncrash2019-03-05 14:22:28 +0200
commited1ed0f4b891776a2b48de601dadfdc8c1ef630d (patch)
treee9ee472506ea922942cc2c5c2b242d9975831e5e
parentd75c84176d1a767552419a30b2dd70cc2c744bba (diff)
downloadaur-ed1ed0f4b891776a2b48de601dadfdc8c1ef630d.tar.gz
updated maintainer & .SRCINFO
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1dab49aed786..2403cfedbf79 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,3 @@
-# Generated by mksrcinfo v8
-# Fri Aug 10 13:46:42 UTC 2018
pkgbase = ocsinventory-agent
pkgdesc = Hardware and software inventory tool (client)
pkgver = 2.4.2
@@ -22,11 +20,11 @@ pkgbase = ocsinventory-agent
depends = perl-net-ssleay
optdepends = smartmontools
backup = etc/ocsinventory/ocsinventory-agent.cfg
- source = https://github.com/OCSInventory-NG/UnixAgent/releases/download/2.4.2/Ocsinventory-Unix-Agent-2.4.2.tar.gz
+ source = https://github.com/OCSInventory-NG/UnixAgent/archive/v2.4.2.tar.gz
source = modules.conf
source = ocsinventory-agent
source = ocsinventory-agent.cfg
- md5sums = ef3ab971b086304350ecba4b5f45740f
+ md5sums = e13746676e0c8355b874f3d93d4414b3
md5sums = 3c1235643decce6f1a29c5644d2b527b
md5sums = 9419012794e5e134bc152cfd388d63e7
md5sums = 3be05b06c7a6e269d9a4c74dcf239d19
diff --git a/PKGBUILD b/PKGBUILD
index 7834414c43d7..83d18b049033 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Contributor: Elis Hughes <elishughes@googlemail.com>
# Contributor: djerome <jerome _at_ j2ze dot org>
-# Maintainer: zeppelinlg <zeppelinlg@gmail.com>
+# Maintainer: dncrash <dncrash@gmail.com>
pkgname=ocsinventory-agent
pkgver=2.4.2
@@ -10,18 +10,18 @@ arch=('any')
url="http://www.ocsinventory-ng.org"
license=('GPL')
depends=('dmidecode' 'pciutils' 'perl-crypt-ssleay' 'perl-xml-sax'
- 'perl-libwww' 'perl-net-ip' 'perl-xml-namespacesupport' 'perl-xml-simple'
- 'perl-proc-daemon' 'perl-proc-pid-file' 'perl-net-ssleay')
+ 'perl-libwww' 'perl-net-ip' 'perl-xml-namespacesupport' 'perl-xml-simple'
+ 'perl-proc-daemon' 'perl-proc-pid-file' 'perl-net-ssleay')
optdepends=('smartmontools')
makedepends=('perl-module-install')
install=${pkgname}.install
backup=('etc/ocsinventory/ocsinventory-agent.cfg')
source=("https://github.com/OCSInventory-NG/UnixAgent/archive/v2.4.2.tar.gz"
- "modules.conf" "ocsinventory-agent" "ocsinventory-agent.cfg")
+ "modules.conf" "ocsinventory-agent" "ocsinventory-agent.cfg")
md5sums=('e13746676e0c8355b874f3d93d4414b3'
- '3c1235643decce6f1a29c5644d2b527b'
- '9419012794e5e134bc152cfd388d63e7'
- '3be05b06c7a6e269d9a4c74dcf239d19')
+ '3c1235643decce6f1a29c5644d2b527b'
+ '9419012794e5e134bc152cfd388d63e7'
+ '3be05b06c7a6e269d9a4c74dcf239d19')
build() {
cd "$srcdir/UnixAgent-$pkgver"