summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTommaso Sardelli2017-10-04 14:56:45 +0200
committerTommaso Sardelli2017-10-04 14:56:45 +0200
commitf61a191a38e2b5d935bc6c55f8da3536ea9882f6 (patch)
tree87f087e0b0038aed23287cbc4cd71f9a7d69afc1
parent4ee631152b22c192131e56b376899f581e696109 (diff)
downloadaur-f61a191a38e2b5d935bc6c55f8da3536ea9882f6.tar.gz
Change install location to match recent gajim-git changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c26ca2f1197..10630a121051 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gajim-plugin-omemo-gtk3
pkgdesc = Gajim plugin for OMEMO Multi-End Message and Object Encryption.
pkgver = 2.3.7
- pkgrel = 1
+ pkgrel = 2
url = https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 8fd94d118874..c23b5fc13447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gajim-plugin-omemo-gtk3
pkgver=2.3.7
-pkgrel=1
+pkgrel=2
pkgdesc="Gajim plugin for OMEMO Multi-End Message and Object Encryption."
arch=(any)
url="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
@@ -20,8 +20,8 @@ package() {
rm -r CHANGELOG COPYING
# Install the plugin
- install -d ${pkgdir}/usr/share/gajim/plugins/omemo
- cp -r * ${pkgdir}/usr/share/gajim/plugins/omemo/
+ install -d ${pkgdir}/usr/lib/python3.6/site-packages/gajim/data/plugins/omemo
+ cp -r * ${pkgdir}/usr/lib/python3.6/site-packages/gajim/data/plugins/omemo/
}
# vim:set ts=2 sw=2 et: