summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-06-20 03:59:46 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-06-20 03:59:46 +0000
commit2fd06aa8fa3c105c4c9161a060192d85dc3d4559 (patch)
treea70a2272e3bf810140349c2d457398b2d0c78b6f /community
parenta3afce45dc7988a35810dee7e41050c3a459e731 (diff)
Fri Jun 20 03:54:27 UTC 2014
Diffstat (limited to 'community')
-rw-r--r--community/assimp/PKGBUILD6
-rw-r--r--community/ccid/PKGBUILD8
-rw-r--r--community/dart/PKGBUILD8
-rw-r--r--community/go/PKGBUILD6
-rw-r--r--community/lazarus/PKGBUILD6
-rw-r--r--community/libc++/PKGBUILD18
-rw-r--r--community/mg/PKGBUILD6
7 files changed, 30 insertions, 28 deletions
diff --git a/community/assimp/PKGBUILD b/community/assimp/PKGBUILD
index 06ccb8b65..976696bce 100644
--- a/community/assimp/PKGBUILD
+++ b/community/assimp/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: jepaan <jepaan at hotmail dot com>
pkgname=assimp
-pkgver=3.1
-pkgrel=2
+pkgver=3.1.1
+pkgrel=1
pkgdesc="Portable Open Source library to import various well-known 3D model formats in an uniform manner"
arch=('i686' 'x86_64')
license=('BSD')
@@ -11,7 +11,7 @@ depends=('zlib' 'gcc-libs' 'boost-libs')
makedepends=('cmake' 'boost')
url=('http://assimp.sourceforge.net/index.html')
source=("https://github.com/assimp/assimp/archive/v${pkgver}.tar.gz")
-md5sums=('b2d382a5fb15f247d0d8c8afd5744f5e')
+md5sums=('ab9977edf95e9b2910d7cca286926e85')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/community/ccid/PKGBUILD b/community/ccid/PKGBUILD
index a0519e1fe..7441a6c5e 100644
--- a/community/ccid/PKGBUILD
+++ b/community/ccid/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 109306 2014-04-13 07:27:36Z giovanni $
+# $Id: PKGBUILD 113348 2014-06-19 12:42:15Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=ccid
-pkgver=1.4.16
+pkgver=1.4.17
pkgrel=1
pkgdesc="A generic USB Chip/Smart Card Interface Devices driver"
arch=('i686' 'x86_64')
@@ -12,8 +12,8 @@ license=('LGPL' 'GPL')
depends=('pcsclite' 'libusbx' 'flex')
makedepends=('pkg-config')
backup=(etc/reader.conf.d/libccidtwin)
-source=("https://alioth.debian.org/frs/download.php/file/4016/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('2f3ca6c4b4ad0f81d41a0e032e0f556f')
+source=("https://alioth.debian.org/frs/download.php/file/4091/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('a227a20a0dd034cd4bb7400806a0a2d0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/dart/PKGBUILD b/community/dart/PKGBUILD
index d16fba800..0793c09be 100644
--- a/community/dart/PKGBUILD
+++ b/community/dart/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 112702 2014-06-05 11:48:54Z arodseth $
+# $Id: PKGBUILD 113346 2014-06-19 09:22:21Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
# Contributor: Usagi Ito <usagi@WonderRabbitProject.net>
@@ -6,7 +6,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=dart
-pkgver=1.4.2
+pkgver=1.4.3
pkgrel=1
pkgdesc='The dart programming language SDK'
arch=('x86_64' 'i686')
@@ -17,10 +17,10 @@ options=('!strip')
if [[ $CARCH == x86_64 ]]; then
source=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip")
- sha256sums=('0ac41df11bdcbdcffe6b852116da338990224747c510875b5974cb579602a85a')
+ sha256sums=('f907e791085382f666c726aea8c5999d18e1743e4de086cc29191edfdac68007')
else
source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip")
- sha256sums=('bc7af36e4c88ca14a6e9ac3453157d3bcac9d3cdd069845a118013e87e980059')
+ sha256sums=('fd6e7d92584bee930725e7cbbd4895fca77534ebc0509305311d3a9d561733ac')
fi
prepare() {
diff --git a/community/go/PKGBUILD b/community/go/PKGBUILD
index 7ad91da1a..7f8c66fad 100644
--- a/community/go/PKGBUILD
+++ b/community/go/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 111080 2014-05-13 11:01:57Z arodseth $
+# $Id: PKGBUILD 113369 2014-06-19 21:46:10Z arodseth $
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Rémy Oudompheng <remy@archlinux.org>
@@ -11,7 +11,7 @@
pkgname=go
epoch=2
-pkgver=1.2.2
+pkgver=1.3
pkgrel=1
pkgdesc='Compiler and tools for the Go programming language from Google'
arch=('x86_64' 'i686')
@@ -29,7 +29,7 @@ source=("$pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#tag=$pkgname$pk
md5sums=('SKIP')
build() {
- cd "$srcdir/$pkgname-$pkgver/src"
+ cd "$pkgname-$pkgver/src"
export GOROOT="$srcdir/$pkgname-$pkgver"
export GOBIN="$GOROOT/bin"
diff --git a/community/lazarus/PKGBUILD b/community/lazarus/PKGBUILD
index 28000d7eb..625df6871 100644
--- a/community/lazarus/PKGBUILD
+++ b/community/lazarus/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 110700 2014-05-05 09:48:16Z spupykin $
+# $Id: PKGBUILD 113354 2014-06-19 16:34:50Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jens Adam (byte/jra) <j_adam@web.de>
# Contributor: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
pkgbase=lazarus
pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt')
-pkgver=1.2.2
+pkgver=1.2.4
_pkgsubver=0
pkgrel=1
url='http://www.lazarus.freepascal.org/'
@@ -15,7 +15,7 @@ makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync')
options=('!emptydirs' '!makeflags')
source=("http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz"
'lazcontrols2.diff')
-md5sums=('f6dccb86952906e60484ee46d2888838'
+md5sums=('456dc5fe54fcb302ec8bc7e8df5ed3e2'
'288bca6ad5ade79deec34c3602daaaa9')
build() {
diff --git a/community/libc++/PKGBUILD b/community/libc++/PKGBUILD
index fc27155d1..5e1b867b9 100644
--- a/community/libc++/PKGBUILD
+++ b/community/libc++/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Micay <danielmicay@gmail.com>
# Contributor: MThinkCpp <mtc.maintainer[at]outlook.com>
pkgname=libc++
-pkgver=3.4
+pkgver=3.4.2
pkgrel=1
pkgdesc='A new implementation of the C++ standard library, targeting C++11.'
url='http://libcxx.llvm.org'
@@ -10,20 +10,22 @@ arch=('i686' 'x86_64')
# gcc-libs needed for libgcc_s, because Arch doesn't use a pure compiler-rt clang
depends=('glibc' 'libc++abi' 'gcc-libs')
makedepends=('clang' 'subversion' 'cmake')
-source=("http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz")
-md5sums=('85c3c4e2233893b037256bf9f7077857')
+source=("http://www.llvm.org/releases/${pkgver}/libcxx-${pkgver}.src.tar.gz"
+ "http://www.llvm.org/releases/3.4.2/libcxx-${pkgver}.src.tar.gz.sig")
+md5sums=('da134c8bb4576e6168fb4872526bb8b3'
+ 'SKIP')
install=${pkgname}.install
build() {
- mkdir -p libcxx-${pkgver}/build
- cd libcxx-${pkgver}/build
+ mkdir -p libcxx-${pkgver}.src/build
+ cd libcxx-${pkgver}.src/build
CC=clang CXX=clang++ cmake -G "Unix Makefiles" -DLIBCXX_CXX_ABI=libcxxabi \
-DLIBCXX_LIBCXXABI_INCLUDE_PATHS=/usr/include \
- -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/libcxx-${pkgver}"
+ -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr "$srcdir/libcxx-${pkgver}.src"
make
}
package() {
- install -Dm644 libcxx-${pkgver}/LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/license.txt"
- cd libcxx-${pkgver}/build
+ install -Dm644 libcxx-${pkgver}.src/LICENSE.TXT "$pkgdir/usr/share/licenses/$pkgname/license.txt"
+ cd libcxx-${pkgver}.src/build
make DESTDIR="$pkgdir" install
}
diff --git a/community/mg/PKGBUILD b/community/mg/PKGBUILD
index d672c83bf..1a3dfd630 100644
--- a/community/mg/PKGBUILD
+++ b/community/mg/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 107143 2014-03-13 09:28:15Z spupykin $
+# $Id: PKGBUILD 113352 2014-06-19 16:10:54Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Hannes Rist <hrist@phreeknet.org>
pkgname=mg
-pkgver=20140306
+pkgver=20140414
pkgrel=1
pkgdesc="mg is Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team."
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('libclens')
license=('custom')
source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz
cleanup.patch)
-md5sums=('bb29858c2c0a82b78ce48ae2929ae18d'
+md5sums=('ad4a99a5e26d25db75af7936c6657fbe'
'545eac98585e2f5fe0781093ddc07b36')
prepare() {