[arch-commits] Commit in minder/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Tue Jun 1 00:38:31 UTC 2021


    Date: Tuesday, June 1, 2021 @ 00:38:31
  Author: bgyorgy
Revision: 952909

upgpkg: minder 1.12.3-1: Update to version 1.12.3

Modified:
  minder/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-01 00:21:20 UTC (rev 952908)
+++ PKGBUILD	2021-06-01 00:38:31 UTC (rev 952909)
@@ -2,22 +2,23 @@
 # Contributor: Dimitris Kiziridis <ragouel at outlook dot com>
 
 pkgname=minder
-pkgver=1.12.2
+pkgver=1.12.3
 pkgrel=1
-pkgdesc='Mind-mapping application designed for elementary OS'
-arch=(x86_64)
+pkgdesc='Mind-mapping application designed for Pantheon'
+arch=('x86_64')
 url='https://github.com/phase1geo/Minder'
-license=(GPL3)
-depends=(discount granite gtksourceview3 libarchive)
-makedepends=(meson vala)
+license=('GPL3')
+depends=('discount' 'granite' 'gtksourceview3' 'libarchive')
+makedepends=('meson' 'vala')
 source=("https://github.com/phase1geo/Minder/archive/$pkgver/Minder-$pkgver.tar.gz")
-sha256sums=('a329d6209da8fac7a102bf85627362f053eebd8783bb91590feff5a363a194af')
+sha256sums=('70cdf9d336424020c2e4ae37ac4a6062729a986450be406da1d35802ea4ada7a')
 
 build() {
   arch-meson Minder-$pkgver build
-  ninja -C 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