[arch-commits] Commit in nextcloud-app-tasks/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Thu Feb 8 10:41:11 UTC 2018


    Date: Thursday, February 8, 2018 @ 10:41:09
  Author: spupykin
Revision: 290260

archrelease: copy trunk to community-any

Added:
  nextcloud-app-tasks/repos/community-any/PKGBUILD
    (from rev 290259, nextcloud-app-tasks/trunk/PKGBUILD)
Deleted:
  nextcloud-app-tasks/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   44 ++++++++++++++++++++++----------------------
 1 file changed, 22 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-08 10:40:49 UTC (rev 290259)
+++ PKGBUILD	2018-02-08 10:41:09 UTC (rev 290260)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Jonas Heinrich <onny at project-insanity.org>
-# Contributor: Jonas Heinrich <onny at project-insanity.org>
-
-pkgname=nextcloud-app-tasks
-pkgver=0.9.5
-pkgrel=1
-pkgdesc="Enhanced task app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/tasks"
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz")
-sha512sums=('ba66e90ab9021cce29514839cc9bc694a09b652b954b669b72c40b2e04f9f80e638c67a871b6134cd1dcb2c3f49bb1033473b36d0577e1001e0057b860fe0a23')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/tasks-$pkgver" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
-}

Copied: nextcloud-app-tasks/repos/community-any/PKGBUILD (from rev 290259, nextcloud-app-tasks/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-08 10:41:09 UTC (rev 290260)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Jonas Heinrich <onny at project-insanity.org>
+# Contributor: Jonas Heinrich <onny at project-insanity.org>
+
+pkgname=nextcloud-app-tasks
+pkgver=0.9.6
+pkgrel=1
+pkgdesc="Enhanced task app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/tasks"
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz")
+sha512sums=('41e0eb1796933ee87023671ca51110ad913f22e591f3149fdfba4bd922428a3412601494598a14dfbd4f794270b093f460e429e828bb3a649b72a077defb627b')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/tasks-$pkgver" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
+}



More information about the arch-commits mailing list