[arch-commits] Commit in bogofilter/trunk (PKGBUILD)

Andreas Radke andyrtr at nymeria.archlinux.org
Sun Oct 20 08:27:26 UTC 2013


    Date: Sunday, October 20, 2013 @ 10:27:26
  Author: andyrtr
Revision: 196818

upgpkg: bogofilter 1.2.4-1

upstream update 1.2.4

Modified:
  bogofilter/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-20 04:38:14 UTC (rev 196817)
+++ PKGBUILD	2013-10-20 08:27:26 UTC (rev 196818)
@@ -1,5 +1,6 @@
 # $Id$
-# Maintainer: tobias <tobias at archlinux.org>
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+# Contributor: tobias <tobias at archlinux.org>
 # Contributor: Low Kian Seong <fastmail_low at speedymail.org>
 
 pkgname=bogofilter
@@ -15,7 +16,7 @@
 md5sums=('d0a5eebb3274b23ceabe766a6443a1c5')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr \
               --sysconfdir=/etc/bogofilter  \
               --localstatedir=/var \
@@ -24,7 +25,7 @@
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
 
   mv "${pkgdir}/etc/bogofilter/bogofilter.cf.example" "${pkgdir}/etc/bogofilter/bogofilter.cf"




More information about the arch-commits mailing list