Date: Thursday, March 2, 2023 @ 08:40:32
  Author: arojas
Revision: 469909

archrelease: copy trunk to extra-x86_64

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-02 08:40:17 UTC (rev 469908)
+++ PKGBUILD    2023-03-02 08:40:32 UTC (rev 469909)
@@ -1,28 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-
-pkgname=kmime
-pkgver=22.12.2
-pkgrel=1
-pkgdesc='Library for handling mail messages and newsgroup articles'
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(LGPL)
-depends=(ki18n kcodecs)
-makedepends=(extra-cmake-modules doxygen qt5-tools)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('6c31440de82fae19e4a45f78c81c436bd856077b7bb9165f9ed5f27460736cc4'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<[email protected]>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 
<[email protected]>
-              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 
<[email protected]>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF \
-    -DBUILD_QCH=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kmime/repos/extra-x86_64/PKGBUILD (from rev 469908, 
kmime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-02 08:40:32 UTC (rev 469909)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <[email protected]>
+
+pkgname=kmime
+pkgver=22.12.3
+pkgrel=1
+pkgdesc='Library for handling mail messages and newsgroup articles'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+depends=(ki18n kcodecs)
+makedepends=(extra-cmake-modules doxygen qt5-tools)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('9b3c1f1f664eae671244dd755db03129b0f16abbcd03245a07856a15db28c3d8'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 
<[email protected]>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 
<[email protected]>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 
<[email protected]>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to