[arch-commits] Commit in nextcloud/repos/community-any (22 files)

2022-07-19 Thread Sergej Pupykin via arch-commits
Date: Tuesday, July 19, 2022 @ 19:37:30
  Author: spupykin
Revision: 1254703

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 1254702, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 1254702, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud-cron.service
(from rev 1254702, nextcloud/trunk/nextcloud-cron.service)
  nextcloud/repos/community-any/nextcloud-cron.timer
(from rev 1254702, nextcloud/trunk/nextcloud-cron.timer)
  nextcloud/repos/community-any/nextcloud.config.php
(from rev 1254702, nextcloud/trunk/nextcloud.config.php)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 1254702, nextcloud/trunk/nextcloud.hook)
  nextcloud/repos/community-any/nextcloud.install
(from rev 1254702, nextcloud/trunk/nextcloud.install)
  nextcloud/repos/community-any/nextcloud.occ.sh
(from rev 1254702, nextcloud/trunk/nextcloud.occ.sh)
  nextcloud/repos/community-any/nextcloud.sysusers
(from rev 1254702, nextcloud/trunk/nextcloud.sysusers)
  nextcloud/repos/community-any/nextcloud.tmpfiles
(from rev 1254702, nextcloud/trunk/nextcloud.tmpfiles)
  nextcloud/repos/community-any/nextcloud.uwsgi
(from rev 1254702, nextcloud/trunk/nextcloud.uwsgi)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud-cron.service
  nextcloud/repos/community-any/nextcloud-cron.timer
  nextcloud/repos/community-any/nextcloud.config.php
  nextcloud/repos/community-any/nextcloud.hook
  nextcloud/repos/community-any/nextcloud.install
  nextcloud/repos/community-any/nextcloud.occ.sh
  nextcloud/repos/community-any/nextcloud.sysusers
  nextcloud/repos/community-any/nextcloud.tmpfiles
  nextcloud/repos/community-any/nextcloud.uwsgi

+
 PKGBUILD   |  372 +++
 apache.example.conf|   42 ++---
 nextcloud-cron.service |   12 -
 nextcloud-cron.timer   |   18 +-
 nextcloud.config.php   |   34 ++--
 nextcloud.hook |   26 +--
 nextcloud.install  |   32 ++--
 nextcloud.occ.sh   |   90 +--
 nextcloud.sysusers |2 
 nextcloud.tmpfiles |   18 +-
 nextcloud.uwsgi|  164 ++--
 11 files changed, 405 insertions(+), 405 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-07-19 19:37:08 UTC (rev 1254702)
+++ PKGBUILD2022-07-19 19:37:30 UTC (rev 1254703)
@@ -1,186 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-
-pkgname=nextcloud
-# NOTE: always check first whether the version is supposed to be packaged:
-# https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
-pkgver=24.0.2
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=(any)
-url="https://nextcloud.com;
-license=(AGPL3)
-makedepends=(php php-gd)
-optdepends=(
-  'curl: for webcron jobs from within uwsgi'
-  'ffmpeg: for preview generation'
-  'libreoffice: for preview generation'
-  'mariadb: to use a local MariaDB server'
-  'memcached: to use a local memcached server'
-  'mod_itk: to use the Apache web server'
-  'postgresql: to use a local PostgreSQL server'
-  'redis: to use a local Redis server'
-  'smbclient: for SMB/CIFS integration'
-  'sudo: for privilege elevation in occ command when not run as root'
-)
-backup=(
-  etc/webapps/$pkgname/config/config.php
-  etc/webapps/$pkgname/.htaccess
-  etc/uwsgi/$pkgname.ini
-)
-# there are no elf files, no need to strip anything
-options=(!strip)
-install=$pkgname.install
-source=(
-  
https://download.nextcloud.com/server/releases/$pkgname-$pkgver.tar.bz2{,.asc}
-  apache.example.conf
-  $pkgname.config.php
-  $pkgname.hook
-  $pkgname.occ.sh
-  $pkgname.sysusers
-  $pkgname.tmpfiles
-  $pkgname.uwsgi
-  $pkgname-cron.service
-  $pkgname-cron.timer
-)
-sha512sums=('937855549c1060546aa61a95e51485d70145253072f2e1def4da622c33822a31516f820ed82933d9e9ec32748553430bbea42b8840e534d8f6310c9a9d565db0'
-'SKIP'
-
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
-
'92592f9a76ee534d0ae6d3aedf2257c147337debe7e2d6dbec1daff66a682e3abc74611e08662058de314bf3ea6ff1c85efd678674b782d71251c38786e446f9'
-
'2791382d7b005c64cd6938695f273e83435cc5f1b785fe7d44d6dbd69864c502847e45d93c4a5f6752a759a660118279e3e22e5bc32f79b8775693fde603a9c5'
-
'20f12f0bb1d0ac735fb86e79e90fb99028e06e0d5a6842d449e443b418442682cad2573cfd4bf8e2a802c2aeb5780bce4647d45054bbc38156ae037802358698'
-
'1d06f339c43d57e5f5406c2698b815241fd9e39039a9e55f777face510c9a5ddae5ccd4e051393e8f16f391301a6aa03fff2462837a2d3441d969ea7195e7d84'
-

[arch-commits] Commit in nextcloud/repos/community-any (22 files)

2022-06-20 Thread Sergej Pupykin via arch-commits
Date: Monday, June 20, 2022 @ 21:10:53
  Author: spupykin
Revision: 1238725

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 1238724, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 1238724, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud-cron.service
(from rev 1238724, nextcloud/trunk/nextcloud-cron.service)
  nextcloud/repos/community-any/nextcloud-cron.timer
(from rev 1238724, nextcloud/trunk/nextcloud-cron.timer)
  nextcloud/repos/community-any/nextcloud.config.php
(from rev 1238724, nextcloud/trunk/nextcloud.config.php)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 1238724, nextcloud/trunk/nextcloud.hook)
  nextcloud/repos/community-any/nextcloud.install
(from rev 1238724, nextcloud/trunk/nextcloud.install)
  nextcloud/repos/community-any/nextcloud.occ.sh
(from rev 1238724, nextcloud/trunk/nextcloud.occ.sh)
  nextcloud/repos/community-any/nextcloud.sysusers
