summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEsteban null2018-06-25 21:46:15 +0200
committerEsteban null2018-06-25 21:46:15 +0200
commit9b784404fd12513494d1a7e4d9753b8117c4700f (patch)
tree1e916e91d7991542a217604f5c7f8f58b1089888
parent23b82cbf6fab90fd02fc2821376946fb3388ec0c (diff)
downloadaur-9b784404fd12513494d1a7e4d9753b8117c4700f.tar.gz
Added conflicts=('texlive-publishers').
Note that textlive-publishers provides the IEEETran package
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30233072df72..e2183af46824 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="LaTeX class for authors of the Institute of Electrical and Electronics Engineers (IEEE) transactions journals and conferences."
arch=('any')
depends=('texlive-bin')
+conflicts=('texlive-publishers')
url="http://www.ctan.org/tex-archive/macros/latex/contrib/"$_basename"/"
license=('LPPL')
source=(http://mirrors.ctan.org/macros/latex/contrib/"$_basename".zip)