summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMaxime “pep” Buquet2022-12-01 01:05:14 +0100
committerMaxime “pep” Buquet2022-12-01 01:05:14 +0100
commit471331d618e2d0454449559682409f24b98f143f (patch)
treed6712db673d1ad3f89a33202ba47a61f9e01ef2b /PKGBUILD
parent467af43872609be8e5f3c847c6654f780b62ef90 (diff)
downloadaur-poezio-omemo.tar.gz
Update to releave 0.7.0
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63caaf02bcee..88a51561f350 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Maxime "pep" Buquet <archlinux@bouah.net>
-_tagname=v0.5.0
+_tagname=v0.7.0
pkgname=poezio-omemo
_pkgname=${pkgname}
pkgrel=1
pkgver=${_tagname}
pkgdesc="OMEMO plugin for the Poezio XMPP console client"
arch=('i686' 'x86_64')
-url="https://lab.louiz.org/poezio/poezio-omemo"
+url="https://code.bouah.net/pep/poezio-omemo"
conflicts=('poezio-omemo')
provides=('poezio-omemo')
license=('GPL')
@@ -20,7 +20,7 @@ depends=(
)
makedepends=('git')
-source=("${_pkgname}::git+https://lab.louiz.org/poezio/poezio-omemo#tag=${_tagname}")
+source=("${_pkgname}::git+https://code.bouah.net/pep/poezio-omemo#tag=${_tagname}")
build() {
cd "$srcdir/$_pkgname"