(from rev 1238724, nextcloud/trunk/nextcloud.sysusers)
  nextcloud/repos/community-any/nextcloud.tmpfiles
(from rev 1238724, nextcloud/trunk/nextcloud.tmpfiles)
  nextcloud/repos/community-any/nextcloud.uwsgi
(from rev 1238724, nextcloud/trunk/nextcloud.uwsgi)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud-cron.service
  nextcloud/repos/community-any/nextcloud-cron.timer
  nextcloud/repos/community-any/nextcloud.config.php
  nextcloud/repos/community-any/nextcloud.hook
  nextcloud/repos/community-any/nextcloud.install
  nextcloud/repos/community-any/nextcloud.occ.sh
  nextcloud/repos/community-any/nextcloud.sysusers
  nextcloud/repos/community-any/nextcloud.tmpfiles
  nextcloud/repos/community-any/nextcloud.uwsgi

+
 PKGBUILD   |  372 +++
 apache.example.conf|   42 ++---
 nextcloud-cron.service |   12 -
 nextcloud-cron.timer   |   18 +-
 nextcloud.config.php   |   34 ++--
 nextcloud.hook |   26 +--
 nextcloud.install  |   32 ++--
 nextcloud.occ.sh   |   90 +--
 nextcloud.sysusers |2 
 nextcloud.tmpfiles |   18 +-
 nextcloud.uwsgi|  164 ++--
 11 files changed, 405 insertions(+), 405 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2022-06-20 21:10:29 UTC (rev 1238724)
+++ PKGBUILD2022-06-20 21:10:53 UTC (rev 1238725)
@@ -1,186 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-
-pkgname=nextcloud
-# NOTE: always check first whether the version is supposed to be packaged:
-# https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
-pkgver=24.0.1
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=(any)
-url="https://nextcloud.com;
-license=(AGPL3)
-makedepends=(php php-gd)
-optdepends=(
-  'curl: for webcron jobs from within uwsgi'
-  'ffmpeg: for preview generation'
-  'libreoffice: for preview generation'
-  'mariadb: to use a local MariaDB server'
-  'memcached: to use a local memcached server'
-  'mod_itk: to use the Apache web server'
-  'postgresql: to use a local PostgreSQL server'
-  'redis: to use a local Redis server'
-  'smbclient: for SMB/CIFS integration'
-  'sudo: for privilege elevation in occ command when not run as root'
-)
-backup=(
-  etc/webapps/$pkgname/config/config.php
-  etc/webapps/$pkgname/.htaccess
-  etc/uwsgi/$pkgname.ini
-)
-# there are no elf files, no need to strip anything
-options=(!strip)
-install=$pkgname.install
-source=(
-  
https://download.nextcloud.com/server/releases/$pkgname-$pkgver.tar.bz2{,.asc}
-  apache.example.conf
-  $pkgname.config.php
-  $pkgname.hook
-  $pkgname.occ.sh
-  $pkgname.sysusers
-  $pkgname.tmpfiles
-  $pkgname.uwsgi
-  $pkgname-cron.service
-  $pkgname-cron.timer
-)
-sha512sums=('29746cd27356ee81c310854b714189a3d1a3817683cc29706af3d76daa70ceeb1201ead92ba3f6ac0de4c6ccdf6a9bbcf646246dd213fbc85638f92e0d73a2d2'
-'SKIP'
-
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
-
'92592f9a76ee534d0ae6d3aedf2257c147337debe7e2d6dbec1daff66a682e3abc74611e08662058de314bf3ea6ff1c85efd678674b782d71251c38786e446f9'
-
'2791382d7b005c64cd6938695f273e83435cc5f1b785fe7d44d6dbd69864c502847e45d93c4a5f6752a759a660118279e3e22e5bc32f79b8775693fde603a9c5'
-
'20f12f0bb1d0ac735fb86e79e90fb99028e06e0d5a6842d449e443b418442682cad2573cfd4bf8e2a802c2aeb5780bce4647d45054bbc38156ae037802358698'
-
'1d06f339c43d57e5f5406c2698b815241fd9e39039a9e55f777face510c9a5ddae5ccd4e051393e8f16f391301a6aa03fff2462837a2d3441d969ea7195e7d84'
-

[arch-commits] Commit in nextcloud/repos/community-any (22 files)

2021-11-16 Thread Sergej Pupykin via arch-commits
Date: Tuesday, November 16, 2021 @ 12:46:34
  Author: spupykin
Revision: 1048779

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 1048777, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 1048777, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud-cron.service
(from rev 1048777, nextcloud/trunk/nextcloud-cron.service)
  nextcloud/repos/community-any/nextcloud-cron.timer
(from rev 1048777, nextcloud/trunk/nextcloud-cron.timer)
  nextcloud/repos/community-any/nextcloud.config.php
(from rev 1048777, nextcloud/trunk/nextcloud.config.php)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 1048777, nextcloud/trunk/nextcloud.hook)
  nextcloud/repos/community-any/nextcloud.install
(from rev 1048777, nextcloud/trunk/nextcloud.install)
  nextcloud/repos/community-any/nextcloud.occ.sh
(from rev 1048777, nextcloud/trunk/nextcloud.occ.sh)
  nextcloud/repos/community-any/nextcloud.sysusers
(from rev 1048777, nextcloud/trunk/nextcloud.sysusers)
  nextcloud/repos/community-any/nextcloud.tmpfiles
(from rev 1048777, nextcloud/trunk/nextcloud.tmpfiles)
  nextcloud/repos/community-any/nextcloud.uwsgi
(from rev 1048778, nextcloud/trunk/nextcloud.uwsgi)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud-cron.service
  nextcloud/repos/community-any/nextcloud-cron.timer
  nextcloud/repos/community-any/nextcloud.config.php
  nextcloud/repos/community-any/nextcloud.hook
  nextcloud/repos/community-any/nextcloud.install
  nextcloud/repos/community-any/nextcloud.occ.sh
  nextcloud/repos/community-any/nextcloud.sysusers
  nextcloud/repos/community-any/nextcloud.tmpfiles
  nextcloud/repos/community-any/nextcloud.uwsgi

