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

Antonio Rojas arojas at gemini.archlinux.org
Mon May 16 19:15:05 UTC 2022


    Date: Monday, May 16, 2022 @ 19:15:04
  Author: arojas
Revision: 1207592

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-16 19:14:55 UTC (rev 1207591)
+++ PKGBUILD	2022-05-16 19:15:04 UTC (rev 1207592)
@@ -1,23 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=buho
-pkgver=2.1.1
-pkgrel=1
-pkgdesc='Task and note keeper'
-url='https://mauikit.org/'
-arch=(x86_64)
-license=(GPL3)
-depends=(mauikit-accounts 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=('13cf4e0348b63292dd61795f948b6106b8f1ce97f3fb518a5ddc01431447b6c8')
-
-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 1207591, buho/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-16 19:15:04 UTC (rev 1207592)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=buho
+pkgver=2.1.2
+pkgrel=1
+pkgdesc='Task and note keeper'
+url='https://mauikit.org/'
+arch=(x86_64)
+license=(GPL3)
+depends=(mauikit-accounts 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=('e89d2945608af441d422c380d19672363b9293ab06a29544821edc1ff8108675')
+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list