summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2023-04-27 23:30:26 +1000
committerLuke Arms2023-04-27 23:30:26 +1000
commitbcf9a68d4d8f1000cb40c37d866a5a80bc41e587 (patch)
tree3f8ff30cb5d1b4d6391187f24f98eaf7c8c593dd
parent59811fdb03cd22e38ac044c6c91876531037ee19 (diff)
downloadaur-bcf9a68d4d8f1000cb40c37d866a5a80bc41e587.tar.gz
Reinstate libxcrypt-compat
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 59be5078fd73..395631a0b499 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stretchly
pkgdesc = The break time reminder app
pkgver = 1.14.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hovancik/stretchly/
arch = i686
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = stretchly
depends = http-parser
depends = libappindicator-gtk3
depends = libnotify
+ depends = libxcrypt-compat
depends = libxss
depends = electron22
conflicts = stretchly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2b9ea03677c6..691f131ecff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
_electron_version=22
pkgname=stretchly
pkgver=1.14.0
-pkgrel=1
+pkgrel=2
pkgdesc="The break time reminder app"
arch=('i686' 'x86_64')
url="https://github.com/hovancik/stretchly/"
license=('BSD')
-depends=('gtk3' 'http-parser' 'libappindicator-gtk3' 'libnotify' 'libxss' "electron$_electron_version")
+depends=('gtk3' 'http-parser' 'libappindicator-gtk3' 'libnotify' 'libxcrypt-compat' 'libxss' "electron$_electron_version")
makedepends=('git' 'nvm' 'jq' 'python')
conflicts=("${pkgname}-bin" "${pkgname}-git")
source=("https://github.com/hovancik/stretchly/archive/v${pkgver}.tar.gz")