+
 PKGBUILD   |  256 +++
 apache.example.conf|   42 +++
 nextcloud-cron.service |   18 +--
 nextcloud-cron.timer   |   18 +--
 nextcloud.config.php   |   34 +++---
 nextcloud.hook |   26 ++--
 nextcloud.install  |   32 ++---
 nextcloud.occ.sh   |   90 
 nextcloud.sysusers |2 
 nextcloud.tmpfiles |   18 +--
 nextcloud.uwsgi|  164 +++---
 11 files changed, 350 insertions(+), 350 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-16 12:46:29 UTC (rev 1048778)
+++ PKGBUILD2021-11-16 12:46:34 UTC (rev 1048779)
@@ -1,128 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-
-pkgname=nextcloud
-# NOTE: do not package x.0.0 versions as they are considered beta
-pkgver=22.2.2
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL3')
-depends=('php>=8.0.0' 'php<8.1.0' 'php-gd')
-optdepends=(
-  'curl: for webcron jobs from within uwsgi'
-  'ffmpeg: for preview generation'
-  'libreoffice: for preview generation'
-  'mariadb: to use a local MariaDB server'
-  'memcached: to use a local memcached server'
-  'php-apcu: for caching with APCU'
-  'php-apache: to use the Apache web server'
-  'mod_itk: to use the Apache web server'
-  'php-fpm: to run in fastCGI process manager'
-  'php-imagick: for preview generation'
-  'php-imap: for external user authentication'
-  'php-intl: to increase language translation performance and fix sorting'
-  'php-memcached: for caching with memcached'
-  'php-pgsql: to use the PostgreSQL database backend'
-  'php-redis: for caching with redis'
-  'php-sqlite: to use the SQLite database backend'
-  'postgresql: to use a local PostgreSQL server'
-  'redis: to use a local Redis server'
-  'smbclient: for SMB/CIFS integration'
-  'sudo: for privilege elevation in occ command when not run as root'
-  'uwsgi-plugin-php: run as application container'
-)
-backup=(
-  "etc/webapps/${pkgname}/config/config.php"
-  "etc/webapps/${pkgname}/.htaccess"
-  "etc/uwsgi/${pkgname}.ini"
-)
-# there are no elf files, no need to strip anything
-options=(!strip)
-install="${pkgname}.install"
-source=(
-  
"https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-  'apache.example.conf'
-  "${pkgname}.config.php"
-  "${pkgname}.hook"
-  "${pkgname}.occ.sh"
-  "${pkgname}.sysusers"
-  "${pkgname}.tmpfiles"
-  "${pkgname}.uwsgi"
-  "${pkgname}-cron.service"
-  "${pkgname}-cron.timer"
-)
-sha512sums=('dbe481e34af358bb97ca39c7265a5863dcc7d2d08c34e9a596830401a304452bc2e47cb8ff13074c698e7c6a70a95473464617c00a5bfa51fdda456db32d4574'
-'SKIP'
-
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
-

[arch-commits] Commit in nextcloud/repos/community-any (22 files)

2021-11-12 Thread David Runge via arch-commits
Date: Friday, November 12, 2021 @ 18:29:33
  Author: dvzrv
Revision: 1043919

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 1043918, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 1043918, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud-cron.service
(from rev 1043918, nextcloud/trunk/nextcloud-cron.service)
  nextcloud/repos/community-any/nextcloud-cron.timer
(from rev 1043918, nextcloud/trunk/nextcloud-cron.timer)
  nextcloud/repos/community-any/nextcloud.config.php
(from rev 1043918, nextcloud/trunk/nextcloud.config.php)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 1043918, nextcloud/trunk/nextcloud.hook)
  nextcloud/repos/community-any/nextcloud.install
(from rev 1043918, nextcloud/trunk/nextcloud.install)
  nextcloud/repos/community-any/nextcloud.occ.sh
(from rev 1043918, nextcloud/trunk/nextcloud.occ.sh)
  nextcloud/repos/community-any/nextcloud.sysusers
(from rev 1043918, nextcloud/trunk/nextcloud.sysusers)
  nextcloud/repos/community-any/nextcloud.tmpfiles
(from rev 1043918, nextcloud/trunk/nextcloud.tmpfiles)
  nextcloud/repos/community-any/nextcloud.uwsgi
(from rev 1043918, nextcloud/trunk/nextcloud.uwsgi)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud-cron.service
  nextcloud/repos/community-any/nextcloud-cron.timer
  nextcloud/repos/community-any/nextcloud.config.php
  nextcloud/repos/community-any/nextcloud.hook
  nextcloud/repos/community-any/nextcloud.install
  nextcloud/repos/community-any/nextcloud.occ.sh
  nextcloud/repos/community-any/nextcloud.sysusers
  nextcloud/repos/community-any/nextcloud.tmpfiles
  nextcloud/repos/community-any/nextcloud.uwsgi

+
 PKGBUILD   |  256 +++
 apache.example.conf|   42 +++
 nextcloud-cron.service |   18 +--
 nextcloud-cron.timer   |   18 +--
 nextcloud.config.php   |   34 +++---
 nextcloud.hook |   26 ++--
 nextcloud.install  |   32 ++---
 nextcloud.occ.sh   |   90 
 nextcloud.sysusers |2 
 nextcloud.tmpfiles |   18 +--
 nextcloud.uwsgi|  164 +++---
 11 files changed, 350 insertions(+), 350 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-12 18:29:19 UTC (rev 1043918)
