Date: Thursday, February 3, 2022 @ 10:16:52 Author: arojas Revision: 435873
archrelease: copy trunk to extra-x86_64 Added: libkomparediff2/repos/extra-x86_64/PKGBUILD (from rev 435872, libkomparediff2/trunk/PKGBUILD) Deleted: libkomparediff2/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 59 ++++++++++++++++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 29 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-02-03 10:16:43 UTC (rev 435872) +++ PKGBUILD 2022-02-03 10:16:52 UTC (rev 435873) @@ -1,29 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=libkomparediff2 -pkgver=21.12.1 -pkgrel=1 -pkgdesc='Library to compare files and strings' -url='https://www.kde.org/' -arch=(x86_64) -license=(GPL LGPL FDL) -depends=(kio) -makedepends=(extra-cmake-modules) -source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) -sha256sums=('bc64d0ae804efe2ea16b41ca2b4bf91032a3f4cdc1cd970109e260b22c748c0f' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cf...@kde.org> - D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.bec...@kde.org> - -build() { - cmake -B build -S $pkgname-$pkgver \ - -DBUILD_TESTING=OFF - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: libkomparediff2/repos/extra-x86_64/PKGBUILD (from rev 435872, libkomparediff2/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-02-03 10:16:52 UTC (rev 435873) @@ -0,0 +1,30 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=libkomparediff2 +pkgver=21.12.2 +pkgrel=1 +pkgdesc='Library to compare files and strings' +url='https://www.kde.org/' +arch=(x86_64) +license=(GPL LGPL FDL) +depends=(kio) +makedepends=(extra-cmake-modules) +source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('9f2463d2f924b5c1570e9d124a64f0d428db01ef166e769f48dd076d0dfbdf1f' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cf...@kde.org> + D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.bec...@kde.org> +options=(debug) + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DBUILD_TESTING=OFF + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}