summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMiguel Revilla2017-01-16 11:22:53 +0100
committerMiguel Revilla2017-01-16 11:22:53 +0100
commit84dba7649c23f0191750c1210841b8246a1586e9 (patch)
tree2bd7a9570e57acacc0e0a216090545c5e93ad287 /PKGBUILD
parentb3ce8533a10e3eaf744a5a7456e88299377fb9f1 (diff)
downloadaur-84dba7649c23f0191750c1210841b8246a1586e9.tar.gz
Update to 1.3.5d
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e8cc215f279..08897f361088 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=proftpd
-pkgver=1.3.5b
+pkgver=1.3.5d
pkgrel=1
epoch=1
pkgdesc='High-performance, scalable FTP server'
@@ -16,12 +16,13 @@ install=${pkgname}.install
source=("ftp://ftp.proftpd.org/distrib/source/${pkgname}-${pkgver}.tar.gz"
'proftpd.logrotate' 'proftpd.service'
'proftpd.tmpfiles')
-md5sums=('f7b8e3a383b34a894c2502db74ccccde'
+md5sums=('bcd2846edf0dad4c4d49a7c8c176d83a'
'4d7a3eedc1852d4fa9faafc072fb8320'
'f7e0c3a402a845ba8d546b2801f77ed2'
'907b149a120b046f05647c73502e23c9')
+
build() {
cd "${srcdir}/${pkgname}-${pkgver}"