+++ PKGBUILD2021-11-12 18:29:33 UTC (rev 1043919)
@@ -1,128 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-
-pkgname=nextcloud
-# NOTE: do not package x.0.0 versions as they are considered beta
-pkgver=22.2.1
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL3')
-depends=('php>=8.0.0' 'php<8.1.0' 'php-gd')
-optdepends=(
-  'curl: for webcron jobs from within uwsgi'
-  'ffmpeg: for preview generation'
-  'libreoffice: for preview generation'
-  'mariadb: to use a local MariaDB server'
-  'memcached: to use a local memcached server'
-  'php-apcu: for caching with APCU'
-  'php-apache: to use the Apache web server'
-  'mod_itk: to use the Apache web server'
-  'php-fpm: to run in fastCGI process manager'
-  'php-imagick: for preview generation'
-  'php-imap: for external user authentication'
-  'php-intl: to increase language translation performance and fix sorting'
-  'php-memcached: for caching with memcached'
-  'php-pgsql: to use the PostgreSQL database backend'
-  'php-redis: for caching with redis'
-  'php-sqlite: to use the SQLite database backend'
-  'postgresql: to use a local PostgreSQL server'
-  'redis: to use a local Redis server'
-  'smbclient: for SMB/CIFS integration'
-  'sudo: for privilege elevation in occ command when not run as root'
-  'uwsgi-plugin-php: run as application container'
-)
-backup=(
-  "etc/webapps/${pkgname}/config/config.php"
-  "etc/webapps/${pkgname}/.htaccess"
-  "etc/uwsgi/${pkgname}.ini"
-)
-# there are no elf files, no need to strip anything
-options=(!strip)
-install="${pkgname}.install"
-source=(
-  
"https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-  'apache.example.conf'
-  "${pkgname}.config.php"
-  "${pkgname}.hook"
-  "${pkgname}.occ.sh"
-  "${pkgname}.sysusers"
-  "${pkgname}.tmpfiles"
-  "${pkgname}.uwsgi"
-  "${pkgname}-cron.service"
-  "${pkgname}-cron.timer"
-)
-sha512sums=('3c12c1cd499f03f803be222d7f4c45ba9086121b567598817443a83b5b8a0ca6dc681ec02cd9411dfcefca8307ec39ea1797c78387c250fbc311951e3ec094cf'
-'SKIP'
-
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
-

[arch-commits] Commit in nextcloud/repos/community-any (22 files)

2021-11-11 Thread David Runge via arch-commits
Date: Thursday, November 11, 2021 @ 17:40:24
  Author: dvzrv
Revision: 1042336

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 1042334, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 1042334, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud-cron.service
(from rev 1042334, nextcloud/trunk/nextcloud-cron.service)
  nextcloud/repos/community-any/nextcloud-cron.timer
(from rev 1042334, nextcloud/trunk/nextcloud-cron.timer)
  nextcloud/repos/community-any/nextcloud.config.php
(from rev 1042334, nextcloud/trunk/nextcloud.config.php)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 1042335, nextcloud/trunk/nextcloud.hook)
  nextcloud/repos/community-any/nextcloud.install
(from rev 1042335, nextcloud/trunk/nextcloud.install)
  nextcloud/repos/community-any/nextcloud.occ.sh
(from rev 1042335, nextcloud/trunk/nextcloud.occ.sh)
  nextcloud/repos/community-any/nextcloud.sysusers
(from rev 1042335, nextcloud/trunk/nextcloud.sysusers)
  nextcloud/repos/community-any/nextcloud.tmpfiles
(from rev 1042335, nextcloud/trunk/nextcloud.tmpfiles)
  nextcloud/repos/community-any/nextcloud.uwsgi
(from rev 1042335, nextcloud/trunk/nextcloud.uwsgi)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud-cron.service
  nextcloud/repos/community-any/nextcloud-cron.timer
  nextcloud/repos/community-any/nextcloud.config.php
  nextcloud/repos/community-any/nextcloud.hook
  nextcloud/repos/community-any/nextcloud.install
  nextcloud/repos/community-any/nextcloud.occ.sh
  nextcloud/repos/community-any/nextcloud.sysusers
  nextcloud/repos/community-any/nextcloud.tmpfiles
  nextcloud/repos/community-any/nextcloud.uwsgi

+
 PKGBUILD   |  256 +++
 apache.example.conf|   42 +++
 nextcloud-cron.service |   18 +--
 nextcloud-cron.timer   |   18 +--
 nextcloud.config.php   |   34 +++---
 nextcloud.hook |   26 ++--
 nextcloud.install  |   32 ++---
 nextcloud.occ.sh   |   90 
 nextcloud.sysusers |2 
 nextcloud.tmpfiles |   18 +--
 nextcloud.uwsgi|  164 +++---
 11 files changed, 350 insertions(+), 350 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-11 17:40:18 UTC (rev 1042335)
+++ PKGBUILD2021-11-11 17:40:24 UTC (rev 1042336)
@@ -1,128 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-
-pkgname=nextcloud
-# NOTE: do not package x.0.0 versions as they are considered beta
-pkgver=22.2.0
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL3')
-depends=('php>=8.0.0' 'php<8.1.0' 'php-gd')
-optdepends=(
-  'curl: for webcron jobs from within uwsgi'
-  'ffmpeg: for preview generation'
-  'libreoffice: for preview generation'
-  'mariadb: to use a local MariaDB server'
-  'memcached: to use a local memcached server'
-  'php-apcu: for caching with APCU'
-  'php-apache: to use the Apache web server'
-  'mod_itk: to use the Apache web server'
-  'php-fpm: to run in fastCGI process manager'
-  'php-imagick: for preview generation'
-  'php-imap: for external user authentication'
-  'php-intl: to increase language translation performance and fix sorting'
-  'php-memcached: for caching with memcached'
-  'php-pgsql: to use the PostgreSQL database backend'
-  'php-redis: for caching with redis'
-  'php-sqlite: to use the SQLite database backend'
-  'postgresql: to use a local PostgreSQL server'
-  'redis: to use a local Redis server'
-  'smbclient: for SMB/CIFS integration'
-  'sudo: for privilege elevation in occ command when not run as root'
-  'uwsgi-plugin-php: run as application container'
-)
-backup=(
-  "etc/webapps/${pkgname}/config/config.php"
-  "etc/webapps/${pkgname}/.htaccess"
-  "etc/uwsgi/${pkgname}.ini"
-)
-# there are no elf files, no need to strip anything
-options=(!strip)
-install="${pkgname}.install"
-source=(
-  
"https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-  'apache.example.conf'
-  "${pkgname}.config.php"
-  "${pkgname}.hook"
-  "${pkgname}.occ.sh"
-  "${pkgname}.sysusers"
-  "${pkgname}.tmpfiles"
-  "${pkgname}.uwsgi"
-  "${pkgname}-cron.service"
-  "${pkgname}-cron.timer"
-)
-sha512sums=('ecf308fdd46f43e4507d90eae90f4fece4410ac546929cda8ce3f0c48db7fc644a37558c4d1aeef8943cda4c0474d6afa5e151af5c5b9c6f17b4ae05f5e0fc26'
-'SKIP'
-
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
-

[arch-commits] Commit in nextcloud/repos/community-any (22 files)

2021-09-30 Thread David Runge via arch-commits
Date: Thursday, September 30, 2021 @ 15:51:39
  Author: dvzrv
Revision: 1026190

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 1026189, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 1026189, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud-cron.service
(from rev 1026189, nextcloud/trunk/nextcloud-cron.service)
  nextcloud/repos/community-any/nextcloud-cron.timer
(from rev 1026189, nextcloud/trunk/nextcloud-cron.timer)
  nextcloud/repos/community-any/nextcloud.config.php
(from rev 1026189, nextcloud/trunk/nextcloud.config.php)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 1026189, nextcloud/trunk/nextcloud.hook)
  nextcloud/repos/community-any/nextcloud.install
