summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony VB2018-09-05 16:49:36 -0400
committerAnthony VB2018-09-05 16:49:36 -0400
commitc30b4c6ce26856ea6f5a03efd3f384e2f41aae5c (patch)
tree099072c8000a121bf1db343f82248fae38723742
parent199f3cb1736b91aeea8328dd8c81cd32a23e38d8 (diff)
downloadaur-c30b4c6ce26856ea6f5a03efd3f384e2f41aae5c.tar.gz
texlive-music now includes lyluatex.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daa820c08d9d..7046280f4de7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jan 10 15:31:25 UTC 2016
+# Wed Sep 5 20:49:33 UTC 2018
pkgbase = lyluatex-git
pkgdesc = Include lilypond scores in LuaLaTeX files.
pkgver = r43.5dcb34b
@@ -15,6 +15,7 @@ pkgbase = lyluatex-git
depends = texlive-formatsextra
depends = texlive-latexextra
depends = lilypond
+ conflicts = texlive-music
source = lyluatex-git::git+https://github.com/jperon/lyluatex.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d83cff25044e..9edaf5d95edf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=("any")
license=("MIT")
makedepends=("git")
depends=("texlive-core" "texlive-fontsextra" "texlive-bin" "texlive-formatsextra" "texlive-latexextra" "lilypond")
+conflicts=("texlive-music")
install=lyluatex.install
source=("$pkgbase::git+https://github.com/jperon/lyluatex.git")
sha256sums=("SKIP")