diff options
author | Andreas Grapentin <andreas@grapentin.org> | 2018-07-09 16:01:10 +0200 |
---|---|---|
committer | Andreas Grapentin <andreas@grapentin.org> | 2018-07-09 16:01:10 +0200 |
commit | 6c84ce74ddf2e63ed6b46f4c2492270a7b4f8df4 (patch) | |
tree | 55a2a3fc05a06c32c48622ba626a694ac8db5afc /pcr/papis/PKGBUILD | |
parent | a812654af8518e3027ea94633a8cf6aa8d06ec44 (diff) | |
download | abslibre-6c84ce74ddf2e63ed6b46f4c2492270a7b4f8df4.tar.gz abslibre-6c84ce74ddf2e63ed6b46f4c2492270a7b4f8df4.tar.bz2 abslibre-6c84ce74ddf2e63ed6b46f4c2492270a7b4f8df4.zip |
pcr/papis: updated to 0.6
Diffstat (limited to 'pcr/papis/PKGBUILD')
-rw-r--r-- | pcr/papis/PKGBUILD | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/pcr/papis/PKGBUILD b/pcr/papis/PKGBUILD index 1503d0271..5348aa7f6 100644 --- a/pcr/papis/PKGBUILD +++ b/pcr/papis/PKGBUILD @@ -1,5 +1,5 @@ pkgname="papis" -pkgver=0.5.3 +pkgver=0.6 pkgrel=1 pkgdesc="Powerful and highly extensible command-line based document and bibliography manager." arch=(any) @@ -23,8 +23,15 @@ depends=("python-setuptools" "python-pylibgen" "python-urwid" "python-habanero") -source=($pkgname-$pkgver.tar.gz::https://github.com/papis/papis/archive/v$pkgver.tar.gz) -sha256sums=('7463ac387b50b77ca122b2febdb21f8f7c689395f13242542ba510957dc358b7') +source=($pkgname-$pkgver.tar.gz::https://github.com/papis/papis/archive/v$pkgver.tar.gz + $pkgname-vim-gui-add-notes-edit-key.patch) +sha256sums=('2cb30ea9451e0a8b081d6ea9153f5220d703a4a49cf58ff0dd909bf249c50f81' + 'ec7a2ada63b5eac58cc89e0230ef6db3438357c2669b7c0f88e247e0266cbe53') + +prepare() { + cd "$srcdir/$pkgname-$pkgver" + patch -Np1 -i "$srcdir/$pkgname-vim-gui-add-notes-edit-key.patch" +} build () { cd "$srcdir/$pkgname-$pkgver" |