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

Antonio Rojas arojas at archlinux.org
Sun Jan 10 12:23:36 UTC 2021


    Date: Sunday, January 10, 2021 @ 12:23:35
  Author: arojas
Revision: 817044

Update to 2.0.0

Modified:
  lifeograph/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-10 12:15:47 UTC (rev 817043)
+++ PKGBUILD	2021-01-10 12:23:35 UTC (rev 817044)
@@ -2,16 +2,18 @@
 # Contributor: Alex Dewar <alex.dewar at gmx.co.uk>
 
 pkgname=lifeograph
-pkgver=1.6.1
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
 pkgdesc="Private journal, diary and note taking application"
 arch=(x86_64)
 license=(GPL3)
 url="http://lifeograph.sourceforge.net/"
-depends=(enchant gtkmm3)
+depends=(enchant gtkmm3 libchamplain)
 makedepends=(meson)
-source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.xz)
-sha256sums=('7e40678600587156635da3bffae72694711c25290acf924025cfd14b970ed7cd')
+source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.xz{,.asc})
+sha256sums=('cef3ac89afddd37cc975b68536bad94d32dbb253fccfa207d15110495fb8a0a9'
+            'SKIP')
+validpgpkeys=(A1DD7BBF56F328A5B0679657BC797409ACE27593) # Ahmet Öztürk <aoz_2 at yahoo.com>
 
 build() {
   arch-meson $pkgname-$pkgver build



More information about the arch-commits mailing list