Merge remote-tracking branch 'origin/mdrework'

handy-eval
Markus Koch 2018-07-09 18:59:29 +02:00
commit c702e7ca6e
2 changed files with 7 additions and 2 deletions

View File

@ -2,7 +2,7 @@
A viewer for a file based diary with entries written in markdown.
## License
Copyright (C) 2017 Markus Koch <markus@notsyncing.net>
Copyright (C) 2018 Markus Koch <markus@notsyncing.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License Version 2 as

View File

@ -2,7 +2,7 @@
# Maintainer: Markus Koch <markus@notsyncing.net>
pkgname=mdiary-git
pkgver=20180317.126.a5e5cd7
pkgver=20180708.137.017e6e8
pkgrel=1
pkgdesc='A viewer for a file based diary with entries written in markdown.'
arch=('i686' 'x86_64')
@ -19,6 +19,11 @@ pkgver () {
echo "$_date.$(git rev-list --count master).$(git rev-parse --short master)"
}
prepare() {
cd $pkgname
git submodule init
git submodule update
}
build() {
cd "$srcdir/$pkgname"