Date: Thursday, March 4, 2021 @ 14:52:44 Author: arojas Revision: 409168
archrelease: copy trunk to extra-x86_64 Added: libktorrent/repos/extra-x86_64/PKGBUILD (from rev 409167, libktorrent/trunk/PKGBUILD) Deleted: libktorrent/repos/extra-x86_64/PKGBUILD ----------+ PKGBUILD | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2021-03-04 14:52:35 UTC (rev 409167) +++ PKGBUILD 2021-03-04 14:52:44 UTC (rev 409168) @@ -1,28 +0,0 @@ -# Maintainer: Antonio Rojas <aro...@archlinux.org> -# Contributor: Ronald van Haren <ronald.archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> - -pkgname=libktorrent -pkgver=20.12.2 -pkgrel=1 -pkgdesc="A BitTorrent protocol implementation" -arch=(x86_64) -url="https://www.kde.org/applications/internet/ktorrent/" -license=(GPL2) -depends=(kio qca) -makedepends=(extra-cmake-modules boost doxygen) -source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('6bfc3c64b2689b1520320c9c6ff49024d64c1cf39bb468fae178d3b901d8dc97' - '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 - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -} Copied: libktorrent/repos/extra-x86_64/PKGBUILD (from rev 409167, libktorrent/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2021-03-04 14:52:44 UTC (rev 409168) @@ -0,0 +1,28 @@ +# Maintainer: Antonio Rojas <aro...@archlinux.org> +# Contributor: Ronald van Haren <ronald.archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> + +pkgname=libktorrent +pkgver=20.12.3 +pkgrel=1 +pkgdesc="A BitTorrent protocol implementation" +arch=(x86_64) +url="https://www.kde.org/applications/internet/ktorrent/" +license=(GPL2) +depends=(kio qca) +makedepends=(extra-cmake-modules boost doxygen) +source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('c31e083cf551e9b51a0641177469da6419c67182f61e4d1f2a000e7ef2767efa' + '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 + cmake --build build +} + +package() { + DESTDIR="$pkgdir" cmake --install build +}