[arch-commits] Commit in openfortivpn/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Wed Jul 21 07:37:26 UTC 2021
Date: Wednesday, July 21, 2021 @ 07:37:25
Author: alucryd
Revision: 981541
archrelease: copy trunk to community-x86_64
Added:
openfortivpn/repos/community-x86_64/PKGBUILD
(from rev 981540, openfortivpn/trunk/PKGBUILD)
Deleted:
openfortivpn/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-21 07:37:21 UTC (rev 981540)
+++ PKGBUILD 2021-07-21 07:37:25 UTC (rev 981541)
@@ -1,49 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=openfortivpn
-pkgver=1.16.0
-pkgrel=2
-pkgdesc="An open implementation of Fortinet's proprietary PPP+SSL VPN solution"
-arch=(x86_64)
-url=https://github.com/adrienverge/openfortivpn
-license=(GPL3)
-depends=(
- glibc
- openssl
- ppp
- resolvconf
- systemd-libs
-)
-makedepends=(
- git
- systemd
-)
-backup=(etc/openfortivpn/config)
-_tag=cde9d69dd44f83f00de38fe5bdb163fb3ee07913
-source=(git+https://github.com/adrienverge/openfortivpn.git#tag=${_tag})
-sha256sums=(SKIP)
-
-prepare() {
- cd openfortivpn
- autoreconf -fiv
-}
-
-pkgver() {
- cd openfortivpn
- git describe --tags | sed 's/^v//'
-}
-
-build() {
- cd openfortivpn
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --enable-resolvconf
- make
-}
-
-package() {
- make DESTDIR="${pkgdir}" -C openfortivpn install
-}
-
-# vim: ts=2 sw=2 et:
Copied: openfortivpn/repos/community-x86_64/PKGBUILD (from rev 981540, openfortivpn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-21 07:37:25 UTC (rev 981541)
@@ -0,0 +1,49 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=openfortivpn
+pkgver=1.17.0
+pkgrel=1
+pkgdesc="An open implementation of Fortinet's proprietary PPP+SSL VPN solution"
+arch=(x86_64)
+url=https://github.com/adrienverge/openfortivpn
+license=(GPL3)
+depends=(
+ glibc
+ openssl
+ ppp
+ resolvconf
+ systemd-libs
+)
+makedepends=(
+ git
+ systemd
+)
+backup=(etc/openfortivpn/config)
+_tag=c7f9f2c2c7dfee4ce930a4f053eeb3cdd4ba2482
+source=(git+https://github.com/adrienverge/openfortivpn.git#tag=${_tag})
+sha256sums=(SKIP)
+
+prepare() {
+ cd openfortivpn
+ autoreconf -fiv
+}
+
+pkgver() {
+ cd openfortivpn
+ git describe --tags | sed 's/^v//'
+}
+
+build() {
+ cd openfortivpn
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --enable-resolvconf
+ make
+}
+
+package() {
+ make DESTDIR="${pkgdir}" -C openfortivpn install
+}
+
+# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list