summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Yantarev2020-11-14 10:11:26 +0300
committerDenis Yantarev2020-11-14 10:11:26 +0300
commit5ddbd91e636182b01ee036f26bde15392b133d5d (patch)
treef82c7c2b8e5c5b4f74cccc71f74a46b32739bab1
parentbcd074965f078ed58d8b634f3aa2e5b457fb55a7 (diff)
downloadaur-5ddbd91e636182b01ee036f26bde15392b133d5d.tar.gz
Updated to 0.9.0.2
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD17
-rw-r--r--python2.patch16
3 files changed, 8 insertions, 34 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f900101ad2c9..664b6b5048ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,25 +1,22 @@
pkgbase = greylistd
pkgdesc = Simple greylisting system for mail transport agents
- pkgver = 0.8.8.7
+ pkgver = 0.9.0.2
pkgrel = 1
url = https://packages.debian.org/sid/greylistd
install = greylistd.install
arch = x86_64
arch = i686
license = GPL
- depends = python2
depends = start-stop-daemon
backup = etc/greylistd/config
- source = http://ftp.debian.org/debian/pool/main/g/greylistd/greylistd_0.8.8.7.tar.xz
+ source = http://ftp.debian.org/debian/pool/main/g/greylistd/greylistd_0.9.0.2.tar.xz
source = greylistd.service
source = greylistd.tmpfiles
source = greylistd.install
- source = python2.patch
- md5sums = a97720a78299554f2a190f7fa6dfd39e
+ md5sums = 1c6d6342a34784fff00eb77254058a82
md5sums = ad1f516bdb732982fec38f492134d5b8
md5sums = 5c76ca975a41ef967f6a1f8bfc760446
md5sums = 7c309496b15079820b852c7140194d8c
- md5sums = 6947ebf9d170801b86db013b3521e1af
pkgname = greylistd
diff --git a/PKGBUILD b/PKGBUILD
index 5f509925ba02..88738452afd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,31 +3,24 @@
# Maintainer: Denis Yantarev <denis dot yantarev at gmail dot com>
pkgname=greylistd
-pkgver=0.8.8.7
+pkgver=0.9.0.2
pkgrel=1
pkgdesc="Simple greylisting system for mail transport agents"
url="https://packages.debian.org/sid/greylistd"
-depends=('python2' 'start-stop-daemon')
+depends=('start-stop-daemon')
source=(http://ftp.debian.org/debian/pool/main/g/greylistd/${pkgname}_${pkgver}.tar.xz
greylistd.service
greylistd.tmpfiles
- greylistd.install
- python2.patch)
-md5sums=('a97720a78299554f2a190f7fa6dfd39e'
+ greylistd.install)
+md5sums=('1c6d6342a34784fff00eb77254058a82'
'ad1f516bdb732982fec38f492134d5b8'
'5c76ca975a41ef967f6a1f8bfc760446'
- '7c309496b15079820b852c7140194d8c'
- '6947ebf9d170801b86db013b3521e1af')
+ '7c309496b15079820b852c7140194d8c')
backup=(etc/greylistd/config)
install=greylistd.install
arch=('x86_64' 'i686')
license=('GPL')
-build() {
- cd $srcdir/$pkgname-$pkgver || return 1
- patch -p0 < ../python2.patch || return 1
-}
-
package() {
cd $srcdir
diff --git a/python2.patch b/python2.patch
deleted file mode 100644
index 8c6c624fa061..000000000000
--- a/python2.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- program/greylist 2007-01-27 19:43:38.000000000 +0300
-+++ program/greylist.new 2011-12-30 12:48:22.000000000 +0400
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2
- ########################################################################
- ### FILE: greylist
- ### PURPOSE: Command line interface to "greylistd(8)"
---- program/greylistd 2008-06-06 18:51:47.000000000 +0400
-+++ program/greylistd.new 2011-12-30 12:48:28.000000000 +0400
-@@ -1,4 +1,4 @@
--#!/usr/bin/python
-+#!/usr/bin/python2
- ########################################################################
- ### FILE: greylistd.py
- ### PURPOSE: Simple greylisting daemon. See "greylistd(8)".