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

Gaetan Bisson bisson at archlinux.org
Thu Dec 11 20:06:00 UTC 2014


    Date: Thursday, December 11, 2014 @ 21:06:00
  Author: bisson
Revision: 123788

fix the fix

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-11 18:32:14 UTC (rev 123787)
+++ PKGBUILD	2014-12-11 20:06:00 UTC (rev 123788)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -25,9 +25,9 @@
 
 install=install
 
-preare() {
+prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
-	patch -p1 -i ../lts.patch
+	patch -p1 -l -i ../lts.patch
 }
 
 build() {



More information about the arch-commits mailing list