summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Algar2021-11-01 15:12:58 -0700
committerRyan Algar2021-11-01 15:12:58 -0700
commit472eb6eb18b4a8c42b92c8353f7e28a17e1680bd (patch)
treeeb8d7fbe3ba5e52aab0bdef644ca3e8063fff728
parentf6625e0c8380d8de5220f1aa186a21f1ae956c41 (diff)
downloadaur-472eb6eb18b4a8c42b92c8353f7e28a17e1680bd.tar.gz
Add man-pages dependency for data migration script. Skipping pkgrel bump since this won't affect most users.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e94750e06218..92b5ec74182c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -26,6 +26,7 @@ pkgbase = odin2-synthesizer
makedepends = pango
makedepends = python
makedepends = webkit2gtk
+ depends = man-pages
depends = ttf-font
optdepends = ttf-dejavu: One of these may be needed for fonts to render correctly
optdepends = ttf-liberation: One of these may be needed for fonts to render correctly
diff --git a/PKGBUILD b/PKGBUILD
index 9b3e7f34674a..8c53e18809d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url='https://www.thewavewarden.com/odin2'
provides=('odin2')
conflicts=('odin2-synthesizer-bin')
-depends=(ttf-font)
+depends=('man-pages' 'ttf-font')
makedepends=('atk'
'cairo'
'doxygen'