summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonrad Malik2021-07-28 10:38:36 +0200
committerKonrad Malik2021-07-28 10:38:36 +0200
commit5a218ce3a1801a0393a4364d3c14cfb2baed7abe (patch)
tree638fde0d046e53b286de747a169b793dbd8355c1
parent02909aae13d13fc58bec972e0bf73da0d2c502b7 (diff)
downloadaur-5a218ce3a1801a0393a4364d3c14cfb2baed7abe.tar.gz
new version + gnome-keyring as opt dep
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6abc27736373..76f8b2cf1590 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = evernote-for-linux-bin
pkgdesc = Official Evernote client for Windows repackaged for Linux
- pkgver = 10.17.6
+ pkgver = 10.17.8
pkgrel = 1
url = https://github.com/search5/Evernote-for-Linux
install = evernote-for-linux-bin.install
@@ -16,10 +16,11 @@ pkgbase = evernote-for-linux-bin
depends = util-linux-libs
depends = libappindicator-gtk3
depends = libsecret
+ optdepends = gnome-keyring: for credentials persistence after reboot
provides = evernote
conflicts = evernote-beta-bin
- noextract = evernote-client_10.17.6_amd64.deb
- source = https://github.com/search5/Evernote-for-Linux/releases/download/10.17.6-linux-ddl-ga-2775/evernote-client_10.17.6_amd64.deb
- sha256sums = 8f8c2fd10c65c99c3a97c91438779ea4405474747c45f6b7efcdfeea0a3315d2
+ noextract = evernote-client_10.17.8_amd64.deb
+ source = https://github.com/search5/Evernote-for-Linux/releases/download/10.17.8-linux-ddl-ga-2809/evernote-client_10.17.8_amd64.deb
+ sha256sums = 940d224366865696a203bf3f6f7387a0b0bc47c1f651ac40ac02ce3d0019132f
pkgname = evernote-for-linux-bin
diff --git a/PKGBUILD b/PKGBUILD
index 743450b90df8..31f92a39646a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Konrad Malik (https://konradmalik.github.io/)
pkgname=evernote-for-linux-bin
-pkgver=10.17.6
-buildver=2775
+pkgver=10.17.8
+buildver=2809
pkgrel=1
pkgdesc="Official Evernote client for Windows repackaged for Linux"
arch=('x86_64')
@@ -13,7 +13,7 @@ depends=(
'gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils'
'at-spi2-core' 'util-linux-libs' 'libappindicator-gtk3' 'libsecret'
)
-optdepends=()
+optdepends=('gnome-keyring: for credentials persistence after reboot')
conflicts=("evernote-beta-bin")
replaces=()
install=$pkgname.install
@@ -22,7 +22,7 @@ source=(
)
noextract=("evernote-client_${pkgver}_amd64.deb")
sha256sums=(
- '8f8c2fd10c65c99c3a97c91438779ea4405474747c45f6b7efcdfeea0a3315d2'
+ '940d224366865696a203bf3f6f7387a0b0bc47c1f651ac40ac02ce3d0019132f'
)
package() {