Date: Sunday, December 24, 2017 @ 14:29:31 Author: demize Revision: 275775
archrelease: copy trunk to community-x86_64 Added: zathura-djvu/repos/community-x86_64/PKGBUILD (from rev 275774, zathura-djvu/trunk/PKGBUILD) Deleted: zathura-djvu/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------ 1 file changed, 30 insertions(+), 30 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2017-12-24 14:29:25 UTC (rev 275774) +++ PKGBUILD 2017-12-24 14:29:31 UTC (rev 275775) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Johannes Löthberg <johan...@kyriasis.com> -# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> -# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: karnath <karnathtorj...@gmail.com> - -pkgname=zathura-djvu -pkgver=0.2.6 -pkgrel=1 - -pkgdesc="DjVu support for Zathura" -url="https://pwmt.org/projects/zathura-djvu/" -arch=('i686' 'x86_64') -license=('custom') - -depends=('djvulibre' 'zathura' 'desktop-file-utils') - -source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz) - -sha1sums=('8fd8ff2ac19d1deea90b737f2bd8b6de415ff502') - -build(){ - make -C zathura-djvu-$pkgver -} - -package(){ - make -C zathura-djvu-$pkgver DESTDIR="$pkgdir" install - install -Dm0644 zathura-djvu-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} - Copied: zathura-djvu/repos/community-x86_64/PKGBUILD (from rev 275774, zathura-djvu/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2017-12-24 14:29:31 UTC (rev 275775) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Johannes Löthberg <johan...@kyriasis.com> +# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> +# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: karnath <karnathtorj...@gmail.com> + +pkgname=zathura-djvu +pkgver=0.2.7 +pkgrel=1 + +pkgdesc="DjVu support for Zathura" +url="https://pwmt.org/projects/zathura-djvu/" +arch=('x86_64') +license=('custom') + +depends=('djvulibre' 'zathura' 'desktop-file-utils') + +source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz) + +sha1sums=('90f39016a5de8623ea5e31aa56ed7c38a2f11919') + +build(){ + make -C zathura-djvu-$pkgver +} + +package(){ + make -C zathura-djvu-$pkgver DESTDIR="$pkgdir" install + install -Dm0644 zathura-djvu-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} +