summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnthony VanBerkum2017-04-25 11:11:01 -0400
committerAnthony VanBerkum2017-04-25 11:11:01 -0400
commit496b8dcd6c3040cf20b1ee8bf63c95158aa011bf (patch)
tree38729cd691a89bf55904468f2bc4efa7a266bfa0
parent0ef127ce3a1fe3bb6b6bf8968995b3b5985d0082 (diff)
downloadaur-496b8dcd6c3040cf20b1ee8bf63c95158aa011bf.tar.gz
Remove gregorio.install.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--gregorio.install20
3 files changed, 3 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53c9fe13dd3c..f86b4c61cead 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Apr 18 23:41:23 UTC 2017
+# Tue Apr 25 15:10:58 UTC 2017
pkgbase = gregorio-git
pkgdesc = Command-line tool to typeset Gregorian chant
pkgver = 5.0.1.r4220.7b433477
- pkgrel = 1
+ pkgrel = 2
url = http://gregorio-project.github.io
- install = gregorio.install
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 040dfbf5318f..aecf10fe5259 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=gregorio-git
pkgname=$pkgbase
pkgver=5.0.1.r4220.7b433477
-pkgrel=1
+pkgrel=2
pkgdesc="Command-line tool to typeset Gregorian chant"
url=http://gregorio-project.github.io
arch=("i686" "x86_64")
@@ -12,7 +12,6 @@ makedepends=("git" "python" "fontforge")
depends=("texlive-core" "texlive-fontsextra" "texlive-bin" "texlive-formatsextra" "texlive-latexextra")
conflicts=("gregorio-svn" "gregorio" "gregoriotex")
provides=("gregorio")
-install=gregorio.install
source=("$pkgbase::git+https://github.com/gregorio-project/gregorio.git#branch=develop")
sha256sums=("SKIP")
diff --git a/gregorio.install b/gregorio.install
deleted file mode 100644
index eb41a05bcee3..000000000000
--- a/gregorio.install
+++ /dev/null
@@ -1,20 +0,0 @@
-# Maintainer: Anthony VanBerkum <anthonyvbop AT gmail DOT com>
-# Contributor: David Gippner davidgippner at googlemail dot com
-
-post_install() {
- _tex_update
-}
-
-post_upgrade() {
- _tex_update
- echo "Be sure to check https://github.com/gregorio-project/gregorio/releases for any changes required in your TeX files."
-}
-
-post_remove() {
- _tex_update
-}
-
-_tex_update() {
- echo "Updating TeX database..."
- texhash
-}