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

Jan Steffens heftig at archlinux.org
Thu Jul 28 20:24:09 UTC 2016


    Date: Thursday, July 28, 2016 @ 20:24:08
  Author: heftig
Revision: 184588

1.5.9-2

Modified:
  unbound/trunk/PKGBUILD
  unbound/trunk/install

----------+
 PKGBUILD |    5 +++--
 install  |    6 ------
 2 files changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-28 20:21:15 UTC (rev 184587)
+++ PKGBUILD	2016-07-28 20:24:08 UTC (rev 184588)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.5.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')
@@ -18,7 +18,8 @@
 source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
         'service'
         'conf')
-sha1sums=('4882c52aac0abcd72a86ac5d06e9cd39576620ce' 'SKIP'
+sha1sums=('4882c52aac0abcd72a86ac5d06e9cd39576620ce'
+          'SKIP'
           '63fcc187cec6f262d81600e66c6747285c72ad15'
           '98515708441cb831890a0b6d1986fd40649646c0')
 

Modified: install
===================================================================
--- install	2016-07-28 20:21:15 UTC (rev 184587)
+++ install	2016-07-28 20:24:08 UTC (rev 184588)
@@ -2,9 +2,3 @@
 	getent group unbound &>/dev/null || groupadd -r unbound >/dev/null
 	getent passwd unbound &>/dev/null || useradd -r -g unbound -d /etc/unbound -s /bin/false -c unbound unbound >/dev/null
 }
-
-post_remove() {
-	getent passwd unbound &>/dev/null && userdel unbound >/dev/null
-	getent group unbound &>/dev/null && groupdel unbound >/dev/null
-	return 0
-}



More information about the arch-commits mailing list