summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorClara C2016-07-03 15:59:09 -0400
committerClara C2016-07-03 15:59:09 -0400
commit2cb9cf2e0f030bfa9dc41b1201ef493873fda358 (patch)
treef3a7f5fcb9b1f3bd06af1260be0c9059e6290c6e /PKGBUILD
parent9bc7bf494212f55bf1720ff5c74d948496600ba9 (diff)
downloadaur-onedrive-d-git.tar.gz
ensured provides is an array, changed architecture to ('any')
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 806b43c1d3ed..01830d991c86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
pkgname=onedrive-d-git
_pkgname=onedrive-d-old
-pkgver=20150407.g62a0733
-pkgrel=5
+pkgver=20150921.ga28186b
+pkgrel=1
pkgdesc="Client daemon for Microsoft OneDrive service"
url="https://github.com/xybu/onedrive-d-old"
license=('LGPL')
-arch=('i686' 'x86_64')
-provides='onedrive-d'
+arch=('any')
+provides=('onedrive-d')
depends=('inotify-tools'
'python-certifi'
'python-click'