summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2024-03-19 14:07:19 +1100
committerRhinoceros2024-03-19 14:07:19 +1100
commit8f028adbe691c6ea13c431cefc4731e64b42ef80 (patch)
tree5ac86ef93b50c2cb4f263e6dd41ff672a6090de8
parentc6851506c645a6650400fc7b8569b6e500ca4a74 (diff)
downloadaur-catdvi.tar.gz
Update to include new dependencies as per comments
* https://aur.archlinux.org/packages/catdvi#comment-958357 * Not sure if these are makedepends or full depends. Leave it as makedepends for now; see if anyone complains about it not working. * No need to bump pkgver; if installed no need to re-install.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04124edd0c7d..53b9c17d138e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,8 @@ pkgbase = catdvi
arch = x86_64
license = GPL
makedepends = texlive-fontsextra
+ makedepends = texlive-langeuropean
+ makedepends = texlive-latexextra
depends = glibc
depends = texlive-core
source = http://downloads.sourceforge.net/catdvi/catdvi-0.14.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index be7665addc82..1fe145f3d466 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ arch=('x86_64')
url='http://catdvi.sourceforge.net'
license=('GPL')
depends=('glibc' 'texlive-core')
-makedepends=('texlive-fontsextra')
+makedepends=('texlive-fontsextra' 'texlive-langeuropean' 'texlive-latexextra')
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2"
'texlive2008.patch'
'fix_build.patch')