[arch-commits] Commit in qopenvpn/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Mar 29 01:53:08 UTC 2017


    Date: Wednesday, March 29, 2017 @ 01:53:07
  Author: felixonmars
Revision: 219764

archrelease: copy trunk to community-any

Added:
  qopenvpn/repos/community-any/PKGBUILD
    (from rev 219763, qopenvpn/trunk/PKGBUILD)
Deleted:
  qopenvpn/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-29 01:52:47 UTC (rev 219763)
+++ PKGBUILD	2017-03-29 01:53:07 UTC (rev 219764)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Michal Krenek (Mikos) <m.krenek at gmail.com>
-
-pkgname=qopenvpn
-pkgver=1.3.3
-pkgrel=1
-pkgdesc="Simple OpenVPN GUI written in PyQt for systemd based distributions"
-arch=('any')
-url="https://github.com/xmikos/qopenvpn"
-license=('GPL3')
-depends=('python-pyqt4' 'openvpn' 'systemd' 'python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/xmikos/qopenvpn/archive/v$pkgver.tar.gz")
-md5sums=('f4ee9f88773eaa1eed021229e8c8367f')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python setup.py install --root="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qopenvpn/repos/community-any/PKGBUILD (from rev 219763, qopenvpn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-03-29 01:53:07 UTC (rev 219764)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Michal Krenek (Mikos) <m.krenek at gmail.com>
+
+pkgname=qopenvpn
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Simple OpenVPN GUI written in PyQt for systemd based distributions"
+arch=('any')
+url="https://github.com/xmikos/qopenvpn"
+license=('GPL3')
+depends=('python-pyqt5' 'openvpn' 'systemd' 'python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/xmikos/qopenvpn/archive/v$pkgver.tar.gz")
+md5sums=('3707371cdf4a4b5c0a00be27a7031d65')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  python setup.py install --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list