summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomislav Ivek2020-12-04 12:03:11 +0100
committerTomislav Ivek2020-12-04 12:03:11 +0100
commitc36bb943103829ecae9c1f5f7fa4bba6a1028cb5 (patch)
tree7c5f9c233146254329b6e6856b0eab8201ea1766
parentd8868f1cf2680ff97b3c799350830e9401e5b42c (diff)
downloadaur-c36bb943103829ecae9c1f5f7fa4bba6a1028cb5.tar.gz
remove fakeroot build dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07b749e31992..0d88909c91f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = python-patch
pkgdesc = Patch utility to apply unified diffs
pkgver = 1.16
- pkgrel = 6
+ pkgrel = 7
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 b99d24fd93cf..ebf7a167a56d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=python-patch
pkgver=1.16
-pkgrel=6
+pkgrel=7
pkgdesc='Patch utility to apply unified diffs'
arch=('any')
url="https://github.com/techtonik/python-patch/"
license=('MIT')
depends=('python')
-makedepends=('python-setuptools' 'fakeroot')
+makedepends=('python-setuptools')
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'