Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / vpnc


Commits:
68fd520c by Levente Polyak at 2024-05-27T21:07:40+02:00
upgpkg: 1:0.5.3.r539.r239-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,30 @@
+pkgbase = vpnc
+       pkgdesc = VPN client for cisco3000 VPN Concentrators
+       pkgver = 0.5.3.r539.r239
+       pkgrel = 1
+       epoch = 1
+       url = https://github.com/streambinder/vpnc
+       arch = x86_64
+       license = GPL-2.0-only
+       makedepends = git
+       depends = bash
+       depends = glibc
+       depends = iproute2
+       depends = libgcrypt
+       depends = openssl
+       depends = perl
+       depends = which
+       optdepends = openresolv: Let vpnc manage resolv.conf
+       backup = etc/vpnc/default.conf
+       source = 
vpnc::git+https://github.com/streambinder/vpnc#commit=d0fd23d9432d54e7f354ecf3ced1e35d92d3dbde
+       source = 
vpnc-scripts::git+https://gitlab.com/openconnect/vpnc-scripts.git#commit=4ed41c21e3857f96ab935b45092bbb07c3ccd5be
+       source = git+https://github.com/streambinder/vpnc.wiki.git
+       source = vpnc.conf
+       source = vpnc@.service
+       sha512sums = SKIP
+       sha512sums = SKIP
+       sha512sums = SKIP
+       sha512sums = 
ac70712192c01ff638a9badc5cff7105bee5c4fed5d3a3b728e9597661952d156041c82fe1e544e2bab602d193d4105d3689c79c46d964623f6ce38dd89f0ea7
+       sha512sums = 
cafcab676986c1a2e49441f01d61997f1c6b54bbb68661b9af007d4816f8e76eee6b7ac2dfab55b55965fa407e8331c663cf11aa79384c30b0c9049c1477b791
+
+pkgname = vpnc


=====================================
PKGBUILD
=====================================
@@ -3,25 +3,40 @@
 # Contributor: Thomas Baechler <tho...@archlinux.org>
 
 pkgname=vpnc
-_vpnc_commit=46b8335b6e0df577fd3c40e87362ed8c5724c8df
-_vpncscripts_commit=22756827315bc875303190abb3756b5b1dd147ce
-pkgver=0.5.3.r526.r213
+_vpnc_commit=d0fd23d9432d54e7f354ecf3ced1e35d92d3dbde
+_vpncscripts_commit=4ed41c21e3857f96ab935b45092bbb07c3ccd5be
+pkgver=0.5.3.r539.r239
 pkgrel=1
 epoch=1
 pkgdesc='VPN client for cisco3000 VPN Concentrators'
 url='https://github.com/streambinder/vpnc'
-arch=('x86_64')
-license=('GPL')
-depends=('libgcrypt' 'openssl' 'iproute2' 'which')
-optdepends=('perl: for pcf2vpnc')
-makedepends=('git')
-optdepends=('openresolv: Let vpnc manage resolv.conf')
-backup=('etc/vpnc/default.conf')
-source=("vpnc::git+https://github.com/streambinder/vpnc#commit=${_vpnc_commit}";
-        
"vpnc-scripts::git+https://gitlab.com/openconnect/vpnc-scripts.git#commit=${_vpncscripts_commit}";
-        git+https://github.com/streambinder/vpnc.wiki.git
-        vpnc.conf
-        vpnc@.service)
+arch=(x86_64)
+license=(GPL-2.0-only)
+depends=(
+  bash
+  glibc
+  iproute2
+  libgcrypt
+  openssl
+  perl
+  which
+)
+makedepends=(
+  git
+)
+optdepends=(
+  'openresolv: Let vpnc manage resolv.conf'
+)
+backup=(
+  etc/vpnc/default.conf
+)
+source=(
+  "vpnc::git+https://github.com/streambinder/vpnc#commit=${_vpnc_commit}";
+  
"vpnc-scripts::git+https://gitlab.com/openconnect/vpnc-scripts.git#commit=${_vpncscripts_commit}";
+  git+https://github.com/streambinder/vpnc.wiki.git
+  vpnc.conf
+  vpnc@.service
+)
 sha512sums=('SKIP'
             'SKIP'
             'SKIP'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vpnc/-/commit/68fd520cc5865b860b051c48457b6ba1c22d7b3c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vpnc/-/commit/68fd520cc5865b860b051c48457b6ba1c22d7b3c
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to