summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2024-04-09 23:46:05 +0200
committerMichal Wojdyla2024-04-09 23:46:05 +0200
commit1f59cca5e7807e228b635c28391d4d44b9f20392 (patch)
tree14bca75bc3c8481a9c7dcb1f2655dd86d14747ac
parent5c1b7118f943dc62dd2fb77ba7d2cd1a554106a6 (diff)
downloadaur-1f59cca5e7807e228b635c28391d4d44b9f20392.tar.gz
add python depends, since this is python script
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a4378bdb086..2ff1cedd944a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
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 = r34.1c25a29
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pbiggar/texbuild
arch = any
license = GPL
makedepends = git
+ depends = python
source = support-synctex.patch
source = git+https://github.com/pbiggar/texbuild.git
md5sums = 01a5dd8b6bba24d6e0af076e7a8aa981
diff --git a/PKGBUILD b/PKGBUILD
index f5790eb7785b..20a777cb583a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
+# Maintainer: Michał Wojdyła < micwoj9292 at gmail dot com >
# Contributor: André <andre-arch@delorus.de>
pkgname=texbuild-git
_gitname=texbuild
pkgver=r34.1c25a29
-pkgrel=1
+pkgrel=2
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)
url="https://github.com/pbiggar/texbuild"
license=('GPL')
+depends=('python')
makedepends=('git')
source=('support-synctex.patch' 'git+https://github.com/pbiggar/texbuild.git')
md5sums=('01a5dd8b6bba24d6e0af076e7a8aa981' 'SKIP')