summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoliathLabs2020-05-16 11:42:13 +0200
committerGoliathLabs2020-05-16 11:42:13 +0200
commit6e420ea7afef56e8fb38f1e4b445ca57183f69e9 (patch)
treecf726cfa998933f801771de4819bd09deebe3389
parentfae0e1b25ce93a51c1f3968f91683404f6c56ded (diff)
downloadaur-6e420ea7afef56e8fb38f1e4b445ca57183f69e9.tar.gz
Updated: makedep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f6d60c2dff08..5b267602373f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = nextcloud-app-tasks-git
pkgdesc = Enhanced task app for NextCloud
pkgver = 0.9.5.r2181.g776a476d
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/nextcloud/tasks
arch = any
license = AGPL
- makedepends = npm
+ makedepends = yarn
makedepends = zip
makedepends = git
makedepends = phantomjs
diff --git a/PKGBUILD b/PKGBUILD
index 00b41bd4554c..2844f1e17c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=nextcloud-app-tasks-git
pkgver=0.9.5.r2181.g776a476d
-pkgrel=1
+pkgrel=2
pkgdesc="Enhanced task app for NextCloud"
arch=('any')
url="https://github.com/nextcloud/tasks"
license=('AGPL')
depends=('nextcloud')
-makedepends=('npm' 'zip' 'git' 'phantomjs' 'rsync')
+makedepends=('yarn' 'zip' 'git' 'phantomjs' 'rsync')
provides=("nextcloud-app-tasks=$pkgver")
conflicts=('nextcloud-app-tasks')
options=('!strip')