summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Franke2019-11-30 00:32:07 +0100
committerBjoern Franke2019-11-30 00:32:07 +0100
commit20ade5a8665c7ea6329d95f2a766c2fa64231540 (patch)
tree25022ba31ccd772567f2f6f39f9cdd2d2dd9160d
parent22089ccee9a35ffc271fa4b3248cb6fb18044114 (diff)
downloadaur-20ade5a8665c7ea6329d95f2a766c2fa64231540.tar.gz
update for Python 3.8
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD8
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8a1623bfdc68..5b7e7abaf047 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gajim-plugin-urlimagepreview
pkgdesc = Gajim plugin which displays a preview of links to images
pkgver = 2.3.23
- pkgrel = 1
+ pkgrel = 2
url = https://dev.gajim.org/gajim/gajim-plugins/wikis/urlimagepreviewplugin
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 732a67160777..5d2ca5aeffc7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Bjoern Franke <bjo@nord-west.org>
+# Bjoern Franke <bjo+aur@schafweide.org>
pkgname=gajim-plugin-urlimagepreview
_pkgname=url_image_preview
pkgver=2.3.23
-pkgrel=1
+pkgrel=2
pkgdesc="Gajim plugin which displays a preview of links to images"
arch=(any)
url="https://dev.gajim.org/gajim/gajim-plugins/wikis/urlimagepreviewplugin"
@@ -16,8 +16,8 @@ package() {
cd ${srcdir}/${_pkgname}
# Install the plugin
- install -d ${pkgdir}/usr/lib/python3.7/site-packages/gajim/data/plugins/${_pkgname}
- cp -r * ${pkgdir}/usr/lib/python3.7/site-packages/gajim/data/plugins/${_pkgname}/
+ install -d ${pkgdir}/usr/lib/python3.8/site-packages/gajim/data/plugins/${_pkgname}
+ cp -r * ${pkgdir}/usr/lib/python3.8/site-packages/gajim/data/plugins/${_pkgname}/
}
# vim:set ts=2 sw=2 et: