summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2022-02-20 03:15:57 +1100
committerLuke Arms2022-02-20 03:15:57 +1100
commit1ae1ca208ced9425b5508cd4b6cf2d3f9d4b198f (patch)
tree2cb9aba080373387a24af3103b718a24bc6b624d
parent56dea4e6ef4ef8338fadb4a059408b7b8527d99b (diff)
downloadaur-1ae1ca208ced9425b5508cd4b6cf2d3f9d4b198f.tar.gz
Add libxcrypt-compat to provide missing libcrypt.so.1
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 93b402b077e8..e051d3a11027 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stretchly-git
pkgdesc = The break time reminder app
- pkgver = 1064.d443d47
+ pkgver = 1068.6392f38
pkgrel = 1
url = https://github.com/hovancik/stretchly/
arch = any
@@ -19,6 +19,7 @@ pkgbase = stretchly-git
depends = util-linux-libs
depends = libsecret
depends = libappindicator-gtk3
+ depends = libxcrypt-compat
provides = stretchly
conflicts = stretchly
conflicts = stretchly-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5faba224eba0..3ed0cec17170 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=stretchly-git
_pkgname=${pkgname%-git}
-pkgver=1064.d443d47
+pkgver=1068.6392f38
pkgrel=1
pkgdesc="The break time reminder app"
arch=('any')
@@ -13,8 +13,8 @@ license=('BSD')
# Stretchly for now. See:
# - https://github.com/hovancik/stretchly/issues/1048
# - https://github.com/electron/electron/issues/32133
-depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-atk' 'util-linux-libs' 'libsecret' 'libappindicator-gtk3')
-#depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-atk' 'util-linux-libs' 'libsecret' 'libappindicator-gtk3' 'electron')
+depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-atk' 'util-linux-libs' 'libsecret' 'libappindicator-gtk3' 'libxcrypt-compat')
+#depends=('gtk3' 'libnotify' 'nss' 'libxss' 'libxtst' 'xdg-utils' 'at-spi2-atk' 'util-linux-libs' 'libsecret' 'libappindicator-gtk3' 'libxcrypt-compat' 'electron')
makedepends=('git' 'nvm' 'jq' 'python')
provides=("$_pkgname")
conflicts=("$_pkgname" "${_pkgname}-bin")