Date: Sunday, December 24, 2017 @ 14:27:22 Author: demize Revision: 275773
archrelease: copy trunk to community-x86_64 Added: zathura-cb/repos/community-x86_64/PKGBUILD (from rev 275772, zathura-cb/trunk/PKGBUILD) Deleted: zathura-cb/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2017-12-24 14:27:16 UTC (rev 275772) +++ PKGBUILD 2017-12-24 14:27:22 UTC (rev 275773) @@ -1,28 +0,0 @@ -# Maintainer: Johannes Löthberg <johan...@kyriasis.com> -# Contributor: Lex Black <autumn-wind at web dot de> - -pkgname=zathura-cb -pkgver=0.1.6 -pkgrel=1 - -pkgdesc="Adds comic book support to zathura" -url="http://pwmt.org/projects/zathura-cb/" -arch=('i686' 'x86_64') -license=('custom:zlib') - -depends=('zathura' 'libarchive' 'desktop-file-utils') - -source=(https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.gz) - -sha1sums=('73b7cea040ebf603253894f6e08c1b5bd183cd76') - -build() { - make -C zathura-cb-$pkgver -} - -package() { - cd zathura-cb-$pkgver - - make DESTDIR="$pkgdir" install - install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE -} Copied: zathura-cb/repos/community-x86_64/PKGBUILD (from rev 275772, zathura-cb/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2017-12-24 14:27:22 UTC (rev 275773) @@ -0,0 +1,28 @@ +# Maintainer: Johannes Löthberg <johan...@kyriasis.com> +# Contributor: Lex Black <autumn-wind at web dot de> + +pkgname=zathura-cb +pkgver=0.1.7 +pkgrel=1 + +pkgdesc="Adds comic book support to zathura" +url="http://pwmt.org/projects/zathura-cb/" +arch=('x86_64') +license=('custom:zlib') + +depends=('zathura' 'libarchive' 'desktop-file-utils') + +source=(https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.gz) + +sha1sums=('4b17bc78d8f057e0da1a66f6e6de295938fb55e0') + +build() { + make -C zathura-cb-$pkgver +} + +package() { + cd zathura-cb-$pkgver + + make DESTDIR="$pkgdir" install + install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +}