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

Bruno Pagani archange at gemini.archlinux.org
Tue Jul 20 12:06:07 UTC 2021


    Date: Tuesday, July 20, 2021 @ 12:06:07
  Author: archange
Revision: 979875

upgpkg: stubby 0.4.0-1

Modified:
  stubby/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-20 12:06:02 UTC (rev 979874)
+++ PKGBUILD	2021-07-20 12:06:07 UTC (rev 979875)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org> 
 
 pkgname=stubby
-pkgver=0.3.0
+pkgver=0.4.0
 pkgrel=1
 pkgdesc="DNS Privacy stub resolver"
 arch=(x86_64)
@@ -10,18 +10,12 @@
 backup=(etc/stubby/stubby.yml)
 depends=(getdns libsystemd libyaml)
 makedepends=(cmake)
-source=(https://github.com/getdnsapi/stubby/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-        stubby-fix-destdir-part1.patch::https://github.com/getdnsapi/stubby/commit/2fec82b1669bb35062ff9029c4b42fb4998fbd44.patch
-        stubby-fix-destdir-part2.patch::https://github.com/getdnsapi/stubby/commit/c4841747a8042dfe2ea43c3c58d07a87e5a5a0ed.patch)
-sha256sums=('b37a0e0ec2b7cfcdcb596066a6fd6109e91a2766b17a42c47d3703d9be41d000'
-            'd8ee3dd5834c214cb2ac5eeafb91af60ceb4fa4bc948d6008198b822ff92848a'
-            'fa5739135f2cbdfa3fe53793f9cf23a487167d882a3df31830f3c87b4e8ecd55')
+source=(https://github.com/getdnsapi/stubby/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('8e6a4ba76f04b23612d58813c4998141b0cc6194432d87f8653f3ba5cf64152a')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   sed -e 's/^# appdata_dir:/appdata_dir:/g' -e 's:/etc/unbound/getdns-root.key:/etc/trusted-key.key:g' -i stubby.yml.example
-  patch -p1 -i ../stubby-fix-destdir-part1.patch
-  patch -p1 -i ../stubby-fix-destdir-part2.patch
 }
 
 build() {




More information about the arch-commits mailing list