[arch-commits] Commit in lifeograph/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sat Jul 31 16:50:33 UTC 2021
Date: Saturday, July 31, 2021 @ 16:50:32
Author: arojas
Revision: 991127
archrelease: copy trunk to community-x86_64
Added:
lifeograph/repos/community-x86_64/PKGBUILD
(from rev 991126, lifeograph/trunk/PKGBUILD)
Deleted:
lifeograph/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-31 16:50:23 UTC (rev 991126)
+++ PKGBUILD 2021-07-31 16:50:32 UTC (rev 991127)
@@ -1,25 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Alex Dewar <alex.dewar at gmx.co.uk>
-
-pkgname=lifeograph
-pkgver=2.0.1
-pkgrel=1
-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
- meson compile -C build
-}
-
-package() {
- DESTDIR="$pkgdir" meson install -C build
-}
Copied: lifeograph/repos/community-x86_64/PKGBUILD (from rev 991126, lifeograph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-31 16:50:32 UTC (rev 991127)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Alex Dewar <alex.dewar at gmx.co.uk>
+
+pkgname=lifeograph
+pkgver=2.0.2
+pkgrel=1
+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.tar.xz"{,.asc})
+sha256sums=('b4271233bad26ed0cee191d2084d09741ed7e9e8bcdc36552d29f5039a1bd9e9'
+ 'SKIP')
+validpgpkeys=(A1DD7BBF56F328A5B0679657BC797409ACE27593) # Ahmet Öztürk <aoz_2 at yahoo.com>
+
+build() {
+ arch-meson $pkgname-$pkgver build
+ meson compile -C build
+}
+
+package() {
+ DESTDIR="$pkgdir" meson install -C build
+}
More information about the arch-commits
mailing list