summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d40069c3c8e2..3cf175b1888b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = clipto-bin
pkgdesc = Effortless, super fast and flexible notes taking app and clipboard manager.
pkgver = 7.2.17
- pkgrel = 9
+ pkgrel = 10
url = https://clipto.pro
arch = x86_64
license = custom
depends = electron22
- optdepends = libnotify: for desktop notifications
- optdepends = libappindicator-gtk3: for tray icon
provides = clipto
conflicts = clipto
conflicts = clipto.pro
diff --git a/PKGBUILD b/PKGBUILD
index 009e0f71559c..04aeaf3ca296 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,13 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=clipto-bin
pkgver=7.2.17
-pkgrel=9
+pkgrel=10
_electronversion=22
pkgdesc="Effortless, super fast and flexible notes taking app and clipboard manager."
arch=('x86_64')
url="https://clipto.pro"
license=('custom')
depends=("electron${_electronversion}")
-optdepends=('libnotify: for desktop notifications'
- 'libappindicator-gtk3: for tray icon')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}" "${pkgname%-bin}.pro")
replaces=("${pkgname%-bin}.pro")