diff --git a/obs/templates/PKGBUILD.in b/obs/templates/PKGBUILD.in index 92139af076dc08723bea2fbf97e2feaede4070ea..23a77a46b2c2dbb0c112fb1ff59bd76ff96bc4f1 100644 --- a/obs/templates/PKGBUILD.in +++ b/obs/templates/PKGBUILD.in @@ -1,11 +1,11 @@ -# Maintainer: Vivien Alger <algervivie@tiolive.com> +# Maintainer: Rafael Monnerat <rafael@nexedi.com> pkgname=slapos-node pkgver=%VERSION%+%RECIPE_VERSION%+%RELEASE% pkgdesc="Slapos client" arch=('x86_64' 'i686') url="http://www.slapos.org" license=('GPL') -depends=('gcc' 'make' 'patch' 'wget' 'python2' 'python2-distribute' 'bridge-utils' 'openvpn') +depends=('gcc' 'make' 'patch' 'wget' 'python2' 'python2-distribute' 'bridge-utils') makedepends=('gcc' 'make' 'patch' 'wget' 'python2' 'python2-distribute' 'chrpath') install='slapos-node.install' source=($pkgname_$pkgver.tar.gz)