summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGiorgi Taba K'obakhidze2024-05-10 17:00:03 +0400
committerGiorgi Taba K'obakhidze2024-05-10 17:00:03 +0400
commita2b416a7189478cd4dbf99612cff6fd772baa237 (patch)
treea43cc895f0f0adb2728e7f2c274b2f47d003ca26 /PKGBUILD
parent1aba0e40bdc1bfedc0ac58d8345fb7ceb6f20ae3 (diff)
downloadaur-a2b416a7189478cd4dbf99612cff6fd772baa237.tar.gz
Add python-blurhash and python-poetry-core to dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77c2661c4863..76963e35eba9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
+# Maintainer: Giorgi Taba K'obakhidze <t@gtk.ge>
# Maintainer: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
pkgname=python-slidge-git
-pkgver=0.1.0alpha1.r1122.g1e9f9d0
-pkgrel=1
+pkgver=0.1.0.r9.gc45818f
+pkgrel=2
pkgdesc='XMPP puppeteer gateway library in python'
arch=('x86_64' 'armv7h' 'aarch64')
url="https://git.sr.ht/~nicoco/slidge"
license=('AGPL3')
-depends=('python' 'python-slixmpp' 'python-aiohttp' 'python-qrcode' 'python-magic' 'python-configargparse' 'python-pillow' 'python-pickle-secure')
-makedepends=('git' 'python-build' 'python-wheel' 'python-installer' 'python-setuptools')
+depends=('python' 'python-slixmpp' 'python-aiohttp' 'python-qrcode' 'python-magic' 'python-configargparse' 'python-pillow' 'python-pickle-secure' 'python-blurhash')
+makedepends=('git' 'python-build' 'python-wheel' 'python-installer' 'python-setuptools' 'python-poetry-core')
provides=("python-slidge=$pkgver")
conflicts=('python-slidge')
source=('git+https://git.sr.ht/~nicoco/slidge')