Date: Saturday, July 27, 2019 @ 00:22:59
  Author: spupykin
Revision: 492989

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   42 +++++++++++++++++++++---------------------
 1 file changed, 21 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-07-27 00:22:51 UTC (rev 492988)
+++ PKGBUILD    2019-07-27 00:22:59 UTC (rev 492989)
@@ -1,21 +0,0 @@
-# Maintainer: Sergej Pupykin <[email protected]>
-# Maintainer: David Runge <[email protected]>
-# Contributor: David Runge <[email protected]>
-
-pkgname=nextcloud-app-notes
-pkgver=3.0.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=('95d861b076fa9a1dd78ca604dbcf0e8bb34cba38e401278f2336d51137ba0689076798c8a5966b0f4ccfb2ffe0c7720bb23af934ab370e6a35e8b7fbfbd7fa84')
-
-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 492988, 
nextcloud-app-notes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-07-27 00:22:59 UTC (rev 492989)
@@ -0,0 +1,21 @@
+# Maintainer: Sergej Pupykin <[email protected]>
+# Maintainer: David Runge <[email protected]>
+# Contributor: David Runge <[email protected]>
+
+pkgname=nextcloud-app-notes
+pkgver=3.0.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/${pkgver}/notes.tar.gz";)
+sha512sums=('6e715669c200daeeca1cd45b0ccb5f8ae024845940cf606a4a2263acce1598a570844d81cfb474c16fe42273baa0ceb07a2cb70ee3334cf181c61dc932c52f81')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
+}

Reply via email to