diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/nimrod/PKGBUILD | 37 | ||||
-rw-r--r-- | community/picard/PKGBUILD | 6 | ||||
-rw-r--r-- | community/pluma/PKGBUILD | 8 | ||||
-rw-r--r-- | community/python-numexpr/PKGBUILD | 8 | ||||
-rw-r--r-- | community/python2-gevent/PKGBUILD | 2 | ||||
-rw-r--r-- | community/stone-soup/PKGBUILD | 4 |
6 files changed, 30 insertions, 35 deletions
diff --git a/community/nimrod/PKGBUILD b/community/nimrod/PKGBUILD index 34459b89d..5fcba4933 100644 --- a/community/nimrod/PKGBUILD +++ b/community/nimrod/PKGBUILD @@ -1,44 +1,39 @@ -# $Id: PKGBUILD 108697 2014-04-01 13:44:04Z arodseth $ +# $Id: PKGBUILD 110486 2014-04-30 23:43:57Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Dominik Picheta <morfeusz8@gmail.com> # Contributor: Sven-Hendrik Haase <sh@lutzhaase.com> pkgname=nimrod -pkgver=0.9.2 -pkgrel=4 +pkgver=0.9.4 +pkgrel=1 pkgdesc='Imperative, multi-paradigm, compiled programming language' arch=('x86_64' 'i686') url='http://nimrod-code.org/' license=('MIT') -makedepends=('setconf') -source=("http://nimrod-code.org/download/${pkgname}_$pkgver.zip") +makedepends=('git') options=('!emptydirs') -sha256sums=('4903ff46b90caa61194551f66fdff291b1ecba8bb4eec1611373cd34ecaf7090') +source=("$pkgname::git://github.com/Araq/${pkgname/n/N}.git") +md5sums=('SKIP') prepare() { cd "$pkgname" - - setconf install.sh bindir "$pkgdir/usr/bin" - setconf install.sh configdir "$pkgdir/etc" - setconf install.sh libdir "$pkgdir/usr/lib/$pkgname" - setconf install.sh docdir "$pkgdir/usr/share/doc/$pkgname" - setconf install.sh datadir "$pkgdir/usr/share/$pkgname" + git clone git://github.com/nimrod-code/csources --depth=1 } build() { - cd "$pkgname" - + cd "$pkgname/csources" sh build.sh - ./bin/nimrod c -d:release koch - PATH="$PATH":./bin/nimrod ./koch boot -d:release -d:useGnuReadline + cd .. + ./bin/nimrod c koch + PATH="$PATH":./bin/nimrod ./koch boot -d:release } package() { - cd "$pkgname" - - install -d "$pkgdir/"{etc,usr/{bin,"lib/$pkgname",share/{"doc/$pkgname","$pkgname"}}} - sh install.sh /usr/bin - install -Dm644 copying.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm755 "$pkgname/bin/$pkgname" "$pkgdir/usr/bin/$pkgname" + install -Dm644 "$pkgname/copying.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -d "$pkgdir/usr/lib/$pkgname" + cp -r "$pkgname/" "$pkgdir/usr/lib/" + rm -r "$pkgdir/usr/lib/$pkgname/"{bin,csources,.git} } # vim:set ts=2 sw=2 et: diff --git a/community/picard/PKGBUILD b/community/picard/PKGBUILD index b7a984255..cfebf43cf 100644 --- a/community/picard/PKGBUILD +++ b/community/picard/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 110442 2014-04-30 00:52:28Z bisson $ +# $Id: PKGBUILD 110501 2014-05-01 17:09:17Z bisson $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: sysrq pkgname=picard pkgver=1.2 -pkgrel=2 +pkgrel=3 pkgdesc='Official MusicBrainz tagger' url='http://musicbrainz.org/doc/MusicBrainz_Picard' license=('GPL') @@ -26,5 +26,5 @@ build() { package() { cd "${srcdir}/picard-${pkgver}" python2 setup.py install --root="${pkgdir}" - cp -r contrib/* "${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/" + cp -r contrib/plugins/* "${pkgdir}/usr/lib/python2.7/site-packages/picard/plugins/" } diff --git a/community/pluma/PKGBUILD b/community/pluma/PKGBUILD index f9594715d..f02c0f3aa 100644 --- a/community/pluma/PKGBUILD +++ b/community/pluma/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 107797 2014-03-19 18:14:08Z flexiondotorg $ +# $Id: PKGBUILD 110490 2014-05-01 08:48:04Z flexiondotorg $ # Maintainer : Martin Wimpress <code@flexion.org> pkgname=pluma -pkgver=1.8.0 -pkgrel=3 +pkgver=1.8.1 +pkgrel=1 pkgdesc="A powerful text editor for MATE" url="http://mate-desktop.org" arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ provides=('mate-text-editor') conflicts=('mate-text-editor') groups=('mate-extra') source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz") -sha1sums=('858e3edaee698b3f99189d3285061ab56b21828c') +sha1sums=('3bd3f7a5197ac96db9142a7f3bb9a10009312c22') install=${pkgname}.install prepare() { diff --git a/community/python-numexpr/PKGBUILD b/community/python-numexpr/PKGBUILD index afcea2446..c59ef2bcd 100644 --- a/community/python-numexpr/PKGBUILD +++ b/community/python-numexpr/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 108458 2014-03-27 14:47:55Z fyan $ +# $Id: PKGBUILD 110499 2014-05-01 13:45:33Z aginiewicz $ # Maintainer: Andrzej Giniewicz <gginiu@gmail.com> # Contributor: Sebastien Binet <binet@lblbox> pkgbase=python-numexpr pkgname=('python2-numexpr' 'python-numexpr') -pkgver=2.3.1 -pkgrel=2 +pkgver=2.4 +pkgrel=1 pkgdesc="Fast numerical array expression evaluator for Python, NumPy, PyTables, pandas" url="https://github.com/pydata/numexpr" arch=('i686' 'x86_64') license=('MIT') makedepends=('python2-setuptools' 'python-setuptools' 'python-numpy' 'python2-numpy') source=(https://github.com/pydata/numexpr/archive/v$pkgver.tar.gz) -md5sums=('eda267543a8594b9979b71dc56199b71') +md5sums=('c9357862a304b9ad614afaf9e9c8dc78') build() { cd "$srcdir" diff --git a/community/python2-gevent/PKGBUILD b/community/python2-gevent/PKGBUILD index 7cffa0137..231b4930b 100644 --- a/community/python2-gevent/PKGBUILD +++ b/community/python2-gevent/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: Ralf Schmitt <ralf@systemexit.de> pkgname=python2-gevent -pkgver=1.0 +pkgver=1.0.1 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Python network library that uses greenlet and libev for easy and scalable concurrency" diff --git a/community/stone-soup/PKGBUILD b/community/stone-soup/PKGBUILD index 4ae0f41ae..8f2ef3170 100644 --- a/community/stone-soup/PKGBUILD +++ b/community/stone-soup/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jakob Gruber <jakob.gruber@gmail.com> pkgname=stone-soup -pkgver=0.14.0 +pkgver=0.14.1 pkgrel=1 pkgdesc='Open-source, single-player, role-playing roguelike game of exploration and treasure-hunting' arch=('i686' 'x86_64') @@ -66,4 +66,4 @@ package() { } -md5sums=('d71cd86cda1e00fd52c3a6d009fa3fcb') +md5sums=('9b234ce692aae1adea727e0ed54d47f9') |