summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony VB2018-09-05 16:54:45 -0400
committerAnthony VB2018-09-05 16:54:45 -0400
commite09039a92e0ad89b5dd2a8bd506d986792bbb4d9 (patch)
tree9f4881fcccdca82b0e37447b999b9ebb50be7969
parent7898ecc05f3dd182732b4e61bf01418cf9c75077 (diff)
downloadaur-e09039a92e0ad89b5dd2a8bd506d986792bbb4d9.tar.gz
mktexlsr now runs via pacman hooks.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41569db65c5d..ac1f2c99df92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Sep 5 20:52:27 UTC 2018
+# Wed Sep 5 20:54:42 UTC 2018
pkgbase = lyluatex-git
pkgdesc = Include lilypond scores in LuaLaTeX files.
pkgver = r654.1008ec7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/jperon/lyluatex
- install = lyluatex.install
arch = any
license = MIT
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 1a316167676a..eab2d68e22bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=lyluatex-git
pkgname=$pkgbase
pkgver=r654.1008ec7
-pkgrel=2
+pkgrel=3
pkgdesc="Include lilypond scores in LuaLaTeX files."
url=https://github.com/jperon/lyluatex
arch=("any")
@@ -10,7 +10,6 @@ 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")