[arch-commits] Commit in openfortivpn/repos/community-x86_64 (PKGBUILD PKGBUILD)
Maxime Gauduin
alucryd at gemini.archlinux.org
Thu Sep 1 12:42:40 UTC 2022
Date: Thursday, September 1, 2022 @ 12:42:40
Author: alucryd
Revision: 1290323
archrelease: copy trunk to community-x86_64
Added:
openfortivpn/repos/community-x86_64/PKGBUILD
(from rev 1290322, openfortivpn/trunk/PKGBUILD)
Deleted:
openfortivpn/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 98 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 49 insertions(+), 49 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-01 12:42:17 UTC (rev 1290322)
+++ PKGBUILD 2022-09-01 12:42:40 UTC (rev 1290323)
@@ -1,49 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=openfortivpn
-pkgver=1.17.3
-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=6485a56e082e5709d50375d74d243cbcd58ec7eb
-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 1290322, openfortivpn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-01 12:42:40 UTC (rev 1290323)
@@ -0,0 +1,49 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=openfortivpn
+pkgver=1.18.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=0e8733833b53594426286ff04caf3f02942eec8c
+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