diff options
-rw-r--r-- | community/nextcloud/APKBUILD | 12 | ||||
-rw-r--r-- | community/nextcloud/nextcloud17-app-encryption-info-add-mcrypt.patch (renamed from community/nextcloud/nextcloud16-app-encryption-info-add-mcrypt.patch) | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/community/nextcloud/APKBUILD b/community/nextcloud/APKBUILD index f6507c2b3f..9624523f59 100644 --- a/community/nextcloud/APKBUILD +++ b/community/nextcloud/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> # Contributor: Jakub Jirutka <jakub@jirutka.cz> pkgname=nextcloud -pkgver=16.0.5 +pkgver=17.0.0 pkgrel=0 pkgdesc="A safe home for all your data" url="http://nextcloud.com" @@ -27,7 +27,7 @@ subpackages="$pkgname-doc $pkgname-initscript $pkgname-mysql $pkgname-pgsql $pkg $pkgname-default-apps:_default_apps" source="https://download.nextcloud.com/server/releases/$pkgname-$pkgver.zip nextcloud15-dont-chmod.patch - nextcloud16-app-encryption-info-add-mcrypt.patch + nextcloud17-app-encryption-info-add-mcrypt.patch dont-update-htaccess.patch disable-integrity-check-as-default.patch iconv-ascii-translit-not-supported.patch @@ -61,7 +61,6 @@ _apps="accessibility files_pdfviewer files_rightclick files_sharing - files_texteditor files_trashbin files_versions files_videoplayer @@ -78,6 +77,7 @@ _apps="accessibility sharebymail survey_client systemtags + text theming user_ldap viewer @@ -216,7 +216,7 @@ _package_app() { files_sharing) app_deps="-federatedfilesharing";; # XXX: Provides/replaces for backward compatibility with <12.0.0-r2. - files_pdfviewer | files_texteditor | files_videoplayer) + files_pdfviewer | files_videoplayer) provides="$pkgname-${appname#files_}" replaces="$provides" ;; @@ -232,9 +232,9 @@ _package_app() { mv "$pkgdir"/$_appsdir/$appname "$subpkgdir"/$_appsdir/ } -sha512sums="4afcc2f0be4312c4cf0dd56699c2e257c3b30e903467e1465263627d84a8d71a1cb4964484c372488ae7f025d50bf7bc118210c03faa775bcec9f28e15cbaf05 nextcloud-16.0.5.zip +sha512sums="ae0cb0d1af518df8b8f686006ce17a1903a90ca1ff3460b2368a6627d936cafd7f85240dfe6473e65f15d9c432102448ac08f5b83fa72c36f1ad6cea34e6c338 nextcloud-17.0.0.zip 59151300c1153cad7fa2a1a972825c81a71df523b319b22799ce1bd846c1a63c7e37c608a125a98e4e733857cc65db9f329fafef7a5b1365d802c476450fce22 nextcloud15-dont-chmod.patch -ebc7fdfb9f4d4256186f80ae3a2aa92cb4c7c54db3c185b642a37cd9ecbbb9ad557a1beea143018b987fbfa47667812ca09e68b304d04cc21f308a690e658275 nextcloud16-app-encryption-info-add-mcrypt.patch +3e08f4fe0064461c3e6af6ea8777cdf35b861f267464542242334b4ae171293f7b93c2439a5655e61ab712d0ae9789b381d94d655e6eda52d4878640e8d3b0e3 nextcloud17-app-encryption-info-add-mcrypt.patch aef3c92497d738d6968e0f0b0d415b4953500db24ae14af41ef972665cf7eff00cb6c53dc953845fdbb389c3c965a75b8b14b9247513c05cf4130fe1cfc61731 dont-update-htaccess.patch d2100a837fef1eeae5f706650ab4c985d9e00f61efa5526ef76c7c1f5811c3906eb6c3c13c151eff9677a0c303faab64411a5a84d6792728bc520d2c618d7d5b disable-integrity-check-as-default.patch de1b433c2fb2582b599cb25e718e454fc4b93543a5a60eee39a03bcccf35d281594611395bdebe02319bedd9a894507eef97010ebdfca381e0f1a09df283d375 iconv-ascii-translit-not-supported.patch diff --git a/community/nextcloud/nextcloud16-app-encryption-info-add-mcrypt.patch b/community/nextcloud/nextcloud17-app-encryption-info-add-mcrypt.patch index 379461d271..436e78d4ae 100644 --- a/community/nextcloud/nextcloud16-app-encryption-info-add-mcrypt.patch +++ b/community/nextcloud/nextcloud17-app-encryption-info-add-mcrypt.patch @@ -7,6 +7,6 @@ index 5050996..6df2d2b 100644 <dependencies> <lib>openssl</lib> + <lib>mcrypt</lib> - <nextcloud min-version="16" max-version="16"/> + <nextcloud min-version="17" max-version="17"/> </dependencies> |