summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorImNtReal2016-04-04 13:43:38 -0400
committerImNtReal2016-04-04 13:43:38 -0400
commit99a7bf2cb2099652460ea7be448b1d061ff696c0 (patch)
tree08c19c61dca5ac03810c712184a767fae34489fb
parente65aefd43436be3ced182ec89961f098b94e35c1 (diff)
downloadaur-99a7bf2cb2099652460ea7be448b1d061ff696c0.tar.gz
moved dmd to makedepends
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f697226d18da..c38f635f697a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,17 @@
+# Generated by mksrcinfo v8
+# Mon Apr 4 17:43:29 UTC 2016
pkgbase = onedrive
pkgdesc = Free OneDrive client written in D
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/skilion/onedrive
arch = i686
arch = x86_64
license = GPL3
- depends = dmd
+ makedepends = dmd
depends = curl
depends = sqlite
+ conflicts = onedrive-git
source = https://github.com/skilion/onedrive/archive/v1.0.tar.gz
sha256sums = ebec4b131806f0173dc6e1aee90639b3152d4819db3b06d0d7a7f82b3cc7d4bf
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')