summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhizani2025-01-13 18:53:00 +0300
committerhizani2025-01-13 18:53:00 +0300
commitc7f5d813445907c2dbe8efe6ed7751dea6f2b00d (patch)
tree4728b37889baa9f0ae1910a290181c87516d6164 /PKGBUILD
parentcb590005b2eff36dcaf763803ab8d4a4eb868b62 (diff)
downloadaur-c7f5d813445907c2dbe8efe6ed7751dea6f2b00d.tar.gz
remove name and description changes that should be changed in the upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 1 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b7c24e597f7b..2214a6e57b31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=qtox-toktok
_pkgname=qTox
pkgver=1.18.2
-pkgrel=1
+pkgrel=2
pkgdesc='Powerful Tox client written in C++/Qt (TokTok fork)'
arch=('x86_64')
url='https://github.com/TokTok/qTox'
@@ -17,13 +17,6 @@ sha512sums=('SKIP')
prepare() {
cd $_pkgname
git checkout -q tags/v${pkgver}
-
- mv io.github.qtox.qTox.desktop qtox.desktop
- mv res/io.github.qtox.qTox.appdata.xml res/qtox.appdata.xml
-
- sed -i 's/io.github.qtox.qTox/qtox/g' res/qtox.appdata.xml cmake/Installation.cmake
- sed -i 's/<\/summary>/ (TokTok fork)<\/summary>/g' res/qtox.appdata.xml
- sed -i 's/qtox.github.io/github.com\/TokTok\/qTox/g' res/qtox.appdata.xml src/widget/form/settings/aboutform.cpp
}
build() {