Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / libinstpatch
Commits: 540dd7c8 by Brett Cornwall at 2025-05-21T18:06:00-07:00 Update cname lib install dir to gnu standard - - - - - 7adb222d by Brett Cornwall at 2025-05-21T18:08:06-07:00 upgpkg: 1.1.7-2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = libinstpatch pkgdesc = Instrument file software library pkgver = 1.1.7 - pkgrel = 1 + pkgrel = 2 url = https://github.com/swami/libinstpatch arch = x86_64 license = LGPL-2.1-only ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ pkgname=libinstpatch pkgver=1.1.7 -pkgrel=1 +pkgrel=2 pkgdesc="Instrument file software library" arch=(x86_64) url="https://github.com/swami/libinstpatch" @@ -17,7 +17,7 @@ build() { local cmake_options=( -B build -D CMAKE_INSTALL_PREFIX=/usr - -D LIB_INSTALL_DIR=/usr/lib + -D CMAKE_INSTALL_LIBDIR=/usr/lib -D CMAKE_BUILD_TYPE=None -S $pkgname-$pkgver -W no-dev View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libinstpatch/-/compare/031a0346e8d7d4b109ce789d2152e25e16166fcd...7adb222deeff3465067d63b8429efeca6b29c475 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libinstpatch/-/compare/031a0346e8d7d4b109ce789d2152e25e16166fcd...7adb222deeff3465067d63b8429efeca6b29c475 You're receiving this email because of your account on gitlab.archlinux.org.