summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgéballin2019-08-09 23:40:21 +0200
committergéballin2019-08-09 23:40:21 +0200
commit2787c55cd5a6af0386592a3a06cae87bf3ada296 (patch)
treeee823cfe368c46ee4b5e71c39bfddaeceb73b358
parentb51e5235b1ba5682bcfed794a564231ca453787f (diff)
downloadaur-2787c55cd5a6af0386592a3a06cae87bf3ada296.tar.gz
Add the missing rsync depend for make.
-rw-r--r--.SRCINFO3
-rwxr-xr-xPKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index db3b2a72714d..707de5edd8d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = naturaldocs2
pkgdesc = Readable Source Code Documentation for 20 Programming Languages
pkgver = 2.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://www.naturaldocs.org/
arch = x86_64
arch = i686
license = AGPLv3
+ makedepends = rsync
depends = mono
source = https://www.naturaldocs.org/download/natural_docs/2.0.2/Natural_Docs_2.0.2.zip
source = naturaldocs2
diff --git a/PKGBUILD b/PKGBUILD
index 963260c7635b..b30e15d8a550 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Geballin - Guillaume Ballin <macniaque at free dot fr>
pkgname=naturaldocs2
pkgver=2.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="Readable Source Code Documentation for 20 Programming Languages"
url="https://www.naturaldocs.org/"
arch=('x86_64' 'i686')
license=('AGPLv3')
depends=('mono')
optdepends=()
-makedepends=()
+makedepends=(rsync)
conflicts=()
replaces=()
backup=()