summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony VanBerkum2016-01-10 10:29:24 -0500
committerAnthony VanBerkum2016-01-10 10:29:24 -0500
commit54aa88baafb03cf0d187e83a5e4ba0f0d5d7d7be (patch)
tree97261e08b325328fe64c199fd05ee30c1fbbe1af
parent6f7c00412ea085a9a30144c7b838153b7c4bfbc0 (diff)
downloadaur-54aa88baafb03cf0d187e83a5e4ba0f0d5d7d7be.tar.gz
Forgot to edit some fields.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a85d327f468..08d3f8d38a03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
# Generated by mksrcinfo v8
-# Sun Jan 10 15:25:11 UTC 2016
+# Sun Jan 10 15:29:16 UTC 2016
pkgbase = lyluatex-git
- pkgdesc = Command-line tool to typeset Gregorian chant
+ pkgdesc = Include lilypond scores in LuaLaTeX files.
pkgver = r43.5dcb34b
pkgrel = 1
- url = http://gregorio-project.github.io
+ url = https://github.com/jperon/lyluatex
install = lyluatex.install
- arch = i686
- arch = x86_64
- license = GPL
+ arch = all
+ license = MIT
makedepends = git
depends = texlive-core
depends = texlive-fontsextra
diff --git a/PKGBUILD b/PKGBUILD
index 588fe94ce450..403202d6b0b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@ pkgbase=lyluatex-git
pkgname=$pkgbase
pkgver=r43.5dcb34b
pkgrel=1
-pkgdesc="Command-line tool to typeset Gregorian chant"
-url=http://gregorio-project.github.io
-arch=("i686" "x86_64")
-license=("GPL")
+pkgdesc="Include lilypond scores in LuaLaTeX files."
+url=https://github.com/jperon/lyluatex
+arch=("all")
+license=("MIT")
makedepends=("git")
depends=("texlive-core" "texlive-fontsextra" "texlive-bin" "texlive-formatsextra" "texlive-latexextra" "lilypond")
install=lyluatex.install
@@ -24,4 +24,5 @@ package() {
mkdir -p $pkgdir/usr/share/texmf-dist/tex/luatex/lyluatex || return 1
cp lyluatex.sty $pkgdir/usr/share/texmf-dist/tex/luatex/lyluatex || return 1
cp lyluatex.lua $pkgdir/usr/share/texmf-dist/tex/luatex/lyluatex || return 1
+ cp LICENSE /usr/share/licenses/lyluatex-git || return 1
}