summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabian Hafner2020-06-18 18:39:24 +0200
committerFabian Hafner2020-06-18 18:39:24 +0200
commitb297d3d484b32b1d1791c80aea63b00d97ddbad2 (patch)
tree014ae801626b37e9c32fa09221d6212a08026372
parentdcd08310cbac50e79ac7cd78906c8f8f6a9b203d (diff)
downloadaur-b297d3d484b32b1d1791c80aea63b00d97ddbad2.tar.gz
Added git as makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ba0f5ed3fea..a7708089a0b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = texstudio-git
url = https://github.com/texstudio-org/texstudio
arch = x86_64
license = GPL
+ makedepends = git
makedepends = qt5-tools
makedepends = imagemagick
makedepends = librsvg
diff --git a/PKGBUILD b/PKGBUILD
index b7c10fb421ba..4c96a7d0b3aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/texstudio-org/texstudio"
license=('GPL')
depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 'hicolor-icon-theme' 'hunspell' 'quazip' 'desktop-file-utils')
-makedepends=('qt5-tools' 'imagemagick' 'librsvg')
+makedepends=('git' 'qt5-tools' 'imagemagick' 'librsvg')
optdepends=('evince: pdf reader'
'okular: alternate pdf reader')
replaces=('texmakerx')