diff options
author | Joshua I. Haase H. (xihh) <hahj87@gmail.com> | 2012-10-23 02:35:49 -0500 |
---|---|---|
committer | Joshua I. Haase H. (xihh) <hahj87@gmail.com> | 2012-10-23 02:35:49 -0500 |
commit | 0cb1158276158c1c2f4bef15c278ffcaf8859172 (patch) | |
tree | 9b0118345ec8a149ba02bceb10f353749c3dbccb /community/lib32-libphobos-ldc | |
parent | fa95bb04dbbc63d07b1f84fb8ce5272085097eb7 (diff) | |
parent | f8ec57e91051f85129d837252605854c888567d0 (diff) |
Merge branch 'master' of gitpar:abslibre-mips64el
Diffstat (limited to 'community/lib32-libphobos-ldc')
-rw-r--r-- | community/lib32-libphobos-ldc/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lib32-libphobos-ldc/PKGBUILD b/community/lib32-libphobos-ldc/PKGBUILD index cc43715a9..d33790daf 100644 --- a/community/lib32-libphobos-ldc/PKGBUILD +++ b/community/lib32-libphobos-ldc/PKGBUILD @@ -1,7 +1,7 @@ # $Id: PKGBUILD 72029 2012-06-06 11:58:40Z svenstaro $ # Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com> pkgname=lib32-libphobos-ldc -pkgver=20120607 +pkgver=20120917 pkgrel=1 pkgdesc="libphobos for ldc (32-bit)" arch=('x86_64') @@ -14,7 +14,7 @@ md5sums=() _gitroot=git://github.com/ldc-developers/ldc.git _gitname=ldc -_gitbranch=llvm-3.1 +_gitbranch=master build() { cd "$srcdir" |