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

Antonio Rojas arojas at archlinux.org
Sun Mar 14 08:53:00 UTC 2021


    Date: Sunday, March 14, 2021 @ 08:52:59
  Author: arojas
Revision: 891009

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 08:52:50 UTC (rev 891008)
+++ PKGBUILD	2021-03-14 08:52:59 UTC (rev 891009)
@@ -1,23 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
-
-pkgname=minder
-pkgver=1.11.3
-pkgrel=1
-pkgdesc='Mind-mapping application designed for elementary OS'
-arch=(x86_64)
-url='https://github.com/phase1geo/Minder'
-license=(GPL3)
-depends=(discount granite gtksourceview3 libarchive)
-makedepends=(meson vala)
-source=("https://github.com/phase1geo/Minder/archive/$pkgver/Minder-$pkgver.tar.gz")
-sha256sums=('76116a439060c70ac5e829b518284d1f7117dac4879a6a65eef1e167f333e79a')
-
-build() {
-  arch-meson Minder-$pkgver build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}

Copied: minder/repos/community-x86_64/PKGBUILD (from rev 891008, minder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-14 08:52:59 UTC (rev 891009)
@@ -0,0 +1,23 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
+
+pkgname=minder
+pkgver=1.12.0
+pkgrel=1
+pkgdesc='Mind-mapping application designed for elementary OS'
+arch=(x86_64)
+url='https://github.com/phase1geo/Minder'
+license=(GPL3)
+depends=(discount granite gtksourceview3 libarchive)
+makedepends=(meson vala)
+source=("https://github.com/phase1geo/Minder/archive/$pkgver/Minder-$pkgver.tar.gz")
+sha256sums=('3b3fc1a9036ba40a61ba49793d28b1026e6ebb538315777289bc9faddfcc6b4b')
+
+build() {
+  arch-meson Minder-$pkgver build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}



More information about the arch-commits mailing list