summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomislav Ivek2019-10-09 12:27:47 +0200
committerTomislav Ivek2019-10-09 12:27:47 +0200
commitc6c304c32f95cc6cafe1d2563ff72d7071d962d8 (patch)
tree0a3ca08c50873a3188f1a5a4ca83b5f19b14e570
parent7362ede3f672af760e63cee66a61af49d9fe5adc (diff)
downloadaur-c6c304c32f95cc6cafe1d2563ff72d7071d962d8.tar.gz
add fakeroot to makedepends
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index da58d7536961..c215b1b2e476 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-patch
pkgdesc = Patch utility to apply unified diffs
pkgver = 1.16
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/techtonik/python-patch/
arch = any
license = MIT
makedepends = python-setuptools
+ makedepends = fakeroot
depends = python
source = https://pypi.python.org/packages/da/74/0815f03c82f4dc738e2bfc5f8966f682bebcc809f30c8e306e6cc7156a99/patch-1.16.zip#md5=dbcbbd4e45ddd8baeb02bddf663a3176
source = https://raw.githubusercontent.com/techtonik/python-patch/2148d5408fafd5c05ac6854dd7deb4e8a4ca4a49/doc/LICENSE
diff --git a/PKGBUILD b/PKGBUILD
index aa0a997dc3c3..d27eeef0adf9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-patch
pkgver=1.16
-pkgrel=4
+pkgrel=5
pkgdesc='Patch utility to apply unified diffs'
arch=('any')
url="https://github.com/techtonik/python-patch/"
license=('MIT')
depends=('python')
-makedepends=('python-setuptools')
+makedepends=('python-setuptools' 'fakeroot')
source=("https://pypi.python.org/packages/da/74/0815f03c82f4dc738e2bfc5f8966f682bebcc809f30c8e306e6cc7156a99/patch-1.16.zip#md5=dbcbbd4e45ddd8baeb02bddf663a3176"
"https://raw.githubusercontent.com/techtonik/python-patch/2148d5408fafd5c05ac6854dd7deb4e8a4ca4a49/doc/LICENSE")
md5sums=('dbcbbd4e45ddd8baeb02bddf663a3176' 'd3d565685461cd91cd445edf2217ac1b')