summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJay Ta'ala2021-05-03 13:40:19 +1000
committerJay Ta'ala2021-05-03 13:40:19 +1000
commit79e1b773c670666bd9088350e995058e430217b2 (patch)
tree9a674ff35bc066bb1b76ed87f1b716e30f929ceb /PKGBUILD
parent3f92b534d60fe120db85aeba335f991872436c47 (diff)
downloadaur-79e1b773c670666bd9088350e995058e430217b2.tar.gz
Version is now numeric. Added .gitignore and removed unneeded dep (tested with clean chroot).
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b849e9ab6fa..b6be1488f154 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Matthias Steffen aur@matthiassteffen.biz
pkgname=mailspring-libre
-pkgver=1.8.0_libre
-pkgrel=1
+pkgver=1.8.0
+pkgrel=2
pkgdesc="A fork of a fork – aiming at removing Mailspring's dependecy on a central server."
arch=('x86_64')
license=('custom: GPL3 and (C) 2016-2019 Foundry 376, LLC.')
@@ -12,8 +12,8 @@ options=('!strip')
source=()
sha256sums_x86_64=('5cf5cf6cd541df6f50db3529c113ab19943ea43d17909a7997e2fb0ccfb1ca31')
-source_x86_64=("https://github.com/notpushkin/Mailspring-Libre/releases/download/1.8.0-libre/mailspring-1.8.0-libre-amd64.deb")
-depends=("libxss" "libxkbfile" "libsecret" "gtk3" "nss" "libglvnd")
+source_x86_64=("https://github.com/notpushkin/Mailspring-Libre/releases/download/${pkgver}-libre/mailspring-${pkgver}-libre-amd64.deb")
+depends=("libxss" "libxkbfile" "libsecret" "gtk3" "nss")
optdepends=('libappindicator-gtk3: for system tray support' "libgnome-keyring: keyrings" "gnome-keyring: keyrings" )
conflicts=('mailspring')