summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorImNtReal2016-04-04 13:43:38 -0400
committerImNtReal2016-04-04 13:43:38 -0400
commit99a7bf2cb2099652460ea7be448b1d061ff696c0 (patch)
tree08c19c61dca5ac03810c712184a767fae34489fb /PKGBUILD
parente65aefd43436be3ced182ec89961f098b94e35c1 (diff)
downloadaur-99a7bf2cb2099652460ea7be448b1d061ff696c0.tar.gz
moved dmd to makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cd769f8daf19..4375a7ae155b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=onedrive
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Free OneDrive client written in D"
arch=('i686' 'x86_64')
url="https://github.com/skilion/onedrive"
license=('GPL3')
-depends=('dmd' 'curl' 'sqlite')
+depends=('curl' 'sqlite')
+makedepends=('dmd')
conflicts=('onedrive-git')
source=("https://github.com/skilion/onedrive/archive/v${pkgver}.tar.gz")
sha256sums=('ebec4b131806f0173dc6e1aee90639b3152d4819db3b06d0d7a7f82b3cc7d4bf')