summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ed782777e7d7..c1867e9346b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = python-omemo-syndace
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = python-omemo::git+https://github.com/Syndace/python-omemo.git#tag=
+ source = python-omemo::git+https://github.com/Syndace/python-omemo.git#tag=v0.10.5-beta
sha256sums = SKIP
pkgname = python-omemo-syndace
diff --git a/PKGBUILD b/PKGBUILD
index 0a8d17a4ae22..fe1dccf9e4ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ _tag=v0.10.5-beta
pkgbase=python-omemo-syndace
pkgname=("python-omemo-syndace" "python2-omemo-syndace")
pkgver=0.10.5.beta
-pkgrel=1
+pkgrel=2
pkgdesc="An open python implementation of the OMEMO Multi-End Message and Object Encryption protocol"
url="https://github.com/Syndace/${_pkgname}"
license=('MIT')
arch=('any')
makedepends=('python-setuptools' 'python2-setuptools')
-source=("${_pkgname}::git+https://github.com/Syndace/${_pkgname}.git#tag=${tag}")
+source=("${_pkgname}::git+https://github.com/Syndace/${_pkgname}.git#tag=${_tag}")
sha256sums=('SKIP')
pkgver() {