summarylogtreecommitdiffstats
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
parent3f92b534d60fe120db85aeba335f991872436c47 (diff)
downloadaur-mailspring-libre.tar.gz
Version is now numeric. Added .gitignore and removed unneeded dep (tested with clean chroot).
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD8
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82fdc82fcdd7..19406685eb04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mailspring-libre
pkgdesc = A fork of a fork – aiming at removing Mailspring's dependecy on a central server.
- pkgver = 1.8.0_libre
- pkgrel = 1
+ pkgver = 1.8.0
+ pkgrel = 2
url = https://github.com/notpushkin/Mailspring-Libre
arch = x86_64
license = custom: GPL3 and (C) 2016-2019 Foundry 376, LLC.
@@ -10,7 +10,6 @@ pkgbase = mailspring-libre
depends = libsecret
depends = gtk3
depends = nss
- depends = libglvnd
optdepends = libappindicator-gtk3: for system tray support
optdepends = libgnome-keyring: keyrings
optdepends = gnome-keyring: keyrings
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..87dbd12770b9
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pkg
+/src
+/*.deb
+/*.zst
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')