summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichał Wojdyła2024-01-06 03:41:22 +0100
committerMichał Wojdyła2024-01-06 03:41:22 +0100
commite1d5db8986b2c0e16a673119766789b1f12f2046 (patch)
tree192043db8cb44c3c9705ac3abb4d8fca8aae58ce /PKGBUILD
parent403dcfc0a0be423045ef3736d644d2d613e357e4 (diff)
downloadaur-e1d5db8986b2c0e16a673119766789b1f12f2046.tar.gz
add missing git makedep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 022fe2088602..c64b088e5f01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('GPL')
depends=('python' 'python-ply' 'python-jinja' 'python-chardet'
'python-unidecode' 'texlive-fontsextra' 'texlive-latexextra'
'lilypond')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'git')
source=("patacrep-git::git+https://github.com/patacrep/patacrep.git#branch=master")
sha256sums=('SKIP')