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

Sergej Pupykin spupykin at archlinux.org
Tue Jul 4 10:57:27 UTC 2017


    Date: Tuesday, July 4, 2017 @ 10:57:26
  Author: spupykin
Revision: 242298

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-04 10:57:11 UTC (rev 242297)
+++ PKGBUILD	2017-07-04 10:57:26 UTC (rev 242298)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: David Runge <dave at sleepmap.de>
-
-pkgname=nextcloud-app-notes
-pkgver=2.2.0
-pkgrel=1
-pkgdesc="Simple Notes app for Nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/notes"
-license=('AGPL3')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz")
-sha512sums=('c4329123623aa1018237376eec46b6bb4f2705554df8a4b7d4109591749db952dd4c21b6a612df1a7f26e32cd0668331569196782229c0d7fcb0af714d41c482')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
-}

Copied: nextcloud-app-notes/repos/community-any/PKGBUILD (from rev 242297, nextcloud-app-notes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-07-04 10:57:26 UTC (rev 242298)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: David Runge <dave at sleepmap.de>
+
+pkgname=nextcloud-app-notes
+pkgver=2.3.1
+pkgrel=1
+pkgdesc="Simple Notes app for Nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/notes"
+license=('AGPL3')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz")
+sha512sums=('229d75c1442f98ea4668efafce7ace6b9c07afd55946ec67f4a83a0b6de58af4f34c1214496fb51941828ac510239e86b6c34bb189d6885947bb70baa0cacb8f')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
+}



More information about the arch-commits mailing list