George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / hound
Commits: e0cc0b4f by George Rawlinson at 2026-06-03T01:19:04+00:00 reuse: simplify conf - - - - - 16798199 by George Rawlinson at 2026-06-03T01:22:51+00:00 upgpkg: 0.7.1-3 https://archlinux.org/todo/rebuild-packages-older-than-two-years/ - - - - - 3 changed files: - .SRCINFO - PKGBUILD - REUSE.toml Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = hound pkgdesc = Lightning fast code searching made easy pkgver = 0.7.1 - pkgrel = 2 + pkgrel = 3 url = https://github.com/hound-search/hound install = hound.install arch = x86_64 ===================================== PKGBUILD ===================================== @@ -5,25 +5,25 @@ pkgname=hound pkgver=0.7.1 -pkgrel=2 +pkgrel=3 pkgdesc='Lightning fast code searching made easy' -arch=('x86_64') +arch=(x86_64) url='https://github.com/hound-search/hound' -license=('MIT') -depends=('glibc' 'git') -makedepends=('go') # no need for npm as the UI is pre-compiled +license=(MIT) +depends=(glibc git) +makedepends=(go) # no need for npm as the UI is pre-compiled optdepends=( 'breezy: for bazaar repositories' 'mercurial: for mercurial repositories' 'svn: for subversion repositories' ) -options=('!lto') +options=(!lto) install=hound.install source=( "$pkgname::git+$url#tag=v$pkgver" - 'systemd.service' - 'sysusers.conf' - 'tmpfiles.conf' + systemd.service + sysusers.conf + tmpfiles.conf ) sha512sums=('6f06e0349f29d1ba690041ecd197317a82671ad7b637cae86520817744b49cd75bb7c6b510e1762b4d3141928d1bb89f018692c6db2582bda20d509f2fb14a6f' '341e423b1572dea500e9f914ef9bb9dfba7fc19a1cdba0d92e0ba5cf021150bda4322981920902f1ffcade222f26df808fafd681d29841b4892e43af1bd2ec1f' @@ -60,7 +60,7 @@ build() { -modcacherw \ -ldflags "-compressdwarf=false \ -linkmode external \ - -extldflags ${LDFLAGS}" \ + -extldflags '${LDFLAGS}'" \ -o build \ ./cmds/... } ===================================== REUSE.toml ===================================== @@ -3,8 +3,6 @@ version = 1 [[annotations]] path = [ "PKGBUILD", - "README.md", - "keys/**", ".SRCINFO", ".nvchecker.toml", "*.install", View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hound/-/compare/ccc510bb29cdc7b3ca05afb283866f7f47a3e509...1679819935d84ba91cb0b75df2b96417f9f1553b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hound/-/compare/ccc510bb29cdc7b3ca05afb283866f7f47a3e509...1679819935d84ba91cb0b75df2b96417f9f1553b You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
