summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2015-08-14 10:08:23 +1000
committerRhinoceros2015-08-14 10:08:23 +1000
commitd85417ef91d2afc65eb3e680c61a829274da7af4 (patch)
tree8ace72ce646b21b5424cd9b9a45fe99588846734
parentf2640c56d8fe088b019efa36a02ebb44500fb0e6 (diff)
downloadaur-d85417ef91d2afc65eb3e680c61a829274da7af4.tar.gz
Fix broken package
* Add package() * Upgrade to sha256sums * Minor style changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD21
-rw-r--r--texlive-gantt.install2
3 files changed, 10 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a758dc51412e..b0bf13ed83db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = texlive-gantt
depends = texlive-core
depends = texlive-latexextra
source = http://www.martin-kumm.de/tex/gantt.sty
- md5sums = e942191eb0024633155aa3188b4bbc06
+ sha256sums = fb62a18c664f4e039775b97705e34e0a374043fe3b3bcaea94318496aadd2a73
pkgname = texlive-gantt
diff --git a/PKGBUILD b/PKGBUILD
index c59ebbb74c44..e72fc2ad5635 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,5 @@
-# Plase submit changes to the git repository
-# https://github.com/masterkorp/pkgbuilds
-
-# Maintainer: Alfredo Palhares <masterkorp@gmail.com>
+# Maintainer: Rhinoceros <https://aur.archlinux.org/account/rhinoceros>
+# Contributor: Alfredo Palhares <masterkorp@gmail.com>
# Contributor: Martin Kumm <pluto@ls68.de>
pkgname=texlive-gantt
@@ -9,15 +7,14 @@ pkgver=1.3
pkgrel=2
license=('GPL')
depends=('texlive-core' 'texlive-latexextra')
-pkgdesc="A LaTeX package for drawing gantt plots using pgf/tikz"
-url="http://www.martin-kumm.de/tex_gantt_package.php"
+pkgdesc='A LaTeX package for drawing gantt plots using pgf/tikz'
+url='http://www.martin-kumm.de/tex_gantt_package.php'
arch=('any')
install=texlive-gantt.install
-source=(http://www.martin-kumm.de/tex/gantt.sty)
-md5sums=('e942191eb0024633155aa3188b4bbc06')
+source=('http://www.martin-kumm.de/tex/gantt.sty')
+sha256sums=('fb62a18c664f4e039775b97705e34e0a374043fe3b3bcaea94318496aadd2a73')
-build()
-{
- mkdir -p $pkgdir/usr/share/texmf/tex/latex/gantt
- cp $srcdir/gantt.sty $pkgdir/usr/share/texmf/tex/latex/gantt
+package() {
+ mkdir -p $pkgdir/usr/share/texmf/tex/latex/gantt
+ cp $srcdir/gantt.sty $pkgdir/usr/share/texmf/tex/latex/gantt
}
diff --git a/texlive-gantt.install b/texlive-gantt.install
index 94fb556953ef..2c30b034e951 100644
--- a/texlive-gantt.install
+++ b/texlive-gantt.install
@@ -12,5 +12,3 @@ post_remove() {
echo "Upgrading package database..."
mktexlsr
}
-
-# vim:set ts=2 sw=2 et: