Date: Thursday, January 5, 2023 @ 13:40:38
  Author: arojas
Revision: 465787

archrelease: copy trunk to extra-x86_64

Added:
  kanagram/repos/extra-x86_64/PKGBUILD
    (from rev 465786, kanagram/trunk/PKGBUILD)
  kanagram/repos/extra-x86_64/keys/
Deleted:
  kanagram/repos/extra-x86_64/PKGBUILD
  kanagram/repos/extra-x86_64/keys/

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-05 13:40:23 UTC (rev 465786)
+++ PKGBUILD    2023-01-05 13:40:38 UTC (rev 465787)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-pkgname=kanagram
-pkgver=22.12.0
-pkgrel=1
-pkgdesc='Letter Order Game'
-url='https://apps.kde.org/kanagram/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-education)
-depends=(libkeduvocdocument knewstuff)
-makedepends=(extra-cmake-modules kdoctools)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('89236c258a3c7171da504e2392662ed68a2d2970d6d6c8d06b0692ad28bda252'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<[email protected]>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 
<[email protected]>
-              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 
<[email protected]>
-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kanagram/repos/extra-x86_64/PKGBUILD (from rev 465786, 
kanagram/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-01-05 13:40:38 UTC (rev 465787)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=kanagram
+pkgver=22.12.1
+pkgrel=1
+pkgdesc='Letter Order Game'
+url='https://apps.kde.org/kanagram/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-education)
+depends=(libkeduvocdocument knewstuff)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('06a533d6c3fc587e21d94cb9f87b76f0743783b9655534349a76572390ea2847'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<[email protected]>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 
<[email protected]>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 
<[email protected]>
+options=(debug)
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to