summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBjoern Franke2023-05-11 22:00:31 +0200
committerBjoern Franke2023-05-11 22:00:31 +0200
commit83806909a3c7af0d418093add62b7b7feeff5cb9 (patch)
treebfef6e89b8e0d512856bf0f6fc01f65abacafade /PKGBUILD
parenta990f3f924c1d269dd46cc630b550562459e23fb (diff)
downloadaur-83806909a3c7af0d418093add62b7b7feeff5cb9.tar.gz
remove makedeps, fix URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 04bd7b6072fb..87bf24546432 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Andreas Radke <andyrtr@archlinux.org>
+# Maintainer: Bjoern Franke <bjo+aur@schafweide.org>
+# Contributor: Andreas Radke <andyrtr@archlinux.org>
pkgname=procmail
pkgver=3.24
-pkgrel=1
+pkgrel=2
pkgdesc="Highly configurable auto mail processing."
arch=('x86_64')
#url="http://www.procmail.org" # offline
-url="http://pm-doc.sourceforge.net/"
+url="https://github.com/BuGlessRB/procmail"
license=('GPL' 'custom:Artistic')
-makedepends=('smtp-server')
source=("https://github.com/BuGlessRB/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
sha256sums=('514ea433339783e95df9321e794771e4887b9823ac55fdb2469702cf69bd3989')