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

Morten Linderud foxboron at archlinux.org
Fri Jul 9 12:13:16 UTC 2021


    Date: Friday, July 9, 2021 @ 12:13:16
  Author: foxboron
Revision: 976200

upgpkg: podman-dnsname 1.2.0-2 - FS#71260: add dnsmasq to depends

Modified:
  podman-dnsname/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-09 12:05:15 UTC (rev 976199)
+++ PKGBUILD	2021-07-09 12:13:16 UTC (rev 976200)
@@ -3,12 +3,13 @@
 pkgname=podman-dnsname
 _pkgname=dnsname
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="name resolution for containers"
 arch=("x86_64")
 url="https://github.com/containers/dnsname"
 license=("APACHE")
 makedepends=("git" "go")
+depends=("dnsmasq")
 _commit=3b29247c46d2811610ad57dd9fdae61157532a5b	#refs/tags/v1.2.0^{}
 source=("git+${url}.git#commit=${_commit}")
 validpgpkeys=("B7DBDCA456F7335E91F1C25CD3624C551D0515C4")




More information about the arch-commits mailing list