diff options
author | Mattia Borda | 2023-02-05 16:26:40 +0100 |
---|---|---|
committer | Mattia Borda | 2023-02-05 16:26:40 +0100 |
commit | 3c07b6c7ac2f0de6ecf12d8e9001c8a80af3d2c8 (patch) | |
tree | bac7d996fb37ce4ea9f4088a43858e5a815e40ac /PKGBUILD | |
parent | 15afc7ea6d41cf00a2f015e6fe237c036e19fc4e (diff) | |
download | aur-3c07b6c7ac2f0de6ecf12d8e9001c8a80af3d2c8.tar.gz |
Update to 1.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,14 +2,14 @@ # Contributor: Enes Hecan <nshecan@gmail.com> pkgname=whatsapp-for-linux -pkgver=1.5.3 +pkgver=1.6.0 pkgrel=1 pkgdesc="An unofficial WhatsApp desktop application for linux" url=https://github.com/eneshecan/$pkgname -arch=('i686' 'x86_64' 'armv7h' 'aarch64') +arch=(i686 x86_64 armv7h aarch64) license=(GPL3) -depends=('gtkmm3' 'webkit2gtk' 'libayatana-appindicator' 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-bad' 'gst-libav') -makedepends=('cmake' 'git') +depends=(gtkmm3 webkit2gtk libayatana-appindicator gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav) +makedepends=(cmake git) source=(git+$url#tag=v$pkgver) b2sums=(SKIP) |