summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Warrick2017-09-24 13:11:15 +0200
committerChris Warrick2017-09-24 13:11:15 +0200
commit48a5cd8abe0a0bf5447481fbf3a95766842fd9d0 (patch)
treecb3d32441a83cf90df84aa73733fd53a3dac7396
parent2a39ef1222a118f1560a8c6d08bb9f1af76ad88f (diff)
downloadaur-48a5cd8abe0a0bf5447481fbf3a95766842fd9d0.tar.gz
python-nikola-doc-git should depend on nikola-git
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98f2f1f6d883..6d7b7e0ef7dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -53,6 +53,6 @@ pkgname = nikola-git
pkgname = python-nikola-doc-git
pkgdesc = (deprecated -- merged into 'nikola-git')
install = python-nikola-doc-git.install
- depends =
+ depends = nikola-git
optdepends =
diff --git a/PKGBUILD b/PKGBUILD
index b4999364ed2b..c672f820efaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -52,7 +52,7 @@ package_python-nikola-doc-git() {
pkgdesc="(deprecated -- merged into 'nikola-git')"
install='python-nikola-doc-git.install'
optdepends=()
- depends=()
+ depends=('nikola-git')
echo "WARNING: python-nikola-doc-git is deprecated, please uninstall it"
}