[arch-commits] Commit in openfortivpn/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Thu Dec 12 20:54:15 UTC 2019
Date: Thursday, December 12, 2019 @ 20:54:15
Author: bpiotrowski
Revision: 537473
archrelease: copy trunk to community-x86_64
Added:
openfortivpn/repos/community-x86_64/PKGBUILD
(from rev 537472, openfortivpn/trunk/PKGBUILD)
Deleted:
openfortivpn/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-12 20:54:11 UTC (rev 537472)
+++ PKGBUILD 2019-12-12 20:54:15 UTC (rev 537473)
@@ -1,29 +0,0 @@
-# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-
-pkgname=openfortivpn
-pkgver=1.10.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=(openssl ppp)
-backup=(etc/openfortivpn/config)
-source=($pkgname-$pkgver.tar.gz::https://github.com/adrienverge/openfortivpn/archive/v$pkgver.tar.gz)
-sha256sums=('d6ea0c84c0cf811530073fa19865334bb42ab10a780157fe95c4efb3476ad58d')
-
-prepare() {
- cd $pkgname-$pkgver
- autoreconf -fi
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: openfortivpn/repos/community-x86_64/PKGBUILD (from rev 537472, openfortivpn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-12 20:54:15 UTC (rev 537473)
@@ -0,0 +1,29 @@
+# Maintainer: Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+
+pkgname=openfortivpn
+pkgver=1.11.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=(openssl ppp)
+backup=(etc/openfortivpn/config)
+source=($pkgname-$pkgver.tar.gz::https://github.com/adrienverge/openfortivpn/archive/v$pkgver.tar.gz)
+sha256sums=('95db77566376f4504547b6407b249f007f2edf63b85ffe999436a999569645b6')
+
+prepare() {
+ cd $pkgname-$pkgver
+ autoreconf -fi
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list