summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormorganamilo2018-03-12 01:24:46 +0000
committermorganamilo2018-03-12 01:24:46 +0000
commit207cc38ff18b7c3cde31d06b8559609cb6c7c660 (patch)
treee9b2d6b09ac5627e2655fa1e15c210d74ae952ed
parent91f9bad5044f58228fac7aaf4151c095156fbed4 (diff)
downloadaur-207cc38ff18b7c3cde31d06b8559609cb6c7c660.tar.gz
Add xprintide dep
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 879b03fed285..1e32d0d38487 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = superproductivity-git
pkgdesc = To Do List / Time Tracker with Jira Integration.
- pkgver = 1.7.5.r0.g20d6d67
- pkgrel = 2
+ pkgver = 1.9.1.r0.g4bfc52a
+ pkgrel = 1
url = http://super-productivity.com/
arch = x86_64
license = MIT
@@ -22,9 +22,10 @@ pkgbase = superproductivity-git
depends = libappindicator
depends = libxtst
depends = alsa-lib
+ depends = xprintidle
provides = superproductivity
conflicts = superproductivity
- source = git+https://github.com/johannesjo/super-productivity
+ source = git+https://github.com/johannesjo/super-productivity#branch=develop
md5sums = SKIP
pkgname = superproductivity-git
diff --git a/PKGBUILD b/PKGBUILD
index 0300073fab9a..da1807152faa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,17 +4,18 @@ pkgname=superproductivity-git
_pkgname=superProductivity
_reponame=super-productivity
_binname=superproductivity
-pkgver=1.7.5.r0.g20d6d67
-pkgrel=2
+pkgver=1.9.1.r0.g4bfc52a
+pkgrel=1
pkgdesc='To Do List / Time Tracker with Jira Integration.'
arch=('x86_64')
url="http://super-productivity.com/"
license=('MIT')
-depends=('gtk2' 'libxss' 'gconf' 'nss' 'nspr' 'libnotify' 'libappindicator' 'libxtst' 'alsa-lib')
+depends=('gtk2' 'libxss' 'gconf' 'nss' 'nspr' 'libnotify' 'libappindicator'
+'libxtst' 'alsa-lib' 'xprintidle')
makedepends=('npm' 'gulp' 'bower' 'yarn' 'chromium' 'libicns' 'graphicsmagick' 'python3')
provides=('superproductivity')
conflicts=('superproductivity')
-source=("git+https://github.com/johannesjo/${_reponame}")
+source=("git+https://github.com/johannesjo/${_reponame}#branch=develop")
md5sums=('SKIP')
build() {