(from rev 1026189, nextcloud/trunk/nextcloud.install)
  nextcloud/repos/community-any/nextcloud.occ.sh
(from rev 1026189, nextcloud/trunk/nextcloud.occ.sh)
  nextcloud/repos/community-any/nextcloud.sysusers
(from rev 1026189, nextcloud/trunk/nextcloud.sysusers)
  nextcloud/repos/community-any/nextcloud.tmpfiles
(from rev 1026189, nextcloud/trunk/nextcloud.tmpfiles)
  nextcloud/repos/community-any/nextcloud.uwsgi
(from rev 1026189, nextcloud/trunk/nextcloud.uwsgi)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud-cron.service
  nextcloud/repos/community-any/nextcloud-cron.timer
  nextcloud/repos/community-any/nextcloud.config.php
  nextcloud/repos/community-any/nextcloud.hook
  nextcloud/repos/community-any/nextcloud.install
  nextcloud/repos/community-any/nextcloud.occ.sh
  nextcloud/repos/community-any/nextcloud.sysusers
  nextcloud/repos/community-any/nextcloud.tmpfiles
  nextcloud/repos/community-any/nextcloud.uwsgi

+
 PKGBUILD   |  256 +++
 apache.example.conf|   42 +++
 nextcloud-cron.service |   18 +--
 nextcloud-cron.timer   |   18 +--
 nextcloud.config.php   |   34 +++---
 nextcloud.hook |   26 ++--
 nextcloud.install  |   32 ++---
 nextcloud.occ.sh   |   90 
 nextcloud.sysusers |2 
 nextcloud.tmpfiles |   18 +--
 nextcloud.uwsgi|  164 +++---
 11 files changed, 350 insertions(+), 350 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-09-30 15:51:20 UTC (rev 1026189)
+++ PKGBUILD2021-09-30 15:51:39 UTC (rev 1026190)
@@ -1,128 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-
-pkgname=nextcloud
-# NOTE: do not package x.0.0 versions as they are considered beta
-pkgver=22.1.1
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL3')
-depends=('php>=8.0.0' 'php<8.1.0' 'php-gd')
-optdepends=(
-  'curl: for webcron jobs from within uwsgi'
-  'ffmpeg: for preview generation'
-  'libreoffice: for preview generation'
-  'mariadb: to use a local MariaDB server'
-  'memcached: to use a local memcached server'
-  'php-apcu: for caching with APCU'
-  'php-apache: to use the Apache web server'
-  'mod_itk: to use the Apache web server'
-  'php-fpm: to run in fastCGI process manager'
-  'php-imagick: for preview generation'
-  'php-imap: for external user authentication'
-  'php-intl: to increase language translation performance and fix sorting'
-  'php-memcached: for caching with memcached'
-  'php-pgsql: to use the PostgreSQL database backend'
-  'php-redis: for caching with redis'
-  'php-sqlite: to use the SQLite database backend'
-  'postgresql: to use a local PostgreSQL server'
-  'redis: to use a local Redis server'
-  'smbclient: for SMB/CIFS integration'
-  'sudo: for privilege elevation in occ command when not run as root'
-  'uwsgi-plugin-php: run as application container'
-)
-backup=(
-  "etc/webapps/${pkgname}/config/config.php"
-  "etc/webapps/${pkgname}/.htaccess"
-  "etc/uwsgi/${pkgname}.ini"
-)
-# there are no elf files, no need to strip anything
-options=(!strip)
-install="${pkgname}.install"
-source=(
-  
"https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-  'apache.example.conf'
-  "${pkgname}.config.php"
-  "${pkgname}.hook"
-  "${pkgname}.occ.sh"
-  "${pkgname}.sysusers"
-  "${pkgname}.tmpfiles"
-  "${pkgname}.uwsgi"
-  "${pkgname}-cron.service"
-  "${pkgname}-cron.timer"
-)
-sha512sums=('0b418d7d0e0e825ec9259334e377449a8dcd183dc907b094361c70b51b00732353996fdbf12f17c06cfa6bb918221cac56ee3051df0308ff453bb2d727e9c0ad'
-'SKIP'
-
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
-

[arch-commits] Commit in nextcloud/repos/community-any (22 files)

2021-08-27 Thread Sergej Pupykin via arch-commits
Date: Friday, August 27, 2021 @ 22:02:37
  Author: spupykin
Revision: 1007498

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 1007497, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 1007497, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud-cron.service
(from rev 1007497, nextcloud/trunk/nextcloud-cron.service)
  nextcloud/repos/community-any/nextcloud-cron.timer
(from rev 1007497, nextcloud/trunk/nextcloud-cron.timer)
  nextcloud/repos/community-any/nextcloud.config.php
(from rev 1007497, nextcloud/trunk/nextcloud.config.php)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 1007497, nextcloud/trunk/nextcloud.hook)
  nextcloud/repos/community-any/nextcloud.install
(from rev 1007497, nextcloud/trunk/nextcloud.install)
  nextcloud/repos/community-any/nextcloud.occ.sh
(from rev 1007497, nextcloud/trunk/nextcloud.occ.sh)
  nextcloud/repos/community-any/nextcloud.sysusers
