summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattia Borda2023-02-05 16:26:40 +0100
committerMattia Borda2023-02-05 16:26:40 +0100
commit3c07b6c7ac2f0de6ecf12d8e9001c8a80af3d2c8 (patch)
treebac7d996fb37ce4ea9f4088a43858e5a815e40ac
parent15afc7ea6d41cf00a2f015e6fe237c036e19fc4e (diff)
downloadaur-3c07b6c7ac2f0de6ecf12d8e9001c8a80af3d2c8.tar.gz
Update to 1.6.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f4697ca3711..527d2ab34856 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whatsapp-for-linux
pkgdesc = An unofficial WhatsApp desktop application for linux
- pkgver = 1.5.3
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/eneshecan/whatsapp-for-linux
arch = i686
@@ -17,7 +17,7 @@ pkgbase = whatsapp-for-linux
depends = gst-plugins-good
depends = gst-plugins-bad
depends = gst-libav
- source = git+https://github.com/eneshecan/whatsapp-for-linux#tag=v1.5.3
+ source = git+https://github.com/eneshecan/whatsapp-for-linux#tag=v1.6.0
b2sums = SKIP
pkgname = whatsapp-for-linux
diff --git a/PKGBUILD b/PKGBUILD
index 8cd6e86203ea..76e9c5cdb955 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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)