aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYngve Levinsen2024-01-17 11:38:30 +0100
committerYngve Levinsen2024-01-17 11:39:12 +0100
commit74e7416f52fb04526bac16ed4b3cb11908906e70 (patch)
tree16cbd7a74e0f54ed170bc9bfe22777414b648b6d
parentf673e80f154125c49f2d7a6432d20415419db92a (diff)
downloadaur-74e7416f52fb04526bac16ed4b3cb11908906e70.tar.gz
python-remi-git 2022.7.27.r24
dependency update based on namcap output
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a13ee049e7c8..ad797a3ba494 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = python-remi-git
pkgdesc = Cross-platform GUI library which renders in a web browser.
- pkgver = 2021.03.02.r3.ge6ca627
+ pkgver = 2022.7.27.r24.g4be71eb
pkgrel = 1
url = https://github.com/dddomodossola/remi/
arch = any
license = Apache
makedepends = git
depends = python
+ depends = python-matplotlib
+ depends = python-pillow
+ depends = python-setuptools
options = !emptydirs
source = git+https://github.com/dddomodossola/remi.git
sha256sums = SKIP
pkgname = python-remi-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e0fa026c894f..349da75836fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Blair Bonnett <blair.bonnett@gmail.com>
pkgname=python-remi-git
-pkgver=2022.03.07.r2.g9eeb9c2
+pkgver=2022.7.27.r24.g4be71eb
pkgrel=1
pkgdesc="Cross-platform GUI library which renders in a web browser."
arch=('any')
url="https://github.com/dddomodossola/remi/"
license=("Apache")
-depends=("python")
+depends=("python" "python-matplotlib" "python-pillow" "python-setuptools")
makedepends=("git")
options=(!emptydirs)
source=('git+https://github.com/dddomodossola/remi.git')