summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 48c5c76e675d..f5790eb7785b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: André <andre-arch@delorus.de>
+# Contributor: André <andre-arch@delorus.de>
pkgname=texbuild-git
_gitname=texbuild
-pkgver=r8.e9e6369
+pkgver=r34.1c25a29
pkgrel=1
pkgdesc="This small script continuously builds a latex file in the background. It only overwrites the target pdf file upon a successful and complete build allowing to continuously watch the PDF in PDF viewer."
arch=(any)
@@ -18,5 +18,5 @@ pkgver() {
package() {
cd "$srcdir/$_gitname"
- install -Dm755 texbuild ${pkgdir}/usr/bin/texbuild
+ install -Dm755 texbuild.py ${pkgdir}/usr/bin/texbuild
}