Date: Thursday, September 19, 2019 @ 11:05:06 Author: spupykin Revision: 511163
archrelease: copy trunk to community-any Added: nextcloud-app-notes/repos/community-any/PKGBUILD (from rev 511162, 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-09-19 11:04:58 UTC (rev 511162) +++ PKGBUILD 2019-09-19 11:05:06 UTC (rev 511163) @@ -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=3.0.2 -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=('6238e5d912fcb2654f24bc1008b0df843b77840ddf4c85f0658d93cd5fc4452f371b9a5abef76cccd23cf0f1ab6e7c803fee7c0ccbccbc1cc5122bcbe8e8749c') - -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 511162, nextcloud-app-notes/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2019-09-19 11:05:06 UTC (rev 511163) @@ -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=3.0.3 +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=('7e50b16d467cc270433fa992e52672afa1cf048b406b15211d2ea9d696b5d1688f9033015005c0e027760a1e69f943fe2238b672bde6a17dc9f01c64ac4ae5a5') + +package() { + install -d "${pkgdir}/usr/share/webapps/nextcloud/apps" + cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes" +}