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

Christian Hesse eworm at archlinux.org
Thu Nov 8 09:41:37 UTC 2018


    Date: Thursday, November 8, 2018 @ 09:41:37
  Author: eworm
Revision: 403224

upgpkg: udns 0.4-4

rebuild old package, fix LDFLAGS

Modified:
  udns/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-08 09:31:16 UTC (rev 403223)
+++ PKGBUILD	2018-11-08 09:41:37 UTC (rev 403224)
@@ -3,7 +3,7 @@
 
 pkgname=udns
 pkgver=0.4
-pkgrel=3
+pkgrel=4
 pkgdesc='Stub DNS resolver library with ability to perform both syncronous and asyncronous DNS queries'
 url='http://www.corpit.ru/mjt/udns.html'
 license=('LGPL')
@@ -11,6 +11,12 @@
 source=("http://www.corpit.ru/mjt/udns/udns-${pkgver}.tar.gz")
 sha256sums=('115108dc791a2f9e99e150012bcb459d9095da2dd7d80699b584ac0ac3768710')
 
+prepare() {
+	cd "${srcdir}/${pkgname}-${pkgver}"
+
+	sed -i 's/LDLAGS/LDFLAGS/' Makefile.in
+}
+
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
 



More information about the arch-commits mailing list