summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcorrad1nho2018-07-28 20:14:39 +0200
committercorrad1nho2018-07-28 20:14:39 +0200
commit5158478b973e4eb72e9b2865ef05035c6d79afd1 (patch)
tree4ae3d8ea3eb7b59248a7cd8274a6ec23d0993ea9
parentb02428c6230df4adb397a13080a90cb02264a7ff (diff)
downloadaur-5158478b973e4eb72e9b2865ef05035c6d79afd1.tar.gz
version 0.6.2
-rw-r--r--.SRCINFO5
-rwxr-xr-xPKGBUILD4
-rw-r--r--qomui.install3
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 783245b7dac6..59e099c0cc1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,9 @@
pkgbase = qomui
pkgdesc = OpenVPN Gui with advanced features and support for multiple providers
- pkgver = 0.6.1
+ pkgver = 0.6.2
pkgrel = 1
url = https://github.com/corrad1nho/qomui
+ install = qomui.install
arch = x86_64
license = GPL3
makedepends = python-setuptools
@@ -23,7 +24,7 @@ pkgbase = qomui
depends = python-pexpect
depends = libcgroup
depends = wireguard-tools
- source = https://github.com/corrad1nho/qomui/archive/v0.6.1.tar.gz
+ source = https://github.com/corrad1nho/qomui/archive/v0.6.2.tar.gz
sha256sums = 7c45d5e2fdf46dd67f31fb809bb71c097cde5d7d7f06b5d55437bbb0a55a8b74
pkgname = qomui
diff --git a/PKGBUILD b/PKGBUILD
index aeb57e7ae442..0cd8c55cfda4 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: corrad1nho <corrado@posteo.net>
pkgname=qomui
-pkgver=0.6.1
+pkgver=0.6.2
pkgrel=1
pkgdesc="OpenVPN Gui with advanced features and support for multiple providers"
arch=("x86_64")
@@ -9,7 +9,7 @@ url="https://github.com/corrad1nho/qomui"
license=("GPL3")
depends=(python python-pyqt5 python-dbus openvpn stunnel bind-tools dnsmasq geoip geoip-database python-psutil python-requests python-lxml python-beautifulsoup4 python-pycountry python-pexpect libcgroup wireguard-tools)
makedepends=(python-setuptools)
-install=
+install=qomui.install
source=("https://github.com/corrad1nho/qomui/archive/v$pkgver.tar.gz")
sha256sums=("7c45d5e2fdf46dd67f31fb809bb71c097cde5d7d7f06b5d55437bbb0a55a8b74")
diff --git a/qomui.install b/qomui.install
new file mode 100644
index 000000000000..208973620b2b
--- /dev/null
+++ b/qomui.install
@@ -0,0 +1,3 @@
+post_remove() {
+ /usr/bin/rm -rf /usr/share/qomui
+}