summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPascal Pascher2017-11-16 01:03:24 +0100
committerPascal Pascher2017-11-16 01:03:24 +0100
commitca2f5e4eb95709b57b34385c16c8995006ca70dd (patch)
tree2e0d80b8f4eafa50048258715ec28c71c075f446 /PKGBUILD
parent6f6ae84763b54cc3c605b1c59ebb112bb08d07df (diff)
downloadaur-gajim-plugin-httpupload-gtk3.tar.gz
updated PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4995049d871..8fae73a2326d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=gajim-plugin-httpupload-gtk3
pkgver=0.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Gajim plugin to implement http uploads <XEP-0363>."
arch=(any)
url="https://dev.gajim.org/gajim/gajim-plugins/wikis/HttpUploadPlugin"
@@ -11,17 +11,12 @@ depends=("gajim-git")
optdepends=("python-cryptography")
provides=('gajim-plugin-httpupload')
conflicts=('gajim-plugin-httpupload')
-source=("https://dev.gajim.org/gajim/gajim-plugins/repository/gtk3/archive.zip")
+source=("https://ftp.gajim.org/plugins_1/httpupload.zip")
#sha512sums=('babce68e7d858c4b1373a10d852495016b32d610b96f36ff95932ad8cd75094ee613da51846cdb981552ab55993295eb0b5ac4bb9a3c45d07b6afa9cb7b27db8')
sha512sums=('SKIP') # upstream checksum changes without the content being any different
package() {
- cd ${srcdir}/gajim-plugins-gtk3-*
-
- # Remove unnecessary files
- find ./* -maxdepth 0 -not -name 'httpupload' -print0 | xargs -0 rm -rf --
-
- cd httpupload
+ cd ${srcdir}/httpupload
# Install the plugin
install -d ${pkgdir}/usr/lib/python3.6/site-packages/gajim/data/plugins/httpupload