diff --git a/.SRCINFO b/.SRCINFO index 522c2f6..b0901d5 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ # Generated by mksrcinfo v8 -# Mon Sep 3 12:20:02 UTC 2018 +# Sun Sep 30 19:40:21 UTC 2018 pkgbase = astroid-git pkgdesc = a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others - pkgver = v0.13.r24.g20b9171 + pkgver = v0.14.r0.g3e6c863 pkgrel = 1 url = https://github.com/astroidmail/astroid install = astroid.install @@ -16,6 +16,7 @@ pkgbase = astroid-git makedepends = pkg-config makedepends = python-gobject makedepends = cmark + makedepends = ruby-ronn depends = notmuch depends = boost depends = boost-libs @@ -32,9 +33,7 @@ pkgbase = astroid-git optdepends = cmark: for markdown to html composition provides = astroid source = astroid::git+https://github.com/astroidmail/astroid.git - source = astroid.1.gz md5sums = SKIP - md5sums = 1cae3fa289d3061dd7d1ac2aa1f9c643 pkgname = astroid-git diff --git a/PKGBUILD b/PKGBUILD index 6ab7981..9ede6eb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Gaute Hope _pkgname=astroid pkgname=$_pkgname-git -pkgver=v0.13.r24.g20b9171 +pkgver=v0.14.r0.g3e6c863 pkgrel=1 epoch= pkgdesc="a graphical threads-with-tags style, lightweight and fast, email client for notmuch, inspired by sup and others" @@ -10,7 +10,7 @@ url="https://github.com/astroidmail/astroid" license=('GPL') groups=() depends=('notmuch' 'boost' 'boost-libs' 'gmime' 'gtkmm3' 'webkit2gtk' 'libsass' 'libpeas' 'gobject-introspection' 'protobuf') -makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject' 'cmark') +makedepends=('cmake' 'ninja' 'git' 'pkg-config' 'python-gobject' 'cmark' 'ruby-ronn') checkdepends=('notmuch-runtime') optdepends=('gvim: default editor' 'emacs: can be used as editor' @@ -23,10 +23,9 @@ backup=() options=() install=$_pkgname.install changelog= -source=(astroid::git+https://github.com/astroidmail/astroid.git astroid.1.gz) +source=(astroid::git+https://github.com/astroidmail/astroid.git) noextract=() -md5sums=('SKIP' - '1cae3fa289d3061dd7d1ac2aa1f9c643') +md5sums=('SKIP') build() { cd "$srcdir/astroid" @@ -50,10 +49,6 @@ package() { cd "$srcdir/astroid" cd build DESTDIR="$pkgdir" ninja install - - # install manpage - mkdir -p "$pkgdir/usr/share/man/man1" - cp "$srcdir/astroid.1.gz" "$pkgdir/usr/share/man/man1/" } pkgver() { diff --git a/astroid.1.gz b/astroid.1.gz deleted file mode 100644 index a3a5ff9..0000000 Binary files a/astroid.1.gz and /dev/null differ