Date: Thursday, November 5, 2020 @ 14:37:03 Author: arojas Revision: 399320
archrelease: copy trunk to extra-x86_64 Added: libkomparediff2/repos/extra-x86_64/PKGBUILD (from rev 399319, libkomparediff2/trunk/PKGBUILD) Deleted: libkomparediff2/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-11-05 14:36:50 UTC (rev 399319) +++ PKGBUILD 2020-11-05 14:37:03 UTC (rev 399320) @@ -1,28 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=libkomparediff2 -pkgver=20.08.2 -pkgrel=1 -pkgdesc="Library to compare files and strings" -url='https://www.kde.org/applications/development/kompare/' -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=('91b0b72d5c4e2ddd863636cca299660bfbb5b7a55773cbc51000fe9c1ca91a98' - 'SKIP') -validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@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 399319, libkomparediff2/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-11-05 14:37:03 UTC (rev 399320) @@ -0,0 +1,28 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=libkomparediff2 +pkgver=20.08.3 +pkgrel=1 +pkgdesc="Library to compare files and strings" +url='https://www.kde.org/applications/development/kompare/' +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=('68714068d3c8051e0c477cb349d913843fe9bb6184dcffb10f5f7109dc94605a' + 'SKIP') +validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aa...@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cf...@kde.org> + +build() { + cmake -B build -S $pkgname-$pkgver \ + -DBUILD_TESTING=OFF + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}