summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLucas Werkmeister2023-06-01 18:26:32 +0200
committerLucas Werkmeister2023-06-01 18:27:19 +0200
commit8b200e82d813cdf28b22b7d0af611140291ce2dd (patch)
treee1bf8c4f8139e4976b95ba2d45f41ada546e2b4f /PKGBUILD
parentd675a70f7ef57daf7d49f90ffe8689eb059131ae (diff)
downloadaur-latex-pgfplots.tar.gz
Change tetex dependency to texlive-core
tetex has been dead for ages, apparently. Also, remove the conflict with texlive-pictures, I don’t know why it was there but as far as I can tell they share no common files at least.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa6f20932e8b..fd734df3cd4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,13 @@
pkgname=latex-pgfplots
pkgname_=pgfplots
pkgver=1.18.1
-pkgrel=1
+pkgrel=2
pkgdesc='Allows drawing normal and/or logarithmic plots directly in TeX'
arch=(any)
url=http://sourceforge.net/projects/pgfplots/
license=(GPL)
install=pgfplots.install
-depends=(tetex)
-conflicts=(texlive-pictures)
+depends=(texlive-core)
source=("https://mirrors.ctan.org/graphics/pgf/contrib/pgfplots.zip")
sha256sums=('6263971bed627898013cf1e01aeff88d19308faf88fc8c091bd2408b3db0a271')