summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormlatman2016-04-22 22:47:14 -0400
committermlatman2016-04-22 22:47:14 -0400
commit85808716674c994602ad3e9e7e32d6e17243f910 (patch)
tree4f9703dfb48edf085806859dca3ab8d7d8352f4e
parentc25e9c0352167a2d159b832706c0e1e9173d8acb (diff)
downloadaur-85808716674c994602ad3e9e7e32d6e17243f910.tar.gz
Release 2.0.14 PackageRel 14
-rwxr-xr-x.SRCINFO12
-rw-r--r--generateAur.sh20
2 files changed, 12 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 136af5efa658..d50bb1f4c1eb 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,10 @@
pkgbase = whatsie
+ pkgdesc = A simple & beautiful desktop client for WhatsApp Web.
pkgver = 2.0.14
pkgrel = 14
- arch = any
+ url = https://github.com/Aluxian/Whatsie
+ install = .INSTALL
+ arch = x86_64
license = MIT
depends = desktop-file-utils
depends = gconf
@@ -16,4 +19,11 @@ pkgbase = whatsie
depends = python
depends = xdg-utils
depends = libcap
+ optdepends = hunspell: spell check
+ options = !docs
+ options = !emptydirs
+ source = whatsie-2.0.14-linux-amd64.deb::https://github.com/Aluxian/Whatsie/releases/download/v2.0.14/whatsie-2.0.14-linux-amd64.deb
+ md5sums = a7e1cb4c020c98aa74cc75e1cac22014
+
pkgname = whatsie
+
diff --git a/generateAur.sh b/generateAur.sh
index de5e79f73de0..20142b961786 100644
--- a/generateAur.sh
+++ b/generateAur.sh
@@ -52,26 +52,8 @@ optdepend = gir1.2-gnomekeyring-1.0
optdepend = libgnome-keyring
optdepend = lsb-release" > .PKGINFO
-echo "pkgbase = whatsie
- pkgver = $pkgver
- pkgrel = $pkgrel
- arch = any
- license = MIT
- depends = desktop-file-utils
- depends = gconf
- depends = gtk2
- depends = gvfs
- depends = hicolor-icon-theme
- depends = libgudev
- depends = libgcrypt
- depends = libnotify
- depends = libxtst
- depends = nss
- depends = python
- depends = xdg-utils
- depends = libcap
-pkgname = whatsie" > .SRCINFO
+makepkg --printsrcinfo > .SRCINFO
chmod 755 .PKGINFO
chmod 755 .SRCINFO
git add -A