(from rev 1007497, nextcloud/trunk/nextcloud.sysusers)
  nextcloud/repos/community-any/nextcloud.tmpfiles
(from rev 1007497, nextcloud/trunk/nextcloud.tmpfiles)
  nextcloud/repos/community-any/nextcloud.uwsgi
(from rev 1007497, nextcloud/trunk/nextcloud.uwsgi)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud-cron.service
  nextcloud/repos/community-any/nextcloud-cron.timer
  nextcloud/repos/community-any/nextcloud.config.php
  nextcloud/repos/community-any/nextcloud.hook
  nextcloud/repos/community-any/nextcloud.install
  nextcloud/repos/community-any/nextcloud.occ.sh
  nextcloud/repos/community-any/nextcloud.sysusers
  nextcloud/repos/community-any/nextcloud.tmpfiles
  nextcloud/repos/community-any/nextcloud.uwsgi

+
 PKGBUILD   |  256 +++
 apache.example.conf|   42 +++
 nextcloud-cron.service |   18 +--
 nextcloud-cron.timer   |   18 +--
 nextcloud.config.php   |   34 +++---
 nextcloud.hook |   26 ++--
 nextcloud.install  |   32 ++---
 nextcloud.occ.sh   |   90 
 nextcloud.sysusers |2 
 nextcloud.tmpfiles |   18 +--
 nextcloud.uwsgi|  164 +++---
 11 files changed, 350 insertions(+), 350 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-27 22:02:15 UTC (rev 1007497)
+++ PKGBUILD2021-08-27 22:02:37 UTC (rev 1007498)
@@ -1,128 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-
-pkgname=nextcloud
-# NOTE: do not package x.0.0 versions as they are considered beta
-pkgver=22.1.0
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL3')
-depends=('php>=8.0.0' 'php<8.1.0' 'php-gd')
-optdepends=(
-  'curl: for webcron jobs from within uwsgi'
-  'ffmpeg: for preview generation'
-  'libreoffice: for preview generation'
-  'mariadb: to use a local MariaDB server'
-  'memcached: to use a local memcached server'
-  'php-apcu: for caching with APCU'
-  'php-apache: to use the Apache web server'
-  'mod_itk: to use the Apache web server'
-  'php-fpm: to run in fastCGI process manager'
-  'php-imagick: for preview generation'
-  'php-imap: for external user authentication'
-  'php-intl: to increase language translation performance and fix sorting'
-  'php-memcached: for caching with memcached'
-  'php-pgsql: to use the PostgreSQL database backend'
-  'php-redis: for caching with redis'
-  'php-sqlite: to use the SQLite database backend'
-  'postgresql: to use a local PostgreSQL server'
-  'redis: to use a local Redis server'
-  'smbclient: for SMB/CIFS integration'
-  'sudo: for privilege elevation in occ command when not run as root'
-  'uwsgi-plugin-php: run as application container'
-)
-backup=(
-  "etc/webapps/${pkgname}/config/config.php"
-  "etc/webapps/${pkgname}/.htaccess"
-  "etc/uwsgi/${pkgname}.ini"
-)
-# there are no elf files, no need to strip anything
-options=(!strip)
-install="${pkgname}.install"
-source=(
-  
"https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-  'apache.example.conf'
-  "${pkgname}.config.php"
-  "${pkgname}.hook"
-  "${pkgname}.occ.sh"
-  "${pkgname}.sysusers"
-  "${pkgname}.tmpfiles"
-  "${pkgname}.uwsgi"
-  "${pkgname}-cron.service"
-  "${pkgname}-cron.timer"
-)
-sha512sums=('f591959c35a47d1e88e2aa1694968a36e4673ca55b5d5a9cf0ce6d1ee76002a6445a33ff040a061db0cb753321f59853f723b8dc7106ffda09eed468e5fb7dd3'
-'SKIP'
-
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
-

[arch-commits] Commit in nextcloud/repos/community-any (22 files)

2021-08-06 Thread Sergej Pupykin via arch-commits
Date: Friday, August 6, 2021 @ 23:58:31
  Author: spupykin
Revision: 994627

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 994626, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 994626, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud-cron.service
(from rev 994626, nextcloud/trunk/nextcloud-cron.service)
  nextcloud/repos/community-any/nextcloud-cron.timer
(from rev 994626, nextcloud/trunk/nextcloud-cron.timer)
  nextcloud/repos/community-any/nextcloud.config.php
(from rev 994626, nextcloud/trunk/nextcloud.config.php)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 994626, nextcloud/trunk/nextcloud.hook)
  nextcloud/repos/community-any/nextcloud.install
(from rev 994626, nextcloud/trunk/nextcloud.install)
  nextcloud/repos/community-any/nextcloud.occ.sh
(from rev 994626, nextcloud/trunk/nextcloud.occ.sh)
  nextcloud/repos/community-any/nextcloud.sysusers
(from rev 994626, nextcloud/trunk/nextcloud.sysusers)
  nextcloud/repos/community-any/nextcloud.tmpfiles
(from rev 994626, nextcloud/trunk/nextcloud.tmpfiles)
  nextcloud/repos/community-any/nextcloud.uwsgi
(from rev 994626, nextcloud/trunk/nextcloud.uwsgi)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud-cron.service
  nextcloud/repos/community-any/nextcloud-cron.timer
  nextcloud/repos/community-any/nextcloud.config.php
  nextcloud/repos/community-any/nextcloud.hook
  nextcloud/repos/community-any/nextcloud.install
  nextcloud/repos/community-any/nextcloud.occ.sh
  nextcloud/repos/community-any/nextcloud.sysusers
  nextcloud/repos/community-any/nextcloud.tmpfiles
  nextcloud/repos/community-any/nextcloud.uwsgi

+
 PKGBUILD   |  256 +++
 apache.example.conf|   42 +++
 nextcloud-cron.service |   18 +--
 nextcloud-cron.timer   |   18 +--
 nextcloud.config.php   |   34 +++---
 nextcloud.hook |   26 ++--
 nextcloud.install  |   32 ++---
 nextcloud.occ.sh   |   90 
 nextcloud.sysusers |2 
 nextcloud.tmpfiles |   18 +--
 nextcloud.uwsgi|  164 +++---
 11 files changed, 350 insertions(+), 350 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-08-06 23:58:09 UTC (rev 994626)
