Date: Tuesday, December 20, 2022 @ 17:06:27
Author: arojas
Revision: 1363771
archrelease: copy trunk to community-x86_64
Added:
neochat/repos/community-x86_64/PKGBUILD
(from rev 1363770, neochat/trunk/PKGBUILD)
neochat/repos/community-x86_64/keys/
Deleted:
neochat/repos/community-x86_64/PKGBUILD
neochat/repos/community-x86_64/keys/
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-12-20 17:06:16 UTC (rev 1363770)
+++ PKGBUILD 2022-12-20 17:06:27 UTC (rev 1363771)
@@ -1,27 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: derfenix <[email protected]>
-
-pkgname=neochat
-pkgver=22.11
-pkgrel=2
-pkgdesc='A client for matrix, the decentralized communication protocol'
-license=(GPL3)
-arch=(x86_64)
-url='https://apps.kde.org/neochat'
-depends=(qqc2-desktop-style kirigami-addons
- libquotient kquickimageeditor kitemmodels kio syntax-highlighting
qtkeychain-qt5 cmark hicolor-icon-theme)
-makedepends=(extra-cmake-modules qcoro-qt5 kdoctools)
-source=(https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('25362be430c930ff6d964a69a19b49d53043c2789a34893c61ab00ce619ad0be'
- 'SKIP')
-validpgpkeys=(B3ED0BAE371BEDA00717921D18F4795C1CE7042B # Carl Schwan
<[email protected]>
- 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah
(mykolab address) <[email protected]>
-
-build() {
- cmake -B build -S $pkgname-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: neochat/repos/community-x86_64/PKGBUILD (from rev 1363770,
neochat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-12-20 17:06:27 UTC (rev 1363771)
@@ -0,0 +1,27 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: derfenix <[email protected]>
+
+pkgname=neochat
+pkgver=22.11
+pkgrel=3
+pkgdesc='A client for matrix, the decentralized communication protocol'
+license=(GPL3)
+arch=(x86_64)
+url='https://apps.kde.org/neochat'
+depends=(qqc2-desktop-style kirigami-addons
+ libquotient kquickimageeditor kitemmodels kio syntax-highlighting
qtkeychain-qt5 cmark hicolor-icon-theme)
+makedepends=(extra-cmake-modules qcoro-qt5 kdoctools)
+source=(https://download.kde.org/stable/plasma-mobile/$pkgver/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('25362be430c930ff6d964a69a19b49d53043c2789a34893c61ab00ce619ad0be'
+ 'SKIP')
+validpgpkeys=(B3ED0BAE371BEDA00717921D18F4795C1CE7042B # Carl Schwan
<[email protected]>
+ 0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D) # Bhushan Shah
(mykolab address) <[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}