[arch-commits] Commit in buho/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun May 9 08:50:39 UTC 2021
Date: Sunday, May 9, 2021 @ 08:50:38
Author: arojas
Revision: 928983
archrelease: copy trunk to community-x86_64
Added:
buho/repos/community-x86_64/PKGBUILD
(from rev 928982, buho/trunk/PKGBUILD)
Deleted:
buho/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-09 08:50:29 UTC (rev 928982)
+++ PKGBUILD 2021-05-09 08:50:38 UTC (rev 928983)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=buho
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Task and note keeper"
-url="https://mauikit.org/"
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit hicolor-icon-theme)
-makedepends=(extra-cmake-modules qt5-webview)
-groups=(maui)
-source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('e7a3f194f9fce2ca21825ebacac09020cce0543a96764f3865f2280dab3ea99b')
-
-build() {
- cmake -B build -S $pkgname-$pkgver
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: buho/repos/community-x86_64/PKGBUILD (from rev 928982, buho/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-09 08:50:38 UTC (rev 928983)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=buho
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Task and note keeper'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-filebrowsing mauikit-texteditor hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(maui)
+source=(https://download.kde.org/stable/maui/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('f36e4b6da521338d0261ec8fbfdbcaa713a7f38c1dec0ef3090cb2be1d767705')
+
+build() {
+ cmake -B build -S $pkgname-$pkgver
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list