summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony VB2019-09-07 14:17:03 -0400
committerAnthony VB2019-09-07 14:17:03 -0400
commit04c32687eb865d3c44d4ee4a79af142cb4f301f8 (patch)
treeed70861a91ab7998cb12662974c83d18697dcf70
parente09039a92e0ad89b5dd2a8bd506d986792bbb4d9 (diff)
downloadaur-04c32687eb865d3c44d4ee4a79af142cb4f301f8.tar.gz
Add github url to PKGBUILD.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
-rw-r--r--lyluatex.install18
3 files changed, 4 insertions, 23 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac1f2c99df92..375a80062663 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Wed Sep 5 20:54:42 UTC 2018
pkgbase = lyluatex-git
pkgdesc = Include lilypond scores in LuaLaTeX files.
pkgver = r654.1008ec7
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/jperon/lyluatex
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index eab2d68e22bb..05e30c13e8b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Br Anthony VanBerkum <anthonyvbop AT gmail DOT com>
+# Maintainer: Anthony VanBerkum <anthonyvbop AT gmail DOT com>
+# https://github.com/avbop/lyluatex-aur
pkgbase=lyluatex-git
pkgname=$pkgbase
pkgver=r654.1008ec7
-pkgrel=3
+pkgrel=4
pkgdesc="Include lilypond scores in LuaLaTeX files."
url=https://github.com/jperon/lyluatex
arch=("any")
diff --git a/lyluatex.install b/lyluatex.install
deleted file mode 100644
index 64fed1273ce8..000000000000
--- a/lyluatex.install
+++ /dev/null
@@ -1,18 +0,0 @@
-# Maintainer: Anthony VanBerkum <anthonyvbop AT gmail DOT com>
-
-post_install() {
- _tex_update
-}
-
-post_upgrade() {
- _tex_update
-}
-
-post_remove() {
- _tex_update
-}
-
-_tex_update() {
- echo "Updating TeX database..."
- mktexlsr
-}