summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8550d94ceb61..cdaff0e2c4d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = pal
depends = glib2
depends = readline
depends = gettext
- optdepends = texlive: PS/PDF/DVI calendars
+ optdepends = texlive-core: PS/PDF/DVI calendars
source = https://master.dl.sourceforge.net/project/palcal/pal/0.4.3/pal-0.4.3.tgz
source = 0001-respect-cflags.patch
source = 0002-remove-hacky-cast.patch
diff --git a/PKGBUILD b/PKGBUILD
index da5427230e91..095757489afc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('i686' 'x86_64')
url="https://palcal.sourceforge.net"
license=('GPL2')
depends=('pkg-config' 'glib2' 'readline' 'gettext')
-optdepends=('texlive: PS/PDF/DVI calendars')
+optdepends=('texlive-core: PS/PDF/DVI calendars')
source=(
"https://master.dl.sourceforge.net/project/palcal/$pkgname/$pkgver/$pkgname-$pkgver.tgz"
0001-respect-cflags.patch