summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDanilo Kühn2017-06-07 21:54:14 +0200
committerDanilo Kühn2017-06-07 21:54:14 +0200
commit316037525241dc782a3ce07401e10d4635386c90 (patch)
tree2f0d17bc241d15be5b039cce33ff1a7879c81564 /PKGBUILD
parenta0a637dd3e60b481a703c45d13e621e03e7af6bf (diff)
downloadaur-316037525241dc782a3ce07401e10d4635386c90.tar.gz
update to 2.3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cb15de59bf37..529b8802b5cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Git: https://github.com/nogo/archlinux-pkgbuild
# Uncomment, if you want tha last release
-_version=2.2.4
+_version=2.3.1
pkgname=nextcloud-client-git
_name=${pkgname/\-git/}
-pkgver=2.2.4
-pkgrel=2
+pkgver=2.3.1
+pkgrel=1
pkgdesc="Nextloud client for linux"
arch=('i686' 'x86_64')
url="https://nextcloud.com/"
@@ -76,5 +76,6 @@ package() {
# Fix some naming issues
if [ -f ${pkgdir}/usr/share/applications/nextcloud.desktop ]; then
sed -Ei 's/Icon(\[.*\])?=nextcloud/Icon\1=Nextcloud/g' ${pkgdir}/usr/share/applications/nextcloud.desktop
+ mv ${pkgdir}/usr/share/applications/nextcloud.desktop ${pkgdir}/usr/share/applications/Nextcloud.desktop
fi
}