diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/nextcloud-client/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/nextcloud-client/APKBUILD b/community/nextcloud-client/APKBUILD index 32e157fabe..b5fd660add 100644 --- a/community/nextcloud-client/APKBUILD +++ b/community/nextcloud-client/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=nextcloud-client pkgver=2.3.3 -pkgrel=0 +pkgrel=1 pkgdesc="Nextcloud Desktop Client" url="https://github.com/nextcloud/client_theming" arch="all" @@ -23,7 +23,7 @@ build() { -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_SYSCONFDIR=/etc/$pkgname \ - -DOEM_THEME_DIR="$srcdir/$_realname-$pkgver/nextcloudtheme" + -DOEM_THEME_DIR="$srcdir/client_theming-$pkgver/nextcloudtheme" make all } |