summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarius Lindvall2021-08-18 23:36:06 +0200
committerMarius Lindvall2021-08-18 23:36:06 +0200
commitfd3a6154f14c7880abc9031852f9a558ae922978 (patch)
tree28c8beab72e66b1219eaaeedd4d16d29f567e628 /PKGBUILD
parenta8c50282a230b6637495c2efc65967edd6dd51d4 (diff)
downloadaur-fd3a6154f14c7880abc9031852f9a558ae922978.tar.gz
Update to v3.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 214d4d331628..7e9f545cabef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Marius Lindvall <(firstname) {cat} varden {dog} info>
pkgname=python-pywebview
-pkgver=3.4
+pkgver=3.5
pkgrel=1
pkgdesc="Build GUI for your Python program with JavaScript, HTML, and CSS."
arch=('any')
url='https://github.com/r0x0r/pywebview'
license=('BSD')
-depends=('python')
+depends=('python' 'python-proxy_tools')
makedepends=('python-setuptools')
optdepends=('python-gobject: use with GTK'
'python-cairo: use with GTK'
@@ -17,7 +17,7 @@ optdepends=('python-gobject: use with GTK'
install="$pkgname.install"
source=("https://pypi.python.org/packages/source/p/pywebview/pywebview-$pkgver.tar.gz"
"https://raw.githubusercontent.com/r0x0r/pywebview/master/LICENSE.md")
-sha256sums=('bb92c556e8ac7ccaaf9e24d86c437a73240850438490833d8b3ee3e60c50e040'
+sha256sums=('a6e4c467c4d1d4522f11dd9c8f7f2b6204e0c24064e1bdf7d5fd3cfff5e54616'
'4a988dd3598832cd3653de20dc33cb677d0fb53ab5551c879ca31280ae653675')
build() {