summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfordprefect2019-03-03 21:41:17 +0100
committerfordprefect2019-03-03 21:41:17 +0100
commitc863eeaf2337f3bc647ab1c9e45bc06818de9903 (patch)
tree98384e7b1f1c9dfa4d47ea13d7147639a86778fc
parente761d05d1e00a577e4f58e75d852d1f6a35ccc54 (diff)
downloadaur-c863eeaf2337f3bc647ab1c9e45bc06818de9903.tar.gz
1.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cba0a089adf..2f40f5a7b446 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 14 10:36:42 UTC 2019
+# Sun Mar 3 20:41:11 UTC 2019
pkgbase = postsrsd
pkgdesc = Provides the Sender Rewriting Scheme (SRS) via TCP-based lookup tables for Postfix
- pkgver = 1.5
+ pkgver = 1.6
pkgrel = 3
url = https://github.com/roehling/postsrsd
install = postsrsd.install
@@ -14,9 +14,9 @@ pkgbase = postsrsd
makedepends = help2man
depends = glibc
backup = etc/postsrsd/postsrsd
- source = postsrsd-1.5.tar.gz::https://github.com/roehling/postsrsd/archive/1.5.tar.gz
+ source = postsrsd-1.6.tar.gz::https://github.com/roehling/postsrsd/archive/1.6.tar.gz
source = postsrsd.conf
- md5sums = e33826a7d1055080854ff7db71641fb8
+ md5sums = cf6709cff63d1f3d7f1d06aede82bdb3
md5sums = 81a5eea5b84f3a2de9ad4713512175f0
pkgname = postsrsd
diff --git a/PKGBUILD b/PKGBUILD
index f5769e38496b..276a0b085a8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# maintainer: fordprefect <fordprefect@dukun.de>
pkgname=postsrsd
-pkgver=1.5
+pkgver=1.6
pkgrel=3
pkgdesc="Provides the Sender Rewriting Scheme (SRS) via TCP-based lookup tables for Postfix"
arch=('i686' 'x86_64' 'armv7h')
@@ -16,7 +16,7 @@ install=postsrsd.install
license=(GPL2)
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/roehling/postsrsd/archive/${pkgver}.tar.gz"
"postsrsd.conf")
-md5sums=('e33826a7d1055080854ff7db71641fb8'
+md5sums=('cf6709cff63d1f3d7f1d06aede82bdb3'
'81a5eea5b84f3a2de9ad4713512175f0')
build() {