summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Delgado2021-04-01 23:38:27 -0400
committerDylan Delgado2021-04-01 23:38:27 -0400
commit926f9e48961fe7c944751efca07e9b15b28b83b5 (patch)
treecce64d2771a642fa54f61905dff1937a26cfc87d
parent04c74ea521422a2c2470cf0ac5e682dd806eb2ee (diff)
downloadaur-926f9e48961fe7c944751efca07e9b15b28b83b5.tar.gz
add git to makedeps
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12f1a90929b7..30ae6d46f331 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-stack-data
pkgdesc = Python library that extracts data from stack frames and tracebacks
pkgver = 0.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/alexmojaki/stack_data
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python-pip
+ makedepends = git
depends = python
source = git+https://github.com/alexmojaki/stack_data.git#tag=v0.1.0
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index b9a8abfafcb7..d16007429487 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
_pkgname=stack_data
pkgname=python-stack-data
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Python library that extracts data from stack frames and tracebacks"
arch=('any')
url="https://github.com/alexmojaki/stack_data"
license=('MIT')
depends=('python')
-makedepends=('python-setuptools' 'python-pip')
+makedepends=('python-setuptools' 'python-pip' 'git')
source=("git+https://github.com/alexmojaki/stack_data.git#tag=v${pkgver}")
sha256sums=('SKIP')