summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Vorotnikov2024-01-19 23:09:38 +0300
committerArtem Vorotnikov2024-01-19 23:09:38 +0300
commitcd642a935a9a339d98cbf84ed87cc444bc0a0f3d (patch)
tree02d92bd61c5ff8ea6eac4daf63d9490084f3db18 /PKGBUILD
parent7ba2973e5ac8ebec56c7b088de8a1fc0f598c05b (diff)
downloadaur-po4a-bulk-git.tar.gz
Fix
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")