summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Wolsieffer2017-10-01 14:33:40 -0400
committerBen Wolsieffer2017-10-01 14:33:40 -0400
commit9bb49b0348fd2c8f94d88db29078c21d7db74024 (patch)
tree9393a5617aa52c7f93f8d8c81fcc132f0a96bd2c
parentaf9c73ad6a244c77348ddb81327a03b6355f054d (diff)
downloadaur-9bb49b0348fd2c8f94d88db29078c21d7db74024.tar.gz
Add git as makedepends.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b7e25c85754..c13205ffcbc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Oct 1 04:31:37 UTC 2017
+# Sun Oct 1 18:33:35 UTC 2017
pkgbase = python-port-for
pkgdesc = Utility that helps with local TCP ports managment. It can find an unused TCP localhost port and remember the association.
pkgver = 0.4
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/kmike/port-for
arch = any
license = MIT
checkdepends = python-tox
checkdepends = python2-tox
+ makedepends = git
makedepends = python-setuptools
makedepends = python2-setuptools
source = port-for::git+https://github.com/kmike/port-for.git#tag=0.4
diff --git a/PKGBUILD b/PKGBUILD
index 9f25090bdd6b..9c5df90b84cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@ _github_url=https://github.com/kmike/port-for
pkgbase=python-${_py_pkgname}
pkgname=(python-${_py_pkgname} python2-${_py_pkgname})
pkgver=0.4
-pkgrel=1
+pkgrel=2
pkgdesc="Utility that helps with local TCP ports managment. It can find an unused TCP localhost port and remember the association."
arch=('any')
url="${_github_url}"
license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
+makedepends=('git' 'python-setuptools' 'python2-setuptools')
checkdepends=('python-tox' 'python2-tox')
source=(${_py_pkgname}::git+${_github_url}.git#tag=$pkgver)
sha256sums=('SKIP')