[arch-commits] Commit in nextcloud-app-notes/repos/community-any (PKGBUILD PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Wed Mar 18 19:12:48 UTC 2020
Date: Wednesday, March 18, 2020 @ 19:12:48
Author: spupykin
Revision: 600653
archrelease: copy trunk to community-any
Added:
nextcloud-app-notes/repos/community-any/PKGBUILD
(from rev 600652, 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 2020-03-18 19:12:40 UTC (rev 600652)
+++ PKGBUILD 2020-03-18 19:12:48 UTC (rev 600653)
@@ -1,21 +0,0 @@
-# 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=3.1.5
-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=('b12fca90fb97cd9434db5847545e06b3587049c2ccad6e8f8f76a12894ca59053278cbd4af3083c455a03639769e4006d5afa4ae35e35c8b8482219b47cf178e')
-
-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 600652, nextcloud-app-notes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-03-18 19:12:48 UTC (rev 600653)
@@ -0,0 +1,21 @@
+# 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=3.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/${pkgver}/notes.tar.gz")
+sha512sums=('f2e8b992371f5d3ea824819034cb9aa62ffbe96914f36e11284f402e962ea9a6c41b5625d411e96cc192bf5056d5609ad71569dea9e052fdcd5ec5c38ff55cbb')
+
+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