summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2024-04-21 20:16:58 +1000
committerLuke Arms2024-04-21 20:16:58 +1000
commit340d991f305d59b3cac2254733ffae0412dd377f (patch)
tree0757b99e5ac96a4afac5659afd1a9e2a6b1a33a9
parent04cb24c88f98d1de986c0fa78b6e39c9cee2fea4 (diff)
downloadaur-stretchly.tar.gz
Bump electron to v27
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a93c8e1bb492..a73a2a1aba40 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stretchly
pkgdesc = The break time reminder app
pkgver = 1.15.1
- pkgrel = 2
+ pkgrel = 3
url = https://hovancik.net/stretchly
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = stretchly
depends = libnotify
depends = libxcrypt-compat
depends = libxss
- depends = electron25
+ depends = electron27
conflicts = stretchly-bin
conflicts = stretchly-git
source = https://github.com/hovancik/stretchly/archive/v1.15.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 20b90f603f01..7080e33d742b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Luke Arms <luke@arms.to>
-_electron_version=25
+_electron_version=27
pkgname=stretchly
pkgver=1.15.1
-pkgrel=2
+pkgrel=3
pkgdesc="The break time reminder app"
arch=('i686' 'x86_64')
url="https://hovancik.net/stretchly"