summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6900907a2b3c..723fe0491b4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Marco Scarpetta <marcoscarpetta02@gmail.com>
pkgname=qtwaw
-pkgver=1.6.12
+pkgver=1.6.13
pkgrel=1
pkgdesc='An application for WhatsApp Web with tray icon and notifications'
arch=('i686' 'x86_64')
url='https://gitlab.com/scarpetta/qtwaw'
license=('GPL')
-depends=('qt5-base' 'qt5-webengine' 'kdbusaddons' 'knotifications' 'networkmanager-qt')
+depends=('qt5-base' 'qt5-webengine' 'kdbusaddons' 'knotifications')
makedepends=('cmake' 'qt5-tools')
source=("https://gitlab.com/scarpetta/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
-sha256sums=('c12b0abdb0c6ea2727f73a6f2bb926a138f36ac3305a5416c9c58b6e5125eab5')
+sha256sums=('1386ab83649138e2003406e636c5ad7f9b5e511ad710e57f31cf0f5ba040acab')
prepare() {
cd "${srcdir}/${pkgname}-v${pkgver}"