diff options
author | Leonid Gnezdilov | 2016-06-23 14:46:52 +0300 |
---|---|---|
committer | Leonid Gnezdilov | 2016-06-23 14:46:52 +0300 |
commit | 8441199c9acad17646579c99dccb361f18e056b8 (patch) | |
tree | 2f64993f993ee6b57e54d2b969f721c839f8156c /PKGBUILD | |
parent | 988fb533c26fca932ef6ff7d808813639fa7058d (diff) | |
download | aur-8441199c9acad17646579c99dccb361f18e056b8.tar.gz |
New version1
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -13,10 +13,12 @@ depends=() makedepends=('rpmextract') install=nrclient.install source=('http://download.neorouter.com/Downloads/NRFree/Update_2.3.1.4360/Linux/CentOS/nrclient-2.3.1.4360-free-centos-i386.rpm' 'nrclient.service') -md5sums=('81b4c36a9c1178086f59bf5d62b4527c') +md5sums=('81b4c36a9c1178086f59bf5d62b4527c' +'051c0ba7598249e035368f8ecb6ea44d') if test "$CARCH" == x86_64; then source=('http://download.neorouter.com/Downloads/NRFree/Update_2.3.1.4360/Linux/CentOS/nrclient-2.3.1.4360-free-centos-x86_64.rpm' 'nrclient.service') -md5sums=('736946473cc4038e3a8b2274012f483e') +md5sums=('736946473cc4038e3a8b2274012f483e' +'051c0ba7598249e035368f8ecb6ea44d') fi build() { |