summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuke Arms2021-04-05 15:50:33 +1000
committerLuke Arms2021-04-05 15:50:33 +1000
commit361818be67c9538d8cc27f4750ad8863e418bb68 (patch)
tree985ee63cd626849b9d80627acaa7c5e7f20547fa /PKGBUILD
parent139fb43bbfbcff9053d8baa01b76902707f37b46 (diff)
downloadaur-361818be67c9538d8cc27f4750ad8863e418bb68.tar.gz
Add make dependency on python (for node-gyp) and package conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 92f794bbc09e..6eff2780097e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,15 @@
pkgname=stretchly-git
_pkgname=${pkgname%-git}
pkgver=872.4df3d0d
-pkgrel=1
+pkgrel=2
pkgdesc="The break time reminder app"
arch=('any')
url="https://github.com/hovancik/stretchly/"
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')
+makedepends=('git' 'nvm' 'jq' 'python')
+provides=("$_pkgname")
+conflicts=("$_pkgname" "${_pkgname}-bin")
source=("git+https://github.com/hovancik/stretchly.git")
sha256sums=('SKIP')