summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2022-06-05 23:58:50 +0200
committerJose Riha2022-06-05 23:58:50 +0200
commit34eb76b8726bfafe1f09ca3e4077cd6fc95f4b44 (patch)
tree29e920e3045dea121273e08d7170c251cdf2389f
parent82d52c032446ac0bbd86cffcac5d3c9dd193fd55 (diff)
downloadaur-pip2arch-git.tar.gz
Add git to makedeps (thanks @RubenKelevra)
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8fd03976a38..63119f03316e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = pip2arch-git
pkgdesc = Tool to convert entries in the pypi database to PKGBUILDs
pkgver = r65.f2a2aff
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lclarkmichalek/pip2arch
arch = any
license = GPL2
+ makedepends = git
depends = python
source = pip2arch-git::git+https://github.com/lclarkmichalek/pip2arch.git
md5sums = SKIP
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')