summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 985418bb77cd..49b51b4e5008 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Carlos Mogas da Silva <r3pek@r3pek.org>
pkgname=matrix-synapse-rest-auth
-pkgver=0.1.1
-pkgrel=2
+pkgver=0.1.2
+pkgrel=1
pkgdesc='REST endpoint Authentication module for synapse'
arch=('any')
url='https://github.com/kamax-io/matrix-synapse-rest-auth'
license=('AGPL3')
depends=('python2' 'python2-twisted' 'matrix-synapse')
source=("https://github.com/kamax-io/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('8c9368c5f1ab8e2e3a9788cf4e4ad0bcd197cc68b278efd360edb516e674658d')
+sha256sums=('ee54649b1eec2c0f72930fa3d0a3b5769971c8cbc2bbd0f8476a88ea46570193')
package() {
cd "${pkgname}-${pkgver}"