Date: Friday, April 14, 2023 @ 06:51:50 Author: arojas Revision: 1445984
upgpkg: libxisf 0.2.3-2: Use system libs (FS#78196) Modified: libxisf/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-14 06:41:06 UTC (rev 1445983) +++ PKGBUILD 2023-04-14 06:51:50 UTC (rev 1445984) @@ -2,12 +2,12 @@ pkgname=libxisf pkgver=0.2.3 -pkgrel=1 +pkgrel=2 pkgdesc='Library to load and write XISF format from PixInsight' url='https://gitea.nouspiro.space/nou/libXISF' license=(GPL3) arch=(x86_64) -depends=(gcc-libs) +depends=(zlib lz4 pugixml) makedepends=(cmake) source=($pkgname-$pkgver.tar.gz::https://gitea.nouspiro.space/nou/libXISF/archive/v$pkgver.tar.gz) sha256sums=('5574d850afd158f949089bdeb9cf52b814023d77c798ed2f2030828b17f471fc') @@ -14,7 +14,8 @@ build() { cmake -B build -S $pkgname \ - -DCMAKE_INSTALL_PREFIX=/usr + -DCMAKE_INSTALL_PREFIX=/usr \ + -DUSE_BUNDLED_LIBS=OFF cmake --build build }
