summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Romig2024-01-05 07:08:16 +0000
committerNeil Romig2024-01-05 07:08:16 +0000
commit99abac52ed2a6e1a45ae7812705c8a73657f2adb (patch)
treea9023d9d02ee41a9c943070f5f55c25ad571c021
parent1f68475aa847ef16bbe61d39f393fcc3136382ca (diff)
downloadaur-99abac52ed2a6e1a45ae7812705c8a73657f2adb.tar.gz
Version 3.0.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 49d658b9706e..a767e2dedece 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 = 3
+ pkgver = 3.0.4
+ pkgrel = 1
url = https://pypi.org/project/courier-pythonfilter
install = courier-pythonfilter.install
arch = any
@@ -10,9 +10,9 @@ pkgbase = courier-pythonfilter
depends = courier-mta
backup = etc/pythonfilter.conf
backup = etc/pythonfilter-modules.conf
- source = https://bitbucket.org/gordonmessmer/courier-pythonfilter/get/fdf2f466e757.zip
+ source = https://files.pythonhosted.org/packages/05/d1/219cf53af0cb4e0cacfcbb43b53c6660d59de7adbe72be79de607ffe1b3e/courier-pythonfilter-3.0.4.tar.gz
source = courier-pythonfilter.install
- sha1sums = c885c66ce0e5876873da6575419d116ca1d7bdda
+ sha1sums = 0236621cea68af13097fa9aec3d87f700e53d2f9
sha1sums = 678bd5e4a3da90e267d359cbe04572cf976c6a07
pkgname = courier-pythonfilter
diff --git a/PKGBUILD b/PKGBUILD
index d0a808be2ace..a5b89e8e238b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Neil Romig <neilromig at gmail dot com>
pkgname=courier-pythonfilter
-pkgver=3.0.3
-pkgrel=3
+pkgver=3.0.4
+pkgrel=1
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"
@@ -16,13 +16,13 @@ replaces=()
backup=('etc/pythonfilter.conf' 'etc/pythonfilter-modules.conf')
options=()
install=courier-pythonfilter.install
-source=(https://bitbucket.org/gordonmessmer/courier-pythonfilter/get/fdf2f466e757.zip
+source=(https://files.pythonhosted.org/packages/05/d1/219cf53af0cb4e0cacfcbb43b53c6660d59de7adbe72be79de607ffe1b3e/courier-pythonfilter-3.0.4.tar.gz
courier-pythonfilter.install)
-sha1sums=('c885c66ce0e5876873da6575419d116ca1d7bdda'
+sha1sums=('0236621cea68af13097fa9aec3d87f700e53d2f9'
'678bd5e4a3da90e267d359cbe04572cf976c6a07')
package() {
- cd "$srcdir/gordonmessmer-courier-pythonfilter-fdf2f466e757"
+ cd "$srcdir/courier-pythonfilter-3.0.4"
python3 setup.py install --root="$pkgdir/"
}