Date: Saturday, December 26, 2020 @ 20:06:19
Author: arojas
Revision: 793028
archrelease: copy trunk to community-x86_64
Added:
neochat/repos/community-x86_64/PKGBUILD
(from rev 793027, neochat/trunk/PKGBUILD)
Deleted:
neochat/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-26 20:06:08 UTC (rev 793027)
+++ PKGBUILD 2020-12-26 20:06:19 UTC (rev 793028)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: derfenix <[email protected]>
-
-pkgname=neochat
-pkgver=1.0
-pkgrel=1
-pkgdesc='A client for matrix, the decentralized communication protocol'
-license=(GPL3)
-arch=(x86_64)
-url='https://apps.kde.org/neochat'
-depends=(kirigami2 kdbusaddons ki18n knotifications libquotient
kquickimageeditor qt5-svg qtkeychain-qt5 cmark hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('45231249f5af93d3cb56763a9aab1211f26916eedd7af732f9c945c58f8289c4'
- 'SKIP')
-validpgpkeys=(B3ED0BAE371BEDA00717921D18F4795C1CE7042B) # Carl Schwan
<[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 793027,
neochat/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-26 20:06:19 UTC (rev 793028)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: derfenix <[email protected]>
+
+pkgname=neochat
+pkgver=1.0
+pkgrel=2
+pkgdesc='A client for matrix, the decentralized communication protocol'
+license=(GPL3)
+arch=(x86_64)
+url='https://apps.kde.org/neochat'
+depends=(kirigami2 kdbusaddons ki18n knotifications libquotient
kquickimageeditor kitemmodels qt5-svg qtkeychain-qt5 cmark hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('45231249f5af93d3cb56763a9aab1211f26916eedd7af732f9c945c58f8289c4'
+ 'SKIP')
+validpgpkeys=(B3ED0BAE371BEDA00717921D18F4795C1CE7042B) # Carl Schwan
<[email protected]>
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}