summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnthony VanBerkum2016-01-10 10:29:24 -0500
committerAnthony VanBerkum2016-01-10 10:29:24 -0500
commit54aa88baafb03cf0d187e83a5e4ba0f0d5d7d7be (patch)
tree97261e08b325328fe64c199fd05ee30c1fbbe1af /PKGBUILD
parent6f7c00412ea085a9a30144c7b838153b7c4bfbc0 (diff)
downloadaur-54aa88baafb03cf0d187e83a5e4ba0f0d5d7d7be.tar.gz
Forgot to edit some fields.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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
}