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

Balló György bgyorgy at archlinux.org
Tue Jun 1 01:07:50 UTC 2021


    Date: Tuesday, June 1, 2021 @ 01:07:49
  Author: bgyorgy
Revision: 952915

upgpkg: lifeograph 2.0.1-1: Update to version 2.0.1

Modified:
  lifeograph/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-01 00:59:13 UTC (rev 952914)
+++ PKGBUILD	2021-06-01 01:07:49 UTC (rev 952915)
@@ -2,22 +2,22 @@
 # Contributor: Alex Dewar <alex.dewar at gmx.co.uk>
 
 pkgname=lifeograph
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
-pkgdesc="Private journal, diary and note taking application"
-arch=(x86_64)
-license=(GPL3)
-url="http://lifeograph.sourceforge.net/"
-depends=(enchant gtkmm3 libchamplain)
-makedepends=(meson)
-source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc})
-sha256sums=('cef3ac89afddd37cc975b68536bad94d32dbb253fccfa207d15110495fb8a0a9'
+pkgdesc='Private journal, diary and note taking application'
+arch=('x86_64')
+url='http://lifeograph.sourceforge.net/'
+license=('GPL3')
+depends=('enchant' 'gtkmm3' 'libchamplain')
+makedepends=('meson')
+source=("https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.1.tar.xz"{,.asc})
+sha256sums=('8ede8246aa2751907bef88f52b3a1a0c77e1b57ceb648dc18dae7699f06adae6'
             'SKIP')
 validpgpkeys=(A1DD7BBF56F328A5B0679657BC797409ACE27593) # Ahmet Öztürk <aoz_2 at yahoo.com>
 
 build() {
   arch-meson $pkgname-$pkgver build
-  ninja -C build
+  meson compile -C build
 }
 
 package() {



More information about the arch-commits mailing list