summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Wojdyła2024-02-08 07:03:05 +0100
committerMichał Wojdyła2024-02-08 07:03:05 +0100
commit5c1b7118f943dc62dd2fb77ba7d2cd1a554106a6 (patch)
tree2022e8fc666f6de783b20c3e963c893528ddc2d5
parent142776a55064cc4032da8c87ea87b6590cc87562 (diff)
downloadaur-5c1b7118f943dc62dd2fb77ba7d2cd1a554106a6.tar.gz
fix install
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c0c3bdaa276..5a4378bdb086 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texbuild-git
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.
- pkgver = r8.e9e6369
+ pkgver = r34.1c25a29
pkgrel = 1
url = https://github.com/pbiggar/texbuild
arch = any
@@ -12,4 +12,3 @@ pkgbase = texbuild-git
md5sums = SKIP
pkgname = texbuild-git
-
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
}