Date: Thursday, January 7, 2021 @ 14:23:11 Author: arojas Revision: 405452
archrelease: copy trunk to extra-x86_64 Added: libkomparediff2/repos/extra-x86_64/PKGBUILD (from rev 405451, libkomparediff2/trunk/PKGBUILD) Deleted: libkomparediff2/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-01-07 14:23:02 UTC (rev 405451) +++ PKGBUILD 2021-01-07 14:23:11 UTC (rev 405452) @@ -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.12.0 -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=('8b92b729d2d1c7998b22ffd6a7ae95f46954785d4855ce6cfa7a1fb401cf66ec' - '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 405451, libkomparediff2/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-01-07 14:23:11 UTC (rev 405452) @@ -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.12.1 +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=('c3a79ea99dd4f4a72db628f46720049960e6b948f5e14b97a7857e04e1c67412' + '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 +}