summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Franke2022-06-01 09:52:11 +0200
committerBjoern Franke2022-06-01 09:52:11 +0200
commit1ce52d13041d58d0b24e2e2860254ab83976da46 (patch)
tree42bd2610f94094617d04dfc8bad5094c3a32be38
parent5ad9320b63c9efadac7ded97a9a1a93a98e6e11f (diff)
downloadaur-gajim-plugin-urlimagepreview.tar.gz
2.6.8, hopefully compatible with 1.4
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 727e57e14cd6..ff4cb94372e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=gajim-plugin-urlimagepreview
_pkgname=url_image_preview
_pythonversion=3.10
-pkgver=2.5.9
+pkgver=2.6.8
pkgrel=1
pkgdesc="Gajim plugin which displays a preview of links to images"
arch=(any)
url="https://dev.gajim.org/gajim/gajim-plugins/wikis/urlimagepreviewplugin"
license=('GPL')
-depends=("gajim>=1.2.91" "gajim<=1.3.90" "python-setuptools" "python-cryptography" "python-pillow")
+depends=("gajim>=1.4" "gajim<=1.4.90" "python-setuptools" "python-cryptography" "python-pillow")
provides=('gajim-plugin-urlimagepreview')
source=("https://ftp.gajim.org/plugins_releases/${_pkgname}_${pkgver}.zip")
-sha512sums=('f7bf5960e0bcd783a633210ff5e5ac390cb21909946e2980366aee04c01c6b42966159a1e8c99ef8419d9c2291ab4cc7b31c1fc683c723cbd445c8e93093c58a')
+sha512sums=('2755767465edbd51e3ab24518aa5d009ef33b45427e7dfb45aecd8fca4171e3ee379b4db08146491b1d8c7d6c8a33cab0f35575827ba54010246a2ab5df2f07d')
package() {
cd ${srcdir}/${_pkgname}