summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0175cdaa7352..62c8e7586205 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = whatsapp-for-linux
pkgdesc = An unofficial WhatsApp desktop application for linux
- pkgver = 1.6.1
+ pkgver = 1.6.2
pkgrel = 1
url = https://github.com/eneshecan/whatsapp-for-linux
arch = i686
@@ -18,7 +18,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.6.1
+ source = git+https://github.com/eneshecan/whatsapp-for-linux#tag=v1.6.2
b2sums = SKIP
pkgname = whatsapp-for-linux
diff --git a/PKGBUILD b/PKGBUILD
index de7fd2176763..41aac0bea313 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Enes Hecan <nshecan@gmail.com>
pkgname=whatsapp-for-linux
-pkgver=1.6.1
+pkgver=1.6.2
pkgrel=1
pkgdesc="An unofficial WhatsApp desktop application for linux"
url=https://github.com/eneshecan/$pkgname
@@ -11,7 +11,7 @@ license=(GPL3)
depends=(gtkmm3 webkit2gtk libayatana-appindicator libcanberra gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav)
makedepends=(cmake git)
source=(git+$url#tag=v$pkgver)
-b2sums=(SKIP)
+b2sums=('SKIP')
build() {
cd $pkgname