[arch-commits] Commit in plasma-thunderbolt/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Tue Nov 9 20:28:10 UTC 2021
Date: Tuesday, November 9, 2021 @ 20:28:10
Author: arojas
Revision: 427777
archrelease: copy trunk to extra-x86_64
Added:
plasma-thunderbolt/repos/extra-x86_64/PKGBUILD
(from rev 427776, plasma-thunderbolt/trunk/PKGBUILD)
Deleted:
plasma-thunderbolt/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-09 20:28:00 UTC (rev 427776)
+++ PKGBUILD 2021-11-09 20:28:10 UTC (rev 427777)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=plasma-thunderbolt
-pkgver=5.23.2
-pkgrel=1
-pkgdesc='Plasma integration for controlling Thunderbolt devices'
-arch=(x86_64)
-url='https://kde.org/plasma-desktop/'
-license=(LGPL)
-groups=(plasma)
-depends=(bolt systemsettings)
-makedepends=(extra-cmake-modules)
-source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('8c3399bc14c5a73eafc76edb8c2aa6907910bc6eaf2ea19476ca0ebc4054058e'
- 'SKIP')
-validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr at jriddell.org>
- '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah at kde.org>
- 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson at kde.org>
- '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: plasma-thunderbolt/repos/extra-x86_64/PKGBUILD (from rev 427776, plasma-thunderbolt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-09 20:28:10 UTC (rev 427777)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=plasma-thunderbolt
+pkgver=5.23.3
+pkgrel=1
+pkgdesc='Plasma integration for controlling Thunderbolt devices'
+arch=(x86_64)
+url='https://kde.org/plasma-desktop/'
+license=(LGPL)
+groups=(plasma)
+depends=(bolt systemsettings)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('5bad78bc330a5111f326ee9d68f5bef5ce43743c8f82818024e2e968a8feed6f'
+ 'SKIP')
+validpgpkeys=('E0A3EB202F8E57528E13E72FD7574483BB57B18D' # Jonathan Esk-Riddell <jr at jriddell.org>
+ '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D' # Bhushan Shah <bshah at kde.org>
+ 'D07BD8662C56CB291B316EB2F5675605C74E02CF' # David Edmundson <davidedmundson at kde.org>
+ '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin <notmart at gmail.com>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list