summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2021-04-05 15:50:33 +1000
committerLuke Arms2021-04-05 15:50:33 +1000
commit361818be67c9538d8cc27f4750ad8863e418bb68 (patch)
tree985ee63cd626849b9d80627acaa7c5e7f20547fa
parent139fb43bbfbcff9053d8baa01b76902707f37b46 (diff)
downloadaur-361818be67c9538d8cc27f4750ad8863e418bb68.tar.gz
Add make dependency on python (for node-gyp) and package conflicts
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e741aa932d9..f978b486fdc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = stretchly-git
pkgdesc = The break time reminder app
pkgver = 872.4df3d0d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hovancik/stretchly/
arch = any
license = BSD
makedepends = git
makedepends = nvm
makedepends = jq
+ makedepends = python
depends = c-ares
depends = ffmpeg
depends = gtk3
@@ -23,6 +24,9 @@ pkgbase = stretchly-git
depends = libnotify
depends = libappindicator-gtk3
depends = electron
+ provides = stretchly
+ conflicts = stretchly
+ conflicts = stretchly-bin
source = git+https://github.com/hovancik/stretchly.git
sha256sums = SKIP
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')