summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxeruf2022-04-12 12:17:22 +0200
committerxeruf2022-04-12 12:21:08 +0200
commit38b06257f45b15288b8b2e7025625651ee6c12ca (patch)
treed6acad7abfbcca56d7b003ba159953920e3cb9c8
parentd8d8f201a4c31323273d770da45cb6a705d57fb8 (diff)
downloadaur-38b06257f45b15288b8b2e7025625651ee6c12ca.tar.gz
Pin dependency to electron17
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6c67f54d69d..578d2478ad77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stretchly-xeruf-git
pkgdesc = The break reminder app with more restrictive menus
- pkgver = 986.7d28747
+ pkgver = 1125.a3264ed
pkgrel = 1
url = https://github.com/xeruf/stretchly
arch = any
@@ -20,8 +20,7 @@ pkgbase = stretchly-xeruf-git
depends = libsecret
depends = libappindicator-gtk3
depends = libxcrypt-compat
- depends = electron>=17
- depends = electron<18
+ depends = electron17
provides = stretchly
source = git+https://github.com/xeruf/stretchly.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 90ea525a450e..4fa47a4e560c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
_pkgname=stretchly
pkgname=${_pkgname}-xeruf-git
-pkgver=986.7d28747
+pkgver=1125.a3264ed
pkgrel=1
pkgdesc="The break reminder app with more restrictive menus"
arch=('any')
url="https://github.com/xeruf/${_pkgname}"
license=('BSD')
-depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-atk' 'util-linux-libs' 'libsecret' 'libappindicator-gtk3' 'libxcrypt-compat' 'electron>=17' 'electron<18')
+depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-atk' 'util-linux-libs' 'libsecret' 'libappindicator-gtk3' 'libxcrypt-compat' 'electron17')
makedepends=('git' 'nvm' 'jq' 'python')
provides=("$_pkgname")
source=("git+${url}.git")