summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 986ce4c7de67..068cf1ed4431 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = moment-git
pkgdesc = A customizable, keyboard-operable Matrix client. Fork of Mirage
- pkgver = v0.7.3.r14.7e9cc8df
+ pkgver = v0.7.3.r20.4c3a8444
pkgrel = 1
url = https://mx-moment.xyz/
arch = x86_64
@@ -46,7 +46,7 @@ pkgbase = moment-git
depends = python-simpleaudio
provides = moment
conflicts = moment
- source = git+https://gitlab.com/mx-moment/moment.git#branch=dev
+ source = git+https://gitlab.com/mx-moment/moment.git
sha256sums = SKIP
pkgname = moment-git
diff --git a/PKGBUILD b/PKGBUILD
index 2b70af8eb8a4..0c4967e2042f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=moment-git
_name=moment
-pkgver=v0.7.3.r14.7e9cc8df
+pkgver=v0.7.3.r20.4c3a8444
pkgrel=1
pkgdesc='A customizable, keyboard-operable Matrix client. Fork of Mirage'
arch=('x86_64' 'i686' 'aarch64')
@@ -12,7 +12,7 @@ depends=('qt5-base' 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-graphi
makedepends=('cmake' 'git')
provides=('moment')
conflicts=('moment')
-source=('git+https://gitlab.com/mx-moment/moment.git#branch=dev')
+source=('git+https://gitlab.com/mx-moment/moment.git')
sha256sums=('SKIP')
prepare() {