[arch-commits] Commit in zeal/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Thu Oct 11 07:35:16 UTC 2018


    Date: Thursday, October 11, 2018 @ 07:35:15
  Author: bpiotrowski
Revision: 392262

archrelease: copy trunk to community-x86_64

Added:
  zeal/repos/community-x86_64/PKGBUILD
    (from rev 392261, zeal/trunk/PKGBUILD)
Deleted:
  zeal/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-11 07:35:10 UTC (rev 392261)
+++ PKGBUILD	2018-10-11 07:35:15 UTC (rev 392262)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
-# Contributor: Oleg Shparber <trollixx+aur at gmail.com>
-# Contributor: Thomas Weißschuh <thomas t-8ch de>
-
-pkgname=zeal
-epoch=1
-pkgver=0.6.0
-pkgrel=1
-pkgdesc='An offline API documentation browser'
-arch=('x86_64')
-url='https://zealdocs.org/'
-license=(GPL3)
-depends=(qt5-webkit hicolor-icon-theme libarchive qt5-x11extras)
-makedepends=(cmake ninja extra-cmake-modules)
-source=(zeal-${pkgver}.tar.gz::https://github.com/zealdocs/zeal/archive/v${pkgver}.tar.gz)
-sha256sums=('ef307d3ad4f03c76fa5fc249f8e7e04de879aa7574bec1ff8be548dbc2c02973')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake -G Ninja \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release \
-    "$srcdir/$pkgname-$pkgver"
-
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-}

Copied: zeal/repos/community-x86_64/PKGBUILD (from rev 392261, zeal/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-11 07:35:15 UTC (rev 392262)
@@ -0,0 +1,35 @@
+# Maintainer:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
+# Contributor: Oleg Shparber <trollixx+aur at gmail.com>
+# Contributor: Thomas Weißschuh <thomas t-8ch de>
+
+pkgname=zeal
+epoch=1
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='An offline API documentation browser'
+arch=('x86_64')
+url='https://zealdocs.org/'
+license=(GPL3)
+depends=(qt5-webkit hicolor-icon-theme libarchive qt5-x11extras)
+makedepends=(cmake ninja extra-cmake-modules)
+source=(zeal-${pkgver}.tar.gz::https://github.com/zealdocs/zeal/archive/v${pkgver}.tar.gz)
+sha256sums=('095c08f9903071849d5c79878abd48237ce1615f16d324afff1873ab6b5f0026')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake -G Ninja \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_BUILD_TYPE=Release \
+    "$srcdir/$pkgname-$pkgver"
+
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}



More information about the arch-commits mailing list