summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
-rw-r--r--ucdavisthesis.install11
3 files changed, 3 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18cd89724618..535b19d07458 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Apr 27 19:45:03 UTC 2016
+# Fri Jun 10 00:58:54 UTC 2016
pkgbase = ucdavisthesis
pkgdesc = A University of California at Davis Thesis/Dissertation LaTeX Class
pkgver = 1.3
- pkgrel = 1
+ pkgrel = 2
url = http://www.ctan.org/tex-archive/macros/latex/contrib/ucdavisthesis/
- install = ucdavisthesis.install
arch = any
license = LPPL
makedepends = coreutils
diff --git a/PKGBUILD b/PKGBUILD
index 0a30f46a1f89..d34bda687739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,11 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=ucdavisthesis
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="A University of California at Davis Thesis/Dissertation LaTeX Class"
arch=('any')
url="http://www.ctan.org/tex-archive/macros/latex/contrib/ucdavisthesis/"
license=('LPPL')
-install=$pkgname.install
source=(http://tug.ctan.org/tex-archive/macros/latex/contrib/$pkgname/$pkgname.dtx \
http://tug.ctan.org/tex-archive/macros/latex/contrib/$pkgname/$pkgname.ins)
md5sums=('e1a6176faa7653ef12f46e55ce70a0b8'
diff --git a/ucdavisthesis.install b/ucdavisthesis.install
deleted file mode 100644
index c1cd62bc9f68..000000000000
--- a/ucdavisthesis.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- texconfig-sys rehash
-}
-
-post_upgrade() {
- texconfig-sys rehash
-}
-
-post_remove() {
- texconfig-sys rehash
-}