[arch-commits] Commit in libkdegames/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Nov 27 14:45:15 UTC 2020
Date: Friday, November 27, 2020 @ 14:45:15
Author: arojas
Revision: 402120
archrelease: copy kde-unstable to kde-unstable-x86_64
Added:
libkdegames/repos/kde-unstable-x86_64/PKGBUILD
(from rev 402119, libkdegames/kde-unstable/PKGBUILD)
Deleted:
libkdegames/repos/kde-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 56 ++++++++++++++++++++++++++++----------------------------
1 file changed, 28 insertions(+), 28 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-27 14:45:04 UTC (rev 402119)
+++ PKGBUILD 2020-11-27 14:45:15 UTC (rev 402120)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkdegames
-pkgver=20.11.80
-pkgrel=1
-pkgdesc="Common code and data for many KDE games"
-url="https://www.kde.org/applications/games/"
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kdeclarative kdnssd knewstuff)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ff62b35d2d5d60963cc4e13ffd0549753039f5caa89589842b164b2f31e7b83d'
- 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: libkdegames/repos/kde-unstable-x86_64/PKGBUILD (from rev 402119, libkdegames/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-27 14:45:15 UTC (rev 402120)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdegames
+pkgver=20.11.90
+pkgrel=1
+pkgdesc="Common code and data for many KDE games"
+url="https://www.kde.org/applications/games/"
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kdeclarative kdnssd knewstuff)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('152a381a3e269dcaeeaa1db8b7836b38eb4e395ece18b72f91eab0e121ac116f'
+ 'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid at kde.org>
+ F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+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