+++ PKGBUILD2021-08-06 23:58:31 UTC (rev 994627)
@@ -1,128 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-
-pkgname=nextcloud
-# NOTE: do not package x.0.0 versions as they are considered beta
-pkgver=22.0.0
-pkgrel=2
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL3')
-depends=('php>=8.0.0' 'php<8.1.0' 'php-gd')
-optdepends=(
-  'curl: for webcron jobs from within uwsgi'
-  'ffmpeg: for preview generation'
-  'libreoffice: for preview generation'
-  'mariadb: to use a local MariaDB server'
-  'memcached: to use a local memcached server'
-  'php-apcu: for caching with APCU'
-  'php-apache: to use the Apache web server'
-  'mod_itk: to use the Apache web server'
-  'php-fpm: to run in fastCGI process manager'
-  'php-imagick: for preview generation'
-  'php-imap: for external user authentication'
-  'php-intl: to increase language translation performance and fix sorting'
-  'php-memcached: for caching with memcached'
-  'php-pgsql: to use the PostgreSQL database backend'
-  'php-redis: for caching with redis'
-  'php-sqlite: to use the SQLite database backend'
-  'postgresql: to use a local PostgreSQL server'
-  'redis: to use a local Redis server'
-  'smbclient: for SMB/CIFS integration'
-  'sudo: for privilege elevation in occ command when not run as root'
-  'uwsgi-plugin-php: run as application container'
-)
-backup=(
-  "etc/webapps/${pkgname}/config/config.php"
-  "etc/webapps/${pkgname}/.htaccess"
-  "etc/uwsgi/${pkgname}.ini"
-)
-# there are no elf files, no need to strip anything
-options=(!strip)
-install="${pkgname}.install"
-source=(
-  
"https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-  'apache.example.conf'
-  "${pkgname}.config.php"
-  "${pkgname}.hook"
-  "${pkgname}.occ.sh"
-  "${pkgname}.sysusers"
-  "${pkgname}.tmpfiles"
-  "${pkgname}.uwsgi"
-  "${pkgname}-cron.service"
-  "${pkgname}-cron.timer"
-)
-sha512sums=('ced81296d1080cb224ac96df501721c1a16a8a83f9784ab281d97202ec6611173d60a6a87279e7f36b735a92dd010ed81b0c7561fc7dadde00df10f9b7711cec'
-'SKIP'
-
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
-

[arch-commits] Commit in nextcloud/repos/community-any (22 files)

2021-07-01 Thread Sergej Pupykin via arch-commits
Date: Thursday, July 1, 2021 @ 22:30:00
  Author: spupykin
Revision: 97

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 969997, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 969997, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud-cron.service
(from rev 969997, nextcloud/trunk/nextcloud-cron.service)
  nextcloud/repos/community-any/nextcloud-cron.timer
(from rev 969997, nextcloud/trunk/nextcloud-cron.timer)
  nextcloud/repos/community-any/nextcloud.config.php
(from rev 969998, nextcloud/trunk/nextcloud.config.php)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 969998, nextcloud/trunk/nextcloud.hook)
  nextcloud/repos/community-any/nextcloud.install
(from rev 969998, nextcloud/trunk/nextcloud.install)
  nextcloud/repos/community-any/nextcloud.occ.sh
(from rev 969998, nextcloud/trunk/nextcloud.occ.sh)
  nextcloud/repos/community-any/nextcloud.sysusers
(from rev 969998, nextcloud/trunk/nextcloud.sysusers)
  nextcloud/repos/community-any/nextcloud.tmpfiles
(from rev 969998, nextcloud/trunk/nextcloud.tmpfiles)
  nextcloud/repos/community-any/nextcloud.uwsgi
(from rev 969998, nextcloud/trunk/nextcloud.uwsgi)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud-cron.service
  nextcloud/repos/community-any/nextcloud-cron.timer
  nextcloud/repos/community-any/nextcloud.config.php
  nextcloud/repos/community-any/nextcloud.hook
  nextcloud/repos/community-any/nextcloud.install
  nextcloud/repos/community-any/nextcloud.occ.sh
  nextcloud/repos/community-any/nextcloud.sysusers
  nextcloud/repos/community-any/nextcloud.tmpfiles
  nextcloud/repos/community-any/nextcloud.uwsgi

+
 PKGBUILD   |  270 +--
 apache.example.conf|   42 +++
 nextcloud-cron.service |   18 +--
 nextcloud-cron.timer   |   18 +--
 nextcloud.config.php   |   34 ++---
 nextcloud.hook |   26 ++--
 nextcloud.install  |   26 ++--
 nextcloud.occ.sh   |   90 +++
 nextcloud.sysusers |2 
 nextcloud.tmpfiles |   16 +-
 nextcloud.uwsgi|  164 ++--
 11 files changed, 364 insertions(+), 342 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-07-01 22:29:57 UTC (rev 96)
