summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlsf2021-04-03 14:28:16 +0200
committerlsf2021-04-03 14:28:16 +0200
commit7334501c47f1bdecf81d1c4ed5cf9da5a11a1152 (patch)
treedc3546d020fdd3c2c600d6ddebf750c50880afbd
parentb65254fb761d7b93fc668389e8d68791424c48b5 (diff)
downloadaur-7334501c47f1bdecf81d1c4ed5cf9da5a11a1152.tar.gz
v0.1.0.beta3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57675ac187e4..724815a4a1d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = briar-gtk
pkgdesc = Native GTK Briar client
- pkgver = 0.1.0.beta2
- pkgrel = 2
+ pkgver = 0.1.0.beta3
+ pkgrel = 1
url = https://code.briarproject.org/briar/briar-gtk
arch = any
license = GPL
@@ -20,7 +20,7 @@ pkgbase = briar-gtk
depends = java-runtime=11
depends = python-cairo
conflicts = briar-gtk-git
- source = git+https://code.briarproject.org/briar/briar-gtk.git#tag=0.1.0-beta2
+ source = git+https://code.briarproject.org/briar/briar-gtk.git#tag=0.1.0-beta3
source = briar-wrapper::git+https://code.briarproject.org/briar/python-briar-wrapper.git#commit=b1bd45f151c0dc9655701e2a3ac27c7addd9c1d4
sha512sums = SKIP
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 68754e657df5..03ba0169b43e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=briar-gtk
conflicts=('briar-gtk-git')
-pkgver=0.1.0.beta2
-pkgrel=2
+pkgver=0.1.0.beta3
+pkgrel=1
pkgdesc='Native GTK Briar client'
url='https://code.briarproject.org/briar/briar-gtk'
arch=(any)
@@ -12,7 +12,7 @@ depends=('libhandy' 'python' 'gettext'
'python-cairo')
makedepends=('meson' 'gtk3' 'appstream-glib' 'git' 'ninja' 'java-environment=11')
_briar_wrapper=b1bd45f151c0dc9655701e2a3ac27c7addd9c1d4
-source=("git+https://code.briarproject.org/briar/${pkgname}.git#tag=0.1.0-beta2"
+source=("git+https://code.briarproject.org/briar/${pkgname}.git#tag=0.1.0-beta3"
"briar-wrapper::git+https://code.briarproject.org/briar/python-briar-wrapper.git#commit=${_briar_wrapper}")
sha512sums=('SKIP'
'SKIP')