summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwestpain2023-08-22 00:31:02 +0300
committerwestpain2023-08-22 00:31:02 +0300
commitd64f1ebd5343d8a84519e0912616a7edea3bc2de (patch)
tree8934ebaa1f3327ba73daba6ea7983d56ab157dcc
parentd378ddc935155614a56987c903386c35e1e00c49 (diff)
downloadaur-d64f1ebd5343d8a84519e0912616a7edea3bc2de.tar.gz
corrected some fuss
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8814c7bff2ba..620344a95441 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -41,9 +41,9 @@ pkgbase = ayugram-desktop-git
depends = protobuf
optdepends = webkit2gtk: embedded browser features
optdepends = xdg-desktop-portal: desktop integration
- provides = ayugram
- conflicts = ayugram
- source = tdesktop::git+https://github.com/AyuGram/AyuGramDesktop.git
+ provides = telegram-desktop
+ conflicts = telegram-desktop
+ source = tdesktop::git+https://github.com/AyuGram/AyuGramDesktop.git#branch=dev
source = telegram-desktop-libtgvoip::git+https://github.com/telegramdesktop/libtgvoip.git
source = telegram-desktop-GSL::git+https://github.com/desktop-app/GSL.git
source = telegram-desktop-xxHash::git+https://github.com/Cyan4973/xxHash.git
diff --git a/PKGBUILD b/PKGBUILD
index 23cc3958ae63..d84ee6581716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,9 +16,9 @@ makedepends=('cmake' 'git' 'ninja' 'python' 'range-v3' 'tl-expected' 'microsoft-
'gobject-introspection' 'mm-common')
optdepends=('webkit2gtk: embedded browser features'
'xdg-desktop-portal: desktop integration')
-provides=("ayugram")
-conflicts=("ayugram")
-source=("tdesktop::git+https://github.com/AyuGram/AyuGramDesktop.git"
+provides=("telegram-desktop")
+conflicts=("telegram-desktop")
+source=("tdesktop::git+https://github.com/AyuGram/AyuGramDesktop.git#branch=dev"
"telegram-desktop-libtgvoip::git+https://github.com/telegramdesktop/libtgvoip.git"
"telegram-desktop-GSL::git+https://github.com/desktop-app/GSL.git"
"telegram-desktop-xxHash::git+https://github.com/Cyan4973/xxHash.git"