summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJose Riha2022-06-05 23:58:50 +0200
committerJose Riha2022-06-05 23:58:50 +0200
commit34eb76b8726bfafe1f09ca3e4077cd6fc95f4b44 (patch)
tree29e920e3045dea121273e08d7170c251cdf2389f /PKGBUILD
parent82d52c032446ac0bbd86cffcac5d3c9dd193fd55 (diff)
downloadaur-pip2arch-git.tar.gz
Add git to makedeps (thanks @RubenKelevra)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 063cb309be61..38a24ceab48e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
# Maintainer: Jose Riha <jose1711 gmail com>
+
pkgname=pip2arch-git
-pkgrel=2
+pkgrel=3
pkgver=r65.f2a2aff
pkgdesc='Tool to convert entries in the pypi database to PKGBUILDs'
arch=('any')
url="https://github.com/lclarkmichalek/pip2arch"
license=('GPL2')
depends=('python')
+makedepends=('git')
md5sums=('SKIP')
source=("${pkgname}"::'git+https://github.com/lclarkmichalek/pip2arch.git')