[arch-commits] Commit in zathura-djvu/repos (3 files)

Johannes Löthberg demize at archlinux.org
Sun Feb 2 14:44:32 UTC 2020


    Date: Sunday, February 2, 2020 @ 14:44:32
  Author: demize
Revision: 561577

db-move: moved zathura-djvu from [community-testing] to [community] (x86_64)

Added:
  zathura-djvu/repos/community-x86_64/PKGBUILD
    (from rev 561576, zathura-djvu/repos/community-testing-x86_64/PKGBUILD)
Deleted:
  zathura-djvu/repos/community-testing-x86_64/
  zathura-djvu/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   32 ++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   33 ---------------------------------
 2 files changed, 32 insertions(+), 33 deletions(-)

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2020-02-02 14:44:30 UTC (rev 561576)
+++ community-x86_64/PKGBUILD	2020-02-02 14:44:32 UTC (rev 561577)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: karnath <karnathtorjian at gmail.com>
-
-pkgname=zathura-djvu
-pkgver=0.2.8
-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')
-makedepends=('meson' 'ninja')
-
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.xz)
-
-sha1sums=('5b567669ce175d0b223d5e6d81c7508f41e917e6')
-
-build(){
-  cd zathura-djvu-$pkgver
-  arch-meson build
-  ninja -C build
-}
-
-package(){
-  DESTDIR="$pkgdir" ninja -C zathura-djvu-$pkgver/build install
-  install -Dm0644 zathura-djvu-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: zathura-djvu/repos/community-x86_64/PKGBUILD (from rev 561576, zathura-djvu/repos/community-testing-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2020-02-02 14:44:32 UTC (rev 561577)
@@ -0,0 +1,32 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: karnath <karnathtorjian at gmail.com>
+
+pkgname=zathura-djvu
+pkgver=0.2.9
+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')
+makedepends=('meson' 'ninja')
+
+source=(zathura-djvu-$pkgver.tar.gz::https://github.com/pwmt/zathura-djvu/archive/$pkgver.tar.gz)
+
+sha1sums=('a0b95991138729fd918c5ea2c3a5a8193696fe65')
+
+build(){
+  cd zathura-djvu-$pkgver
+  arch-meson build
+  ninja -C build
+}
+
+package(){
+  DESTDIR="$pkgdir" ninja -C zathura-djvu-$pkgver/build install
+  install -Dm0644 zathura-djvu-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



More information about the arch-commits mailing list