summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony VB2018-09-05 16:52:33 -0400
committerAnthony VB2018-09-05 16:52:33 -0400
commit7898ecc05f3dd182732b4e61bf01418cf9c75077 (patch)
treedbf3fe5ad1535bde922c5951a762082c5fc296a0
parent471e1dad589748a31d995669afebcd74033ebfbb (diff)
downloadaur-7898ecc05f3dd182732b4e61bf01418cf9c75077.tar.gz
texlive-music now includes lyluatex.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daa820c08d9d..41569db65c5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 10 15:31:25 UTC 2016
+# Wed Sep 5 20:52:27 UTC 2018
pkgbase = lyluatex-git
pkgdesc = Include lilypond scores in LuaLaTeX files.
- pkgver = r43.5dcb34b
- pkgrel = 1
+ pkgver = r654.1008ec7
+ pkgrel = 2
url = https://github.com/jperon/lyluatex
install = lyluatex.install
arch = any
@@ -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..1a316167676a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Br Anthony VanBerkum <anthonyvbop AT gmail DOT com>
pkgbase=lyluatex-git
pkgname=$pkgbase
-pkgver=r43.5dcb34b
-pkgrel=1
+pkgver=r654.1008ec7
+pkgrel=2
pkgdesc="Include lilypond scores in LuaLaTeX files."
url=https://github.com/jperon/lyluatex
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")