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

Christian Rebischke shibumi at gemini.archlinux.org
Sat Jun 11 17:25:00 UTC 2022


    Date: Saturday, June 11, 2022 @ 17:25:00
  Author: shibumi
Revision: 1233949

upgpkg: hostess 0.5.2-4

Modified:
  hostess/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-11 17:24:28 UTC (rev 1233948)
+++ PKGBUILD	2022-06-11 17:25:00 UTC (rev 1233949)
@@ -2,7 +2,7 @@
 
 pkgname=hostess
 pkgver=0.5.2
-pkgrel=3
+pkgrel=4
 pkgdesc="An idempotent command-line utility for managing your /etc/hosts file."
 url="https://github.com/cbednarski/hostess"
 arch=("x86_64")
@@ -11,6 +11,7 @@
 makedepends=("go")
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/cbednarski/hostess/archive/v${pkgver}.tar.gz")
 sha512sums=('47c81318cdb1c62c4112612e3e93cb3a171a8daf007e123212ba459efdf73b7dbc14871ee07e9e69af37750f2eb74c4d852c6c7c252788248698b762587638dc')
+options=('!lto')
 
 build() {
   cd "${pkgname}-${pkgver}"



More information about the arch-commits mailing list