summaryrefslogtreecommitdiff
path: root/pcr/netifrc
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-11-06 00:53:35 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-11-06 00:53:35 -0500
commiteb0732162b3867a18567943512fb424f22a9e0b1 (patch)
tree8f9140211b8594f7bf70689f08d20a9a2047dc8e /pcr/netifrc
parent486506827661f63002aea56f9b0e5fee10f11404 (diff)
netifrc-0.5.1-1.parabola1: updating version
Diffstat (limited to 'pcr/netifrc')
-rw-r--r--pcr/netifrc/PKGBUILD15
1 files changed, 5 insertions, 10 deletions
diff --git a/pcr/netifrc/PKGBUILD b/pcr/netifrc/PKGBUILD
index 55e4c42fc..2ce69122a 100644
--- a/pcr/netifrc/PKGBUILD
+++ b/pcr/netifrc/PKGBUILD
@@ -10,28 +10,23 @@ _func_url="${_url}/gentoo/gentoo-functions/archive"
_func_ver=0.10
pkgname=netifrc
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1.parabola1
pkgdesc="Gentoo Network Interface Management Scripts"
arch=('i686' 'x86_64' 'armv7h')
url="http://www.gentoo.org/proj/en/base/openrc/"
license=('BSD2')
-groups=('openrc-base')
+groups=('base-openrc' 'openrc-base')
depends=('udev-openrc')
conflicts=('systemd-sysvcompat')
install=${pkgname}.install
backup=('etc/conf.d/net')
source=("${pkgname}-${pkgver}.tar.gz::${_net_url}/${pkgver}.tar.gz"
"gentoo-functions-${_func_ver}.tar.gz::${_func_url}/${_func_ver}.tar.gz")
-sha256sums=('0d690b39fe38acd59844d760771ef5a79b69cdd17e60a349dc8b495b3e1b40c0'
+sha256sums=('3d737efb3258ac4a32c745cb2378017402ae4da48bdd356c11845965b0184ee5'
'709c8b22f404001a512e47a7a4d3192070b3e150fb9d0f943de09736d665b0db')
-if [ -f /etc/os-release ]; then
- . /etc/os-release
- _id=$ID
-else
- _id=manjaro
-fi
+_id=parabola
_net_args=(SYSCONFDIR=/etc)
_net_args+=(PREFIX=/usr)
_net_args+=(SBINDIR=/usr/bin)