summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2023-01-27 00:51:19 -0500
committeréclairevoyant2023-01-27 00:51:19 -0500
commit3d0030bc56e9b8a5c0464cf052dc64adfe8fa4dd (patch)
treefceacddb1ee901f0868f8ff25636066ea36a242c
parent2223c7c3a22bc19c1d4ec81c428ac5a9d79e62b0 (diff)
downloadaur-3d0030bc56e9b8a5c0464cf052dc64adfe8fa4dd.tar.gz
pal: fix optdepends
Signed-off-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
-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