Package Details: viber 27.3.0.2-5

Git Clone URL: https://aur.archlinux.org/viber.git (read-only, click to copy)
Package Base: viber
Description: Free and secure calls and messages to anyone, anywhere, on any device and network, in any country!
Upstream URL: https://www.viber.com
Licenses: LicenseRef-Viber-TOS
Conflicts: viber
Submitter: MohammadR
Maintainer: jasongodev
Last Packager: jasongodev
Votes: 261
Popularity: 0.158907
First Submitted: 2013-08-20 17:20 (UTC)
Last Updated: 2026-04-10 18:44 (UTC)

Dependencies (17)

Required by (0)

Sources (3)

Latest Comments

1 2 3 4 5 6 .. 50 Next › Last »

zelimir commented on 2026-04-09 09:07 (UTC)

@Gone2wild Yes, but not for Linux.

jasongodev commented on 2026-03-30 19:14 (UTC)

@Gone2wild The deb/rpm/AppImage are still in 27.3.0.2.

Gone2wild commented on 2026-03-30 19:03 (UTC)

There's already 27.5.0.1

jasongodev commented on 2026-03-30 18:59 (UTC)

@yurikoles Fixed unversioned deb during update in 27.3.0.2-2. Thanks for the catch.

yurikoles commented on 2026-03-30 18:47 (UTC)

Users would need to manually delete unversioned viber.deb artifact during each update.

jasongodev commented on 2026-03-29 15:14 (UTC)

Good day everyone, as you may have noticed I am the new maintainer of this package. I'm reviewing the whole package and will make updates within 2 days.

Gurov commented on 2026-03-11 16:45 (UTC)

Y'all I maintain a working viber @ https://aur.archlinux.org/packages/viber-appimage

hurufu commented on 2026-03-06 12:23 (UTC) (edited on 2026-03-06 12:23 (UTC) by hurufu)

@nslxndr, Yeah sure, I can maintain it.

nslxndr commented on 2026-03-06 12:00 (UTC)

@hurufu: I'm not using Viber on desktop at the moment. Are you interested in maintaining the package?

hurufu commented on 2026-03-06 11:47 (UTC) (edited on 2026-03-06 11:47 (UTC) by hurufu)

@tyusha, @nslxndr, they have changed location of some files upstream. Apply this patch to you PKGBUILD:

From b7fd0387fb83e70476cbec6240710781926f05c4 Mon Sep 17 00:00:00 2001
Date: Fri, 6 Mar 2026 12:43:26 +0100
Subject: [PATCH] Update to 27.3.0.2

---
 PKGBUILD | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index fe5dac5..895fb04 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,8 +5,8 @@
 # Contributor: Özgür Sarıer <ozgursarier1011601115[at]gmail[dot]com>

 pkgname=viber
-pkgver=27.0.0.1
-pkgrel=3
+pkgver=27.3.0.2
+pkgrel=1
 pkgdesc="Proprietary cross-platform IM and VoIP software"
 arch=('x86_64')
 url='https://www.viber.com'
@@ -17,7 +17,7 @@ depends=('libxss' 'xcb-util-cursor' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-uti
    'snappy' 'libjpeg6' 'numactl' 'libxml2-legacy')
 options=('!strip')
 source=("$pkgname-$pkgver.deb::https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb")
-sha256sums=('15dcf07959270999a8015c4ffdb933f4a7f095fbccf23880a86a3ce7dc622390')
+sha256sums=('961534dc0cb920006ec7ae8108b0e1ba09a476eef1e13b4b370a79cd52dd20f3')

 prepare() {
   cd "$srcdir"
@@ -44,9 +44,12 @@ package() {
   ln -s /opt/viber/Viber "$pkgdir/usr/bin/viber"

   # install icons
-  cd "$srcdir/opt/viber/"
-  for iconsize in 16x16 24x24 32x32 48x48 64x64 96x96 128x128 256x256; do
-    install -Dm644 icons/$iconsize.png "$pkgdir/usr/share/icons/hicolor/$iconsize/apps/viber.png"
-  done
-  install -Dm644 icons/Viber.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/viber.svg"
+  (
+    cd "$srcdir/usr/share/viber"
+    for iconsize in 16x16 24x24 32x32 48x48 64x64 96x96 128x128 256x256
+    do
+        install -Dm644 $iconsize.png "$pkgdir/usr/share/icons/hicolor/$iconsize/apps/viber.png"
+    done
+  )
+  install -Dm644 "$srcdir/usr/share/icons/hicolor/scalable/apps/Viber.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/viber.svg"
 }
-- 
2.53.0