summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShayne Hartford2022-03-08 08:03:22 -0500
committerShayne Hartford2022-03-08 08:03:22 -0500
commit83a873daa407cda4266ec50879a5c534fe7f2554 (patch)
tree1fe7ae8e96bd2ee3e9b45cf7918c08d00d1f964f
parent19f6e550a6d1a1dce6c30df13627231bcf6f6804 (diff)
downloadaur-83a873daa407cda4266ec50879a5c534fe7f2554.tar.gz
Add icon
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d557e5399d9..5b016a4a8d6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = windscribegui-git
pkgdesc = Qt 5/6 based GUI for Windscribe VPN written in Python
- pkgver = r2.3cecaab
+ pkgver = r3.ec1bccb
pkgrel = 1
url = https://github.com/shaybox/windscribegui
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 77baa7fe6205..8f8550d736c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=windscribegui
pkgname="${_pkgname}-git"
-pkgver=r2.3cecaab
+pkgver=r3.ec1bccb
pkgrel=1
pkgdesc="Qt 5/6 based GUI for Windscribe VPN written in Python"
arch=("any")
@@ -42,5 +42,6 @@ build() {
package() {
cd "${srcdir}/${_pkgname}"
install -Dm644 "data/share/applications/windscribe.desktop" "${pkgdir}/usr/share/applications/windscribe.desktop"
+ install -Dm644 "data/share/icons/hicolor/256x256/apps/windscribe.png" "${pkgdir}/usr/share/icons/hicolor/256x256/apps/windscribe.png"
PIP_CONFIG_FILE=/dev/null pip install --isolated --root="${pkgdir}" --ignore-installed --no-deps dist/*.whl
}