summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxeruf2021-11-09 02:02:49 +0100
committerxeruf2021-11-09 02:02:49 +0100
commit8988b4d2ef7434db44ee79fb790c84d8d761557d (patch)
tree41067c1b4039255523c4147809f096ee4fac36cc
parent1c8923d9230f20a328c52019cf40646436731d73 (diff)
downloadaur-8988b4d2ef7434db44ee79fb790c84d8d761557d.tar.gz
Update package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index faa2be0c6425..5c99dc0c5da3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stretchly-xeruf-git
- pkgdesc = The break time reminder app with more restrictive menus
- pkgver = 986.1312677
+ pkgdesc = The break reminder app with more restrictive menus
+ pkgver = 986.7d28747
pkgrel = 1
url = https://github.com/xeruf/stretchly
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 70a073de6dbc..67669ffc38a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_pkgname=stretchly
pkgname=${_pkgname}-xeruf-git
-pkgver=986.1312677
+pkgver=986.7d28747
pkgrel=1
-pkgdesc="The break time reminder app with more restrictive menus"
+pkgdesc="The break reminder app with more restrictive menus"
arch=('any')
-url="https://github.com/xeruf/stretchly"
+url="https://github.com/xeruf/${_pkgname}"
license=('BSD')
depends=('c-ares' 'ffmpeg' 'gtk3' 'http-parser' 'libevent' 'libvpx' 'libxslt' 'libxss' 'minizip' 'nss' 're2' 'snappy' 'libnotify' 'libappindicator-gtk3' 'electron')
makedepends=(git nvm jq python)
@@ -21,7 +21,8 @@ pkgver() {
}
_ensure_local_nvm() {
- if type nvm >/dev/null; then
+ if type nvm >/dev/null 2>&1
+ then
nvm deactivate
nvm unload
fi