summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDrRac272022-09-08 20:52:48 +0200
committerDrRac272022-09-08 20:52:48 +0200
commit90800b377132751085836ee8c028c7fbbe7ee437 (patch)
treeec795180e5d06534e24981dd63c2b3264b4729cb
parent5ca0c3c70bc1574d518c73a644b9c4578f6c87fb (diff)
downloadaur-90800b377132751085836ee8c028c7fbbe7ee437.tar.gz
dev branch got deleted and merged into main
-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() {