[arch-commits] Commit in openfortivpn/repos/community-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at gemini.archlinux.org
Tue Apr 26 16:25:54 UTC 2022


    Date: Tuesday, April 26, 2022 @ 16:25:54
  Author: alucryd
Revision: 1191020

archrelease: copy trunk to community-x86_64

Added:
  openfortivpn/repos/community-x86_64/PKGBUILD
    (from rev 1191019, openfortivpn/trunk/PKGBUILD)
Deleted:
  openfortivpn/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-26 16:25:48 UTC (rev 1191019)
+++ PKGBUILD	2022-04-26 16:25:54 UTC (rev 1191020)
@@ -1,49 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=openfortivpn
-pkgver=1.17.1
-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=ec8bee242e2a4fb86a35b8a7a5909debea22d361
-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 1191019, openfortivpn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-26 16:25:54 UTC (rev 1191020)
@@ -0,0 +1,49 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=openfortivpn
+pkgver=1.17.2
+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=d2199f2eebc22b850225cb55c51dbb9e7a9799bb
+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