Date: Sunday, March 5, 2023 @ 13:14:59
  Author: antiz
Revision: 1413332

archrelease: copy trunk to community-x86_64

Added:
  zathura-cb/repos/community-x86_64/PKGBUILD
    (from rev 1413331, zathura-cb/trunk/PKGBUILD)
Deleted:
  zathura-cb/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-05 13:14:30 UTC (rev 1413331)
+++ PKGBUILD    2023-03-05 13:14:59 UTC (rev 1413332)
@@ -1,33 +0,0 @@
-# Maintainer: Johannes Löthberg <[email protected]>
-# Contributor: Lex Black <autumn-wind at web dot de>
-
-pkgname=zathura-cb
-pkgver=0.1.10
-pkgrel=1
-
-pkgdesc="Adds comic book support to zathura"
-url="https://git.pwmt.org/pwmt/zathura-cb";
-arch=('x86_64')
-license=('custom:zlib')
-
-depends=('zathura' 'libarchive' 'desktop-file-utils')
-makedepends=('meson' 'ninja')
-
-source=(zathura-cb-$pkgver.tar.gz::https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.xz)
-
-sha256sums=('89b0ca17a80cba1ea9fd1b3b72f3a7173f0aad3a06a8c364d865c4999c18bbc8')
-
-build() {
-  cd zathura-cb-$pkgver
-  arch-meson build
-
-  cd build
-  ninja
-}
-
-package() {
-  cd zathura-cb-$pkgver/build
-
-  DESTDIR="$pkgdir" ninja install
-  install -Dm664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-cb/repos/community-x86_64/PKGBUILD (from rev 1413331, 
zathura-cb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-03-05 13:14:59 UTC (rev 1413332)
@@ -0,0 +1,34 @@
+# Maintainer: Johannes Löthberg <[email protected]>
+# Maintainer: Robin Candau <[email protected]>
+# Contributor: Lex Black <autumn-wind at web dot de>
+
+pkgname=zathura-cb
+pkgver=0.1.10
+pkgrel=2
+
+pkgdesc="Adds comic book support to zathura"
+url="https://pwmt.org/projects/zathura-cb/";
+arch=('x86_64')
+license=('custom:zlib')
+
+depends=('zathura' 'libarchive' 'desktop-file-utils')
+makedepends=('meson' 'ninja')
+
+source=(zathura-cb-$pkgver.tar.gz::https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.xz)
+
+sha256sums=('89b0ca17a80cba1ea9fd1b3b72f3a7173f0aad3a06a8c364d865c4999c18bbc8')
+
+build() {
+  cd zathura-cb-$pkgver
+  arch-meson build
+
+  cd build
+  ninja
+}
+
+package() {
+  cd zathura-cb-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+  install -Dm664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to