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

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Sep 9 08:47:05 UTC 2021


    Date: Thursday, September 9, 2021 @ 08:47:05
  Author: alucryd
Revision: 1013028

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-09 08:47:00 UTC (rev 1013027)
+++ PKGBUILD	2021-09-09 08:47:05 UTC (rev 1013028)
@@ -1,49 +0,0 @@
-# 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:

Copied: openfortivpn/repos/community-x86_64/PKGBUILD (from rev 1013027, openfortivpn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-09-09 08:47:05 UTC (rev 1013028)
@@ -0,0 +1,49 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=openfortivpn
+pkgver=1.17.1
+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=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:



More information about the arch-commits mailing list