Date: Friday, November 30, 2018 @ 17:50:57 Author: spupykin Revision: 410652
archrelease: copy trunk to community-any Added: nextcloud-app-notes/repos/community-any/PKGBUILD (from rev 410651, 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 2018-11-30 17:50:43 UTC (rev 410651) +++ PKGBUILD 2018-11-30 17:50:57 UTC (rev 410652) @@ -1,21 +0,0 @@ -# Maintainer: Sergej Pupykin <arch+...@sergej.pp.ru> -# Maintainer: David Runge <d...@sleepmap.de> -# Contributor: David Runge <d...@sleepmap.de> - -pkgname=nextcloud-app-notes -pkgver=2.5.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=('04d8e5cda32f4d500c7b639cd3d98101c6a6bd0bd558a6d711999771fa4bd46a435138efac62078ce9b3fec4a7b12a24d5e13a90872fe98352b3d6445d272556') - -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 410651, nextcloud-app-notes/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-11-30 17:50:57 UTC (rev 410652) @@ -0,0 +1,21 @@ +# Maintainer: Sergej Pupykin <arch+...@sergej.pp.ru> +# Maintainer: David Runge <d...@sleepmap.de> +# Contributor: David Runge <d...@sleepmap.de> + +pkgname=nextcloud-app-notes +pkgver=2.5.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=('c1d9a1e79f11549a27a877f31de74b59523117a8a9da39a8827a7a6f9f80500157657cf4228b241d86a08cd5e01c8e310be4b04c34a238615c68827b0a1c6b31') + +package() { + install -d "${pkgdir}/usr/share/webapps/nextcloud/apps" + cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes" +}