[arch-commits] Commit in owncloud-client/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Feb 10 20:04:16 UTC 2016
Date: Wednesday, February 10, 2016 @ 21:04:15
Author: arojas
Revision: 161074
Update to 2.1.1
Modified:
owncloud-client/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-02-10 19:11:35 UTC (rev 161073)
+++ PKGBUILD 2016-02-10 20:04:15 UTC (rev 161074)
@@ -4,8 +4,8 @@
_name=owncloudclient
pkgname=owncloud-client
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.1.1
+pkgrel=1
pkgdesc='ownCloud client based on mirall'
arch=(i686 x86_64)
url='http://owncloud.org/'
@@ -15,10 +15,8 @@
optdepends=('python2-nautilus: integration with Nautilus')
install=$pkgname.install
backup=('etc/ownCloud/sync-exclude.lst')
-source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz"{,.asc})
-md5sums=('6ab37353c8de73bd268aba6abb1f4020'
- 'SKIP')
-validpgpkeys=('F05F7DD7953A07DF36579DAA498C45EBE94E7B37')
+source=("https://download.owncloud.com/desktop/stable/$_name-$pkgver.tar.xz")
+md5sums=('63a971158201a8dffe96a02c54b86819')
prepare() {
mkdir -p build
More information about the arch-commits
mailing list