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

Felix Yan fyan at archlinux.org
Sun Dec 7 08:35:25 UTC 2014


    Date: Sunday, December 7, 2014 @ 09:35:24
  Author: fyan
Revision: 123581

upgpkg: dnscrypt-proxy 1.4.2-1

- upstream new release
- gcc now works, so switching back

Modified:
  dnscrypt-proxy/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-07 08:11:09 UTC (rev 123580)
+++ PKGBUILD	2014-12-07 08:35:24 UTC (rev 123581)
@@ -4,7 +4,7 @@
 # Contributor: peace4all <markspost at rocketmail dot com>
 
 pkgname=dnscrypt-proxy
-pkgver=1.4.1
+pkgver=1.4.2
 pkgrel=1
 pkgdesc="A tool for securing communications between a client and a DNS resolver"
 arch=('i686' 'x86_64')
@@ -11,19 +11,16 @@
 url="http://dnscrypt.org/"
 license=('custom:ISC')
 depends=('libsodium')
-makedepends=('clang')
 source=(http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.bz2
         conf.d.file
         dnscrypt-proxy.service)
 backup=(etc/conf.d/dnscrypt-proxy)
-sha512sums=('521f36d833430cb20df828cf5aa8adfda17a2ddd91ab2139c06c80b74614e41b8fb1b353dab659254d31f4d252ccfa11d847049967eebd4593f3d21ed36624f8'
+sha512sums=('1b934b05c043009aeb24de9fdc0e518fc9b59bbabfc59fd308dc92cbf25cdf52f6162def0c7f5fab3aeb935a7eb3e8e059ee4091763e558880fa025602392524'
             '26e5ce3198c25ff25542dc399f2bb5467ac349dbc11c2ebd6d3ba978ffaef09607088d9401e62ba33c6f50b8b29a59f56fe97d964f55e63ee9d8ca23862c3e00'
             '9a1072f83e83e55dcdd7b80d1943f60963fa240da8a50d7491cc219797c6b85b8d79d087c0f7bb9766a4d467dec58eaae2bef31b759652545ace65a6a8afb608')
 
 build() {
   cd $pkgname-$pkgver
-  export CC=clang
-  CFLAGS="${CFLAGS/-fstack-protector-strong/} -fPIC"
 
   ./configure --prefix=/usr --sbindir=/usr/bin
   make -j2



More information about the arch-commits mailing list