summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSimPilotAdamT2022-06-12 14:10:56 +0100
committerSimPilotAdamT2022-06-12 14:10:56 +0100
commit7081807ee114c9344d1aa70c09279d913977fe3b (patch)
tree47eb16646a6b1571eebc8e794abe91bd1fbf4bab /PKGBUILD
parent92dc036d8cb11f3250241acd2128cb739830be09 (diff)
downloadaur-7081807ee114c9344d1aa70c09279d913977fe3b.tar.gz
2:15.31.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ff8755a0685..c98186021a44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
+# Maintainer: SimPilotAdamT <adam_tazul@outlook.com>
# Contributor: Marcell Meszaros < marcell.meszaros AT runbox.eu >
# Contributor: Christian Hesse <mail@eworm.de>
pkgname='teamviewer-quicksupport'
-epoch=1
+epoch=2
pkgver=15.31.3
pkgrel=1
pkgdesc='All-in-one software for remote support and online meetings'
@@ -97,7 +98,7 @@ package() {
ln -s /opt/teamviewer/doc/{EULA_en.txt,DPA_en.txt} "${pkgdir}/usr/share/licenses/${pkgname}/"
install -Dm 0755 "${srcdir}/teamviewer.desktop" "${pkgdir}/usr/share/applications/teamviewer.desktop"
-
+
for iconsize in 16 20 24 32 48 256; do
install -Dm 644 "tv_bin/desktop/teamviewer_${iconsize}.png" "${pkgdir}/usr/share/icons/hicolor/${iconsize}x${iconsize}/apps/teamviewer.png"
done