[arch-commits] Commit in buho/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue Feb 23 10:26:04 UTC 2021


    Date: Tuesday, February 23, 2021 @ 10:26:04
  Author: arojas
Revision: 869541

archrelease: copy trunk to community-x86_64

Added:
  buho/repos/community-x86_64/PKGBUILD
    (from rev 869540, buho/trunk/PKGBUILD)
Deleted:
  buho/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-23 10:25:55 UTC (rev 869540)
+++ PKGBUILD	2021-02-23 10:26:04 UTC (rev 869541)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=buho
-pkgver=1.2.0
-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://invent.kde.org/maui/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha256sums=('541aff3d0452f85dd8cb0305a320b960583b37cf29dde990b121b050a454a35f')
-
-build() {
-  cmake -B build -S $pkgname-v$pkgver
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: buho/repos/community-x86_64/PKGBUILD (from rev 869540, buho/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-02-23 10:26:04 UTC (rev 869541)
@@ -0,0 +1,23 @@
+# 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
+}



More information about the arch-commits mailing list