summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuis Martinez2022-05-02 00:03:34 -0500
committerLuis Martinez2022-05-02 00:03:34 -0500
commit291f318c2a89d2965f13b4d38cd294e5f15ab83e (patch)
treeeb7a416bae2d1144e1a339e3091ee3a14337ce0f /PKGBUILD
parent2781f682c72e2cdffeafbe3d40e2fe0a69aa6a38 (diff)
downloadaur-python-flexx.tar.gz
update to 0.8.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f95e588741d..cdb40978bc0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Ronuk Raval <ronuk.raval at gmail dot com>
pkgname=python-flexx
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.8.4
+pkgrel=1
pkgdesc='Write desktop and web apps in pure Python'
arch=('any')
url='https://github.com/flexxui/flexx'
@@ -18,7 +18,7 @@ makedepends=(
'python-wheel')
# checkdepends=('python-pytest')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('213bcd79a3758a755c3f5ef92e4b576ac83b2fd879d81c772435b777d0f53ef3')
+sha256sums=('9d4ba7b94a2aa60157eae7727d973fbf8fc97fc7e3309632dd1390d78515d707')
build() {
cd "flexx-$pkgver"