summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Romig2021-08-21 10:13:29 +0100
committerNeil Romig2021-08-21 10:13:29 +0100
commit21b3b7471887265bfbf490ab8551a8c5e7b2ea44 (patch)
tree262033121d78cf818d18e2dddbb309133af04473
parent1c4da8bf96ede5d28433a61c2a5a967bad875581 (diff)
downloadaur-21b3b7471887265bfbf490ab8551a8c5e7b2ea44.tar.gz
remove unnecessary RPM_BUILD_ROOT
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b88033bad0fe..44bd76b868bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = courier-pythonfilter
pkgdesc = pythonfilter is a collection of useful filters for the Courier MTA, and a framework for developing new filters in Python.
pkgver = 3.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/courier-pythonfilter
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index d734fa50bfe6..67ca13bc583d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=courier-pythonfilter
pkgver=3.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="pythonfilter is a collection of useful filters for the Courier MTA, and a framework for developing new filters in Python."
arch=(any)
url="https://pypi.org/project/courier-pythonfilter"
@@ -21,7 +21,5 @@ sha1sums=('c885c66ce0e5876873da6575419d116ca1d7bdda')
package() {
cd "$srcdir/gordonmessmer-courier-pythonfilter-fdf2f466e757"
- RPM_BUILD_ROOT="$srcdir"
-
python3 setup.py install --root="$pkgdir/"
}