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

Felix Yan fyan at archlinux.org
Thu Sep 25 12:22:27 UTC 2014


    Date: Thursday, September 25, 2014 @ 14:22:27
  Author: fyan
Revision: 119569

upgpkg: dnscrypt-proxy 1.4.1-1

Modified:
  dnscrypt-proxy/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-25 10:48:42 UTC (rev 119568)
+++ PKGBUILD	2014-09-25 12:22:27 UTC (rev 119569)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
 # Contributor: Techlive Zheng <techlivezheng at gmail dot com>
 # Contributor: peace4all <markspost at rocketmail dot com>
 
 pkgname=dnscrypt-proxy
-pkgver=1.4.0
-pkgrel=2
+pkgver=1.4.1
+pkgrel=1
 pkgdesc="A tool for securing communications between a client and a DNS resolver"
 arch=('i686' 'x86_64')
 url="http://dnscrypt.org/"
@@ -13,9 +13,12 @@
 depends=('libsodium')
 makedepends=('clang')
 source=(http://download.dnscrypt.org/$pkgname/$pkgname-$pkgver.tar.bz2
-	conf.d.file
-	dnscrypt-proxy.service)
+        conf.d.file
+        dnscrypt-proxy.service)
 backup=(etc/conf.d/dnscrypt-proxy)
+sha512sums=('521f36d833430cb20df828cf5aa8adfda17a2ddd91ab2139c06c80b74614e41b8fb1b353dab659254d31f4d252ccfa11d847049967eebd4593f3d21ed36624f8'
+            '26e5ce3198c25ff25542dc399f2bb5467ac349dbc11c2ebd6d3ba978ffaef09607088d9401e62ba33c6f50b8b29a59f56fe97d964f55e63ee9d8ca23862c3e00'
+            '9a1072f83e83e55dcdd7b80d1943f60963fa240da8a50d7491cc219797c6b85b8d79d087c0f7bb9766a4d467dec58eaae2bef31b759652545ace65a6a8afb608')
 
 build() {
   cd $pkgname-$pkgver
@@ -36,7 +39,3 @@
   install -m 644 "$srcdir"/conf.d.file "$pkgdir"/etc/conf.d/$pkgname
   install -m 644 "$srcdir"/dnscrypt-proxy.service "$pkgdir"/usr/lib/systemd/system
 }
-
-sha512sums=('cf21231d60a12dc413d7ce7d577b3698a2a347caca00c65f18b0fbcb715d872b6839f20863fb6bd69f3dee3b2836d6db8d446de5c0ec4925e3b4c75d5d5c4d47'
-            '26e5ce3198c25ff25542dc399f2bb5467ac349dbc11c2ebd6d3ba978ffaef09607088d9401e62ba33c6f50b8b29a59f56fe97d964f55e63ee9d8ca23862c3e00'
-            '9a1072f83e83e55dcdd7b80d1943f60963fa240da8a50d7491cc219797c6b85b8d79d087c0f7bb9766a4d467dec58eaae2bef31b759652545ace65a6a8afb608')




More information about the arch-commits mailing list