summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Haider2023-07-27 18:22:04 +0200
committerThomas Haider2023-07-27 18:25:22 +0200
commitd28905fea079aebb1ce0d8494067b187704e1027 (patch)
tree44b648bc30ee8a00a821005a02ce342237d3c7fa
parent50e9e7b9099439db3a3dda424f7e2f01c3d96bb7 (diff)
downloadaur-d28905fea079aebb1ce0d8494067b187704e1027.tar.gz
remove unneeded setup patch
-rw-r--r--PKGBUILD5
-rw-r--r--fix_setup.patch1
2 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 51f212b7cff7..b156546750e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Thomas Haider <t.haider@deprecate.de>
pkgname=bley-git
-pkgver=r388.30571b1
+pkgver=r541.eaad52f
pkgrel=1
pkgdesc="Intelligent greylisting daemon for postfix and exim"
arch=(any)
@@ -18,10 +18,8 @@ provides=("bley")
conflicts=("bley")
install='bley.sysusers'
source=("${pkgname}::git+https://github.com/evgeni/bley.git"
- "fix_setup.patch"
"bley.sysusers")
md5sums=('SKIP'
- '18f197d7034087e3125751624a8c13c3'
'4c5d548dd75a3b40c8b5b8f5c74f76ef')
pkgver() {
@@ -31,7 +29,6 @@ pkgver() {
build() {
cd "$srcdir/${pkgname-git}"
- git apply $srcdir/fix_setup.patch
python setup.py build
}
diff --git a/fix_setup.patch b/fix_setup.patch
index 072963bd1ea5..b7f05c4feba0 100644
--- a/fix_setup.patch
+++ b/fix_setup.patch
@@ -22,4 +22,3 @@ index 0785e68..ba17f5f 100755
return path.strip()
--
2.12.0
-