summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b55ff49f8d77..65331e3a59c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = whatsapp-for-linux
pkgdesc = An unofficial WhatsApp linux client desktop application.
pkgver = 1.0.7
pkgrel = 1
- url = https://github.com/eneshecan/whatsapp-for-linux/releases
+ url = https://github.com/eneshecan/whatsapp-for-linux
arch = x86_64
license = GPL
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index 9bdcc5425199..64c923ba5bd6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=1.0.7
pkgrel=1
pkgdesc="An unofficial WhatsApp linux client desktop application."
arch=('x86_64')
-url="https://github.com/eneshecan/$pkgname/releases"
+url="https://github.com/eneshecan/$pkgname"
license=('GPL')
depends=('gtkmm3' 'webkit2gtk')
makedepends=('cmake')