summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjoern Franke2024-03-31 18:04:49 +0200
committerBjoern Franke2024-03-31 18:04:49 +0200
commitf38fa8cc23638f06f5e0f8bb9d6a6a513aa765bc (patch)
tree7de0a3671b72210f1dd5cc19ad5575c2dfbcb02e /PKGBUILD
parent9bc30c6346ed41a1d348d9d39ead46ce7d36b6aa (diff)
downloadaur-nextcloud-inotifyscan-git.tar.gz
add makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 437f5c30ed9c..8eb59362667b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
-# Maintainer: Bjoern Franke <bjo@nord-west.org>
+# Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
pkgname=nextcloud-inotifyscan-git
_pkgname=nextcloud-inotifyscan
-pkgver=r14.0eaf4a2
+pkgver=r2.9bc30c6
pkgrel=1
pkgdesc="Automatically scan external changes for Nextcloud local storage. "
arch=('any')
url="https://github.com/Blaok/nextcloud-inotifyscan"
license=('MIT')
depends=('python' 'inotify-tools' 'nextcloud')
+makedepends=('git')
options=(!emptydirs)
sha256sums=('SKIP')
source=("git+https://github.com/Blaok/nextcloud-inotifyscan.git")