summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 420e5c8cc12b..e86e9d63786e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Apr 18 23:29:50 UTC 2017
+# Tue Apr 25 15:04:26 UTC 2017
pkgbase = gregorio
pkgdesc = Command-line tool to typeset Gregorian chant
pkgver = 5.0.1
- 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 4864d2d26904..127042de828c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=gregorio
pkgname=$pkgbase
pkgver=5.0.1
-pkgrel=1
+pkgrel=2
_pkgver_underscores=$(echo $pkgver | sed -e 's/\./_/g')
pkgdesc="Command-line tool to typeset Gregorian chant"
url=http://gregorio-project.github.io
@@ -13,7 +13,6 @@ license=("GPL")
depends=("texlive-core" "texlive-fontsextra" "texlive-bin" "texlive-formatsextra" "texlive-latexextra")
conflicts=("gregorio-svn" "gregorio-git" "gregoriotex")
provides=("gregorio")
-install=gregorio.install
source=("https://github.com/gregorio-project/gregorio/releases/download/v$pkgver/gregorio-$pkgver.tar.bz2" "https://github.com/gregorio-project/gregorio/releases/download/v$pkgver/supp_fonts-$_pkgver_underscores.zip")
sha256sums=("79fea3d8292ed079ff524b7fdb3fee81ac032e6903158aa484ffc722ce9a0d99" "33f90a700c45896e99ab63ac45ff2e983305efa3f13cd495aa1e6eef797b1604")
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
-}