summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Arms2021-02-11 12:20:54 +1100
committerLuke Arms2021-02-11 12:20:54 +1100
commit00c2d21cddc7f3a09615f587a12d6544f7975fe9 (patch)
treef6d5cb379ce3cbfdbf9e8030211fd10d43a57b62
parentd6e4f82666ef831f21a8faf4271d04dd43837179 (diff)
downloadaur-00c2d21cddc7f3a09615f587a12d6544f7975fe9.tar.gz
Add git to makedepends, bump version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65a6f4813a65..af6881f3b427 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = stretchly-git
pkgdesc = The break time reminder app
- pkgver = 765.6b2a9ad
+ pkgver = 818.b2182ad
pkgrel = 1
url = https://github.com/hovancik/stretchly/
arch = any
license = BSD
+ makedepends = git
makedepends = npm
makedepends = jq
depends = c-ares
diff --git a/PKGBUILD b/PKGBUILD
index d9665fe2752d..80f5018dc070 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=stretchly-git
_pkgname=${pkgname%-git}
-pkgver=765.6b2a9ad
+pkgver=818.b2182ad
pkgrel=1
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' 'electron9')
-makedepends=('npm' 'jq')
+makedepends=('git' 'npm' 'jq')
source=("git+https://github.com/hovancik/stretchly.git")
sha256sums=('SKIP')