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

Antonio Rojas arojas at gemini.archlinux.org
Sat Feb 12 21:36:30 UTC 2022


    Date: Saturday, February 12, 2022 @ 21:36:29
  Author: arojas
Revision: 1132982

archrelease: copy trunk to community-x86_64

Added:
  minder/repos/community-x86_64/PKGBUILD
    (from rev 1132981, minder/trunk/PKGBUILD)
Deleted:
  minder/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-12 21:36:20 UTC (rev 1132981)
+++ PKGBUILD	2022-02-12 21:36:29 UTC (rev 1132982)
@@ -1,24 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
-
-pkgname=minder
-pkgver=1.13.1
-pkgrel=1
-pkgdesc='Mind-mapping application designed for Pantheon'
-arch=('x86_64')
-url='https://github.com/phase1geo/Minder'
-license=('GPL3')
-depends=('discount' 'granite' 'gtksourceview4' 'libarchive' 'libhandy')
-makedepends=('meson' 'vala')
-source=("https://github.com/phase1geo/Minder/archive/$pkgver/Minder-$pkgver.tar.gz")
-sha256sums=('f319501e40e53e7721864d73e8c071960acc40a4f32dd84e85646a2031be215a')
-
-build() {
-  arch-meson Minder-$pkgver build
-  meson compile -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-  ln -s com.github.phase1geo.minder "$pkgdir/usr/bin/$pkgname"
-}

Copied: minder/repos/community-x86_64/PKGBUILD (from rev 1132981, minder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-12 21:36:29 UTC (rev 1132982)
@@ -0,0 +1,24 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
+
+pkgname=minder
+pkgver=1.14.0
+pkgrel=1
+pkgdesc='Mind-mapping application designed for Pantheon'
+arch=('x86_64')
+url='https://github.com/phase1geo/Minder'
+license=('GPL3')
+depends=('discount' 'granite' 'gtksourceview4' 'libarchive' 'libhandy')
+makedepends=('meson' 'vala')
+source=("https://github.com/phase1geo/Minder/archive/$pkgver/Minder-$pkgver.tar.gz")
+sha256sums=('7561084a0ee51b51a1e25753dbdd34f48632cc340c89cd78c591a539d8cef653')
+
+build() {
+  arch-meson Minder-$pkgver build
+  meson compile -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  ln -s com.github.phase1geo.minder "$pkgdir/usr/bin/$pkgname"
+}



More information about the arch-commits mailing list