summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2023-06-01 18:26:32 +0200
committerLucas Werkmeister2023-06-01 18:27:19 +0200
commit8b200e82d813cdf28b22b7d0af611140291ce2dd (patch)
treee1bf8c4f8139e4976b95ba2d45f41ada546e2b4f
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.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9bc0a97cb313..3ec0f26e71ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = latex-pgfplots
pkgdesc = Allows drawing normal and/or logarithmic plots directly in TeX
pkgver = 1.18.1
- pkgrel = 1
+ pkgrel = 2
url = http://sourceforge.net/projects/pgfplots/
install = pgfplots.install
arch = any
license = GPL
- depends = tetex
- conflicts = texlive-pictures
+ depends = texlive-core
source = https://mirrors.ctan.org/graphics/pgf/contrib/pgfplots.zip
sha256sums = 6263971bed627898013cf1e01aeff88d19308faf88fc8c091bd2408b3db0a271
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')