summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcippaciong2016-12-20 23:29:51 +0100
committercippaciong2016-12-20 23:29:51 +0100
commite00988af985d54cfc4538c13fb3ad82702608e0b (patch)
tree78b5b36a992ac99831efec87b99fb178ece064af
parent5733d97f8954f3bb27fff9dbd3ad128ed4c7f8ad (diff)
downloadaur-e00988af985d54cfc4538c13fb3ad82702608e0b.tar.gz
Skip checksum until we'll have proper releases
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccb7d51a1e1a..f63f691308f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gajim-plugin-omemo
pkgdesc = Gajim plugin for OMEMO Multi-End Message and Object Encryption.
pkgver = 1.0.0
- pkgrel = 3
+ pkgrel = 4
url = https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin
arch = any
license = GPL
@@ -14,7 +14,7 @@ pkgbase = gajim-plugin-omemo
provides = gajim-plugin-omemo
conflicts = gajim-plugin-omemo-git
source = https://ftp.gajim.org/plugins_0.16_zip/omemo.zip
- sha512sums = b8d96c4617ff61ca2ad2f12f8274d625f75977a33dfb00d8b1be8c3c28ef17be726ea73126e85716af2d9089dcf413fa05328815ea0623c673d80807e4dbbf5b
+ sha512sums = SKIP
pkgname = gajim-plugin-omemo
diff --git a/PKGBUILD b/PKGBUILD
index 1754fd3bb852..351353ea1825 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=gajim-plugin-omemo
_pkgname=omemo
pkgver=1.0.0
-pkgrel=3
+pkgrel=4
pkgdesc="Gajim plugin for OMEMO Multi-End Message and Object Encryption."
arch=(any)
url="https://dev.gajim.org/gajim/gajim-plugins/wikis/OmemoGajimPlugin"
@@ -12,7 +12,7 @@ depends=("gajim" "python2-qrcode" "python2-setuptools" "python2-cryptography" "p
provides=('gajim-plugin-omemo')
conflicts=('gajim-plugin-omemo-git')
source=("https://ftp.gajim.org/plugins_0.16_zip/${_pkgname}.zip")
-sha512sums=('b8d96c4617ff61ca2ad2f12f8274d625f75977a33dfb00d8b1be8c3c28ef17be726ea73126e85716af2d9089dcf413fa05328815ea0623c673d80807e4dbbf5b')
+sha512sums=(SKIP)
package() {
cd ${srcdir}/${_pkgname}