summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c676389e10b8..5001c5e7dc83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,6 @@
# Maintainer: Artem Vorotnikov <artem@vorotnikov.me>
_pkgname=po4a-bulk
-
pkgname=$_pkgname-git
pkgver=r1.dd13075
pkgrel=1
@@ -9,6 +8,7 @@ pkgdesc="Automation wrappers for po4a"
arch=('i686' 'x86_64')
url="https://github.com/vorot93/po4a-bulk"
license=('GPL-3.0-only')
+makedepends=('git')
depends=('po4a')
provides=("$_pkgname")
source=("git+https://github.com/vorot93/$_pkgname.git")