summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony VB2022-01-31 09:02:50 -0500
committerAnthony VB2022-01-31 09:02:50 -0500
commita06611093937fbcee0387e3ce2f5ce3e78985f5f (patch)
treeb9b5a59e784477b49b401bb70b4cfa4a462baa27
parent04c32687eb865d3c44d4ee4a79af142cb4f301f8 (diff)
downloadaur-lyluatex-git.tar.gz
Update to include luaoptions as dependency.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 375a80062663..a13c4e01e12e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lyluatex-git
pkgdesc = Include lilypond scores in LuaLaTeX files.
- pkgver = r654.1008ec7
- pkgrel = 4
+ pkgver = r763.157ccf6
+ pkgrel = 1
url = https://github.com/jperon/lyluatex
arch = any
license = MIT
@@ -12,9 +12,9 @@ pkgbase = lyluatex-git
depends = texlive-formatsextra
depends = texlive-latexextra
depends = lilypond
+ depends = luaoptions-git
conflicts = texlive-music
source = lyluatex-git::git+https://github.com/jperon/lyluatex.git
sha256sums = SKIP
pkgname = lyluatex-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 05e30c13e8b1..e70ae3307e7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# https://github.com/avbop/lyluatex-aur
pkgbase=lyluatex-git
pkgname=$pkgbase
-pkgver=r654.1008ec7
-pkgrel=4
+pkgver=r763.157ccf6
+pkgrel=1
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")
+depends=("texlive-core" "texlive-fontsextra" "texlive-bin" "texlive-formatsextra" "texlive-latexextra" "lilypond" "luaoptions-git")
conflicts=("texlive-music")
source=("$pkgbase::git+https://github.com/jperon/lyluatex.git")
sha256sums=("SKIP")