diff options
author | root <root@rshg054.dnsready.net> | 2012-02-10 23:15:14 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-10 23:15:14 +0000 |
commit | 9d1489b877a1fa7c2674cf1f744804db42d93bfc (patch) | |
tree | 33f1f96e0a8a2cc9a6a2939dfa0517a2ea47dcce /community/ldc/PKGBUILD | |
parent | 4bc61018eec54dbe50e7556ce01d2ef2859b2c9f (diff) |
Fri Feb 10 23:15:14 UTC 2012
Diffstat (limited to 'community/ldc/PKGBUILD')
-rw-r--r-- | community/ldc/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/ldc/PKGBUILD b/community/ldc/PKGBUILD index 09fe68ab1..78129a3a3 100644 --- a/community/ldc/PKGBUILD +++ b/community/ldc/PKGBUILD @@ -1,13 +1,13 @@ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> pkgname=ldc -pkgver=20120204 -pkgrel=2 +pkgver=20120209 +pkgrel=1 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2" arch=('i686' 'x86_64') url="http://www.dsource.org/projects/ldc" license=('BSD') -makedepends=('git' 'cmake' 'libconfig') -depends=('llvm') +depends=('llvm' 'libconfig') +makedepends=('git' 'cmake') source=() md5sums=() |