summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2021-10-15 12:31:01 +0800
committerlilac2021-10-15 12:31:01 +0800
commit6f7fe298645221aa1b6e1f5500bdea6bf87c24c5 (patch)
tree996190016ce3a031b88280d3b32a320ca628f9db
parent9fc2cd3ba132e5eebd13b4aaf538922ef352c949 (diff)
downloadaur-6f7fe298645221aa1b6e1f5500bdea6bf87c24c5.tar.gz
[lilac] updated to 2021.03.02-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d52dfe9fb795..eb6b89d1c6de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-remi
pkgdesc = Cross-platform GUI library which renders in a web browser
pkgver = 2021.03.02
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dddomodossola/remi
arch = any
license = Apache
makedepends = python-setuptools
depends = python
+ optdepends = python-pywebview: for standalone app
source = python-remi-2021.03.02.tar.gz::https://github.com/dddomodossola/remi/archive/refs/tags/2021.03.02.tar.gz
sha256sums = b765e66f8d0554fb345737ef01164cfe529123591abb75360112b4419cf49a0a
diff --git a/PKGBUILD b/PKGBUILD
index 2d7a0f60e0d7..77051fc6966f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=remi
pkgname=python-remi
pkgver=2021.03.02
-pkgrel=1
+pkgrel=2
pkgdesc='Cross-platform GUI library which renders in a web browser'
arch=('any')
url='https://github.com/dddomodossola/remi'
@@ -14,6 +14,9 @@ depends=(
makedepends=(
python-setuptools
)
+optdepends=(
+ 'python-pywebview: for standalone app'
+)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/dddomodossola/remi/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('b765e66f8d0554fb345737ef01164cfe529123591abb75360112b4419cf49a0a')