+++ PKGBUILD2021-07-01 22:30:00 UTC (rev 97)
@@ -1,124 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-
-pkgname=nextcloud
-# NOTE: do not package x.0.0 versions as they are considered beta
-pkgver=21.0.2
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL3')
-depends=('php>=8.0.0' 'php<8.1.0' 'php-gd')
-optdepends=(
-  'curl: for webcron jobs from within uwsgi'
-  'ffmpeg: for preview generation'
-  'libreoffice: for preview generation'
-  'mariadb: to use a local MariaDB server'
-  'memcached: to use a local memcached server'
-  'php-apcu: for caching with APCU'
-  'php-apache: to use the Apache web server'
-  'mod_itk: to use the Apache web server'
-  'php-fpm: to run in fastCGI process manager'
-  'php-imagick: for preview generation'
-  'php-imap: for external user authentication'
-  'php-intl: to increase language translation performance and fix sorting'
-  'php-memcached: for caching with memcached'
-  'php-pgsql: to use the PostgreSQL database backend'
-  'php-redis: for caching with redis'
-  'php-sqlite: to use the SQLite database backend'
-  'postgresql: to use a local PostgreSQL server'
-  'redis: to use a local Redis server'
-  'smbclient: for SMB/CIFS integration'
-  'sudo: for privilege elevation in occ command when not run as root'
-  'uwsgi-plugin-php: run as application container'
-)
-backup=(
-  "etc/webapps/${pkgname}/config/config.php"
-  "etc/uwsgi/${pkgname}.ini"
-)
-# there are no elf files, no need to strip anything
-options=(!strip)
-install="${pkgname}.install"
-source=(
-  
"https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-  'apache.example.conf'
-  "${pkgname}.config.php"
-  "${pkgname}.hook"
-  "${pkgname}.occ.sh"
-  "${pkgname}.sysusers"
-  "${pkgname}.tmpfiles"
-  "${pkgname}.uwsgi"
-  "${pkgname}-cron.service"
-  "${pkgname}-cron.timer"
-)
-sha512sums=('a222c55c7ff515b96b7c826da13ff1770f82bebda2e73df6bb31df635338155dff611a560b665b0e9b17f2d8f33132abf75ffa80e84f5a115ee5d8a4737b6795'
-'SKIP'
-
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
-
'92592f9a76ee534d0ae6d3aedf2257c147337debe7e2d6dbec1daff66a682e3abc74611e08662058de314bf3ea6ff1c85efd678674b782d71251c38786e446f9'
-

[arch-commits] Commit in nextcloud/repos/community-any (22 files)

2021-05-24 Thread Sergej Pupykin via arch-commits
Date: Monday, May 24, 2021 @ 17:14:20
  Author: spupykin
Revision: 944737

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 944736, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 944736, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud-cron.service
(from rev 944736, nextcloud/trunk/nextcloud-cron.service)
  nextcloud/repos/community-any/nextcloud-cron.timer
(from rev 944736, nextcloud/trunk/nextcloud-cron.timer)
  nextcloud/repos/community-any/nextcloud.config.php
(from rev 944736, nextcloud/trunk/nextcloud.config.php)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 944736, nextcloud/trunk/nextcloud.hook)
  nextcloud/repos/community-any/nextcloud.install
(from rev 944736, nextcloud/trunk/nextcloud.install)
  nextcloud/repos/community-any/nextcloud.occ.sh
(from rev 944736, nextcloud/trunk/nextcloud.occ.sh)
  nextcloud/repos/community-any/nextcloud.sysusers
(from rev 944736, nextcloud/trunk/nextcloud.sysusers)
  nextcloud/repos/community-any/nextcloud.tmpfiles
(from rev 944736, nextcloud/trunk/nextcloud.tmpfiles)
  nextcloud/repos/community-any/nextcloud.uwsgi
(from rev 944736, nextcloud/trunk/nextcloud.uwsgi)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud-cron.service
  nextcloud/repos/community-any/nextcloud-cron.timer
  nextcloud/repos/community-any/nextcloud.config.php
  nextcloud/repos/community-any/nextcloud.hook
  nextcloud/repos/community-any/nextcloud.install
  nextcloud/repos/community-any/nextcloud.occ.sh
  nextcloud/repos/community-any/nextcloud.sysusers
  nextcloud/repos/community-any/nextcloud.tmpfiles
  nextcloud/repos/community-any/nextcloud.uwsgi

+
 PKGBUILD   |  248 +++
 apache.example.conf|   42 +++
 nextcloud-cron.service |   18 +--
 nextcloud-cron.timer   |   18 +--
 nextcloud.config.php   |   34 +++---
 nextcloud.hook |   26 ++--
 nextcloud.install  |   26 ++--
 nextcloud.occ.sh   |   90 -
 nextcloud.sysusers |2 
 nextcloud.tmpfiles |   16 +--
 nextcloud.uwsgi|  164 +++
 11 files changed, 342 insertions(+), 342 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-05-24 17:13:53 UTC (rev 944736)
+++ PKGBUILD2021-05-24 17:14:20 UTC (rev 944737)
@@ -1,124 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-
-pkgname=nextcloud
-# NOTE: do not package x.0.0 versions as they are considered beta
-pkgver=21.0.1
-pkgrel=3
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL3')
-depends=('php>=8.0.0' 'php<8.1.0' 'php-gd')
-optdepends=(
-  'curl: for webcron jobs from within uwsgi'
-  'ffmpeg: for preview generation'
-  'libreoffice: for preview generation'
-  'mariadb: to use a local MariaDB server'
-  'memcached: to use a local memcached server'
-  'php-apcu: for caching with APCU'
-  'php-apache: to use the Apache web server'
-  'mod_itk: to use the Apache web server'
-  'php-fpm: to run in fastCGI process manager'
-  'php-imagick: for preview generation'
-  'php-imap: for external user authentication'
-  'php-intl: to increase language translation performance and fix sorting'
-  'php-memcached: for caching with memcached'
-  'php-pgsql: to use the PostgreSQL database backend'
-  'php-redis: for caching with redis'
-  'php-sqlite: to use the SQLite database backend'
-  'postgresql: to use a local PostgreSQL server'
-  'redis: to use a local Redis server'
-  'smbclient: for SMB/CIFS integration'
-  'sudo: for privilege elevation in occ command when not run as root'
-  'uwsgi-plugin-php: run as application container'
-)
-backup=(
-  "etc/webapps/${pkgname}/config/config.php"
-  "etc/uwsgi/${pkgname}.ini"
-)
-# there are no elf files, no need to strip anything
-options=(!strip)
-install="${pkgname}.install"
-source=(
-  
"https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-  'apache.example.conf'
-  "${pkgname}.config.php"
-  "${pkgname}.hook"
-  "${pkgname}.occ.sh"
-  "${pkgname}.sysusers"
-  "${pkgname}.tmpfiles"
-  "${pkgname}.uwsgi"
-  "${pkgname}-cron.service"
-  "${pkgname}-cron.timer"
-)
-sha512sums=('a1339515349af45d293985e939235cf7a6723f0b65144c0635c66bc8110caa13a7e10672550aeb9aa46a61b93b28240cdb76696e41ccae76b8bed6d8667d3c51'
-'SKIP'
-
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
-
'92592f9a76ee534d0ae6d3aedf2257c147337debe7e2d6dbec1daff66a682e3abc74611e08662058de314bf3ea6ff1c85efd678674b782d71251c38786e446f9'
-