summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMidov2021-01-17 19:55:26 +0100
committerMidov2021-01-17 19:55:26 +0100
commit39bbc7e2889bb4cfdfbff3ba07ab4a7f622c2039 (patch)
tree89c8b0f2da6c24a2921b1e7104ac30fa265a6fe3
parent2ade3e3cdeb7fe3c55ee5b72502dc58760e9a1ad (diff)
downloadaur-39bbc7e2889bb4cfdfbff3ba07ab4a7f622c2039.tar.gz
modified how to check out dev branch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15cbba461b44..928200058587 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = matrix-mirage-git
pkgdesc = A fancy, customizable, keyboard-operable Matrix chat client for encrypted and decentralized communication.
- pkgver = r2422.ef87d7eb
+ pkgver = r2432.d1a5752b
pkgrel = 1
url = https://github.com/mirukana/mirage
arch = any
@@ -41,7 +41,7 @@ pkgbase = matrix-mirage-git
depends = python-dbus
depends = python-hsluv
depends = python-pycryptodome
- source = git://github.com/mirukana/mirage.git
+ source = git://github.com/mirukana/mirage.git#branch=dev
sha256sums = SKIP
pkgname = matrix-mirage-git
diff --git a/PKGBUILD b/PKGBUILD
index 5477886be144..a529923c83a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=matrix-mirage-git
_name=mirage
-pkgver=r2422.ef87d7eb
+pkgver=r2432.d1a5752b
pkgrel=1
pkgdesc='A fancy, customizable, keyboard-operable Matrix chat client for encrypted and decentralized communication.'
arch=('any')
@@ -11,12 +11,11 @@ license=('LGPL3')
depends=('qt5-base' 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-graphicaleffects' 'qt5-imageformats' 'python' 'python-pyotherside' 'libolm' 'libjpeg-turbo' 'zlib' 'libtiff' 'libwebp' 'openjpeg2' 'libmediainfo' 'python-pillow' 'python-pymediainfo' 'python-cairosvg' 'python-aiofiles' 'python-appdirs' 'python-filetype' 'python-html-sanitizer' 'python-lxml' 'python-mistune' 'python-blist' 'python-matrix-nio>=0.15.0' 'libxss' 'python-plyer' 'python-sortedcontainers' 'python-watchgod' 'python-redbaron' 'python-dbus' 'python-hsluv' 'python-pycryptodome')
makedepends=('cmake' 'git')
conflits=('mirage' 'mirage-matrix' 'matrix-mirage')
-source=("git://github.com/mirukana/${_name}.git")
+source=("git://github.com/mirukana/${_name}.git#branch=dev")
sha256sums=('SKIP')
prepare() {
cd ${srcdir}/"${_name}"
- git checkout dev
git submodule update --init --recursive
}
pkgver() {