summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/atanks/PKGBUILD6
-rw-r--r--community/efax-gtk/PKGBUILD4
-rw-r--r--community/luakit/0001-Dont-mark-desktop-file-as-executable.patch21
-rw-r--r--community/luakit/PKGBUILD9
-rw-r--r--community/opensips/PKGBUILD8
-rw-r--r--community/oss/PKGBUILD14
-rw-r--r--community/spacefm/PKGBUILD10
-rw-r--r--community/udevil/PKGBUILD6
8 files changed, 40 insertions, 38 deletions
diff --git a/community/atanks/PKGBUILD b/community/atanks/PKGBUILD
index 5c7dca88c..1e27f67ec 100644
--- a/community/atanks/PKGBUILD
+++ b/community/atanks/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 67099 2012-03-04 08:25:15Z spupykin $
+# $Id: PKGBUILD 76226 2012-09-14 12:01:49Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jacek Poplawski <jacekpoplawski@gmail.com>
# Contributor: Charlie Cox <ccoxiv@yahoo.com>
pkgname=atanks
-pkgver=5.3
+pkgver=5.5
pkgrel=1
pkgdesc="Atomic Tanks"
url="http://atanks.sourceforge.net"
@@ -13,7 +13,7 @@ arch=('i686' 'x86_64')
makedepends=('sed')
depends=('allegro4>=4.4.0.1' 'gcc-libs')
source=("http://downloads.sourceforge.net/project/atanks/atanks/atanks-${pkgver}/atanks-${pkgver}.tar.gz")
-md5sums=('33e344eb18b1421df120a59696958d5c')
+md5sums=('1ba5a8bae3e7e49a0fdb7d21a480e70d')
build() {
cd atanks-${pkgver}
diff --git a/community/efax-gtk/PKGBUILD b/community/efax-gtk/PKGBUILD
index c9363d1a5..33b7348c1 100644
--- a/community/efax-gtk/PKGBUILD
+++ b/community/efax-gtk/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 63538 2012-02-05 11:54:36Z ibiru $
+# $Id: PKGBUILD 76212 2012-09-14 07:41:39Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
pkgname=efax-gtk
pkgver=3.2.9
-pkgrel=2
+pkgrel=3
pkgdesc="A GUI front end for the 'efax' fax program"
arch=('i686' 'x86_64')
url="http://efax-gtk.sourceforge.net/"
diff --git a/community/luakit/0001-Dont-mark-desktop-file-as-executable.patch b/community/luakit/0001-Dont-mark-desktop-file-as-executable.patch
index 4553df933..0e5a9d1a2 100644
--- a/community/luakit/0001-Dont-mark-desktop-file-as-executable.patch
+++ b/community/luakit/0001-Dont-mark-desktop-file-as-executable.patch
@@ -4,7 +4,7 @@ Date: Thu, 12 Apr 2012 16:43:41 +0200
Subject: [PATCH] Don't mark desktop file as executable.
---
- Makefile | 2 +-
+ Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
@@ -12,14 +12,13 @@ index be1567b..50973d6 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ install:
- install -d $(DESTDIR)/usr/share/pixmaps
- install extras/luakit.png $(DESTDIR)/usr/share/pixmaps/
- install -d $(DESTDIR)/usr/share/applications
-- install extras/luakit.desktop $(DESTDIR)/usr/share/applications/
-+ install -m0644 extras/luakit.desktop $(DESTDIR)/usr/share/applications/
- install -d $(MANPREFIX)/man1/
- install -m644 luakit.1 $(MANPREFIX)/man1/
-
---
-1.7.10
+ install -d $(DESTDIR)/usr/share/pixmaps
+ install extras/luakit.png $(DESTDIR)/usr/share/pixmaps/
+ install -d $(DESTDIR)/usr/share/applications
+- install extras/luakit.desktop $(DESTDIR)/usr/share/applications/
++ install -m0644 extras/luakit.desktop $(DESTDIR)/usr/share/applications/
+ install -d $(MANPREFIX)/man1/
+ install -m644 luakit.1 $(MANPREFIX)/man1/
+---
+1.7.10
diff --git a/community/luakit/PKGBUILD b/community/luakit/PKGBUILD
index 89484ec7d..a635b2fe0 100644
--- a/community/luakit/PKGBUILD
+++ b/community/luakit/PKGBUILD
@@ -1,10 +1,11 @@
-# $Id: PKGBUILD 76198 2012-09-13 13:06:35Z bpiotrowski $
+# $Id: PKGBUILD 76207 2012-09-14 04:30:59Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski
# Contributor: Thomas Dziedzic < gostrc at gmail >
# Contributor: J. W. Birdsong <jwbirdsong AT gmail DOT com>
pkgname=luakit
-pkgver=2012.09.13
+pkgver=2012.09.13.r1
+_pkgver=2012.09.13-r1
pkgrel=1
pkgdesc='Fast, small, webkit based browser framework extensible by Lua'
arch=('i686' 'x86_64')
@@ -14,8 +15,8 @@ depends=('libwebkit' 'luafilesystem' 'libunique' 'desktop-file-utils' 'luajit')
makedepends=('git' 'help2man')
options=(!makeflags)
install='luakit.install'
-source=($pkgver.tar.gz::https://github.com/mason-larobina/luakit/tarball/$pkgver)
-md5sums=('5de91907c44286c9b5a21319fa7cb67f')
+source=($pkgver.tar.gz::https://github.com/mason-larobina/luakit/tarball/$_pkgver)
+md5sums=('77b02e6d19ba021409f1778fddd94a42')
build() {
cd mason-larobina-luakit-*
diff --git a/community/opensips/PKGBUILD b/community/opensips/PKGBUILD
index e6dbcbedd..8ce667753 100644
--- a/community/opensips/PKGBUILD
+++ b/community/opensips/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 73317 2012-07-06 09:18:06Z spupykin $
+# $Id: PKGBUILD 76218 2012-09-14 10:04:13Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=opensips
-pkgver=1.7.1
-pkgrel=2
+pkgver=1.8.1
+pkgrel=1
pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, location server, redirect server ..."
url="http://www.opensips.org"
depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -25,7 +25,7 @@ install=opensips.install
options=('!emptydirs' 'zipman' '!makeflags' 'docs')
source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}_src.tar.gz
opensips.init)
-md5sums=('275ecad5146a7571713baf9f3395fe0f'
+md5sums=('b3d10665ba7a47d440d60391f162dfd2'
'685fbe00826df1285b410d4610dcbb0c')
build()
diff --git a/community/oss/PKGBUILD b/community/oss/PKGBUILD
index 3a56ba7df..bd792bbde 100644
--- a/community/oss/PKGBUILD
+++ b/community/oss/PKGBUILD
@@ -1,12 +1,14 @@
-# $Id: PKGBUILD 73700 2012-07-14 13:07:06Z allan $
-# Maintainer: Florian Pritz <bluewind@xinu.at>
+# $Id: PKGBUILD 76238 2012-09-14 22:52:02Z kkeen $
+# Maintainer: Kyle Keen <keenerd@gmail.com>
+# Contributor: Florian Pritz <bluewind@xinu.at>
# Contributor: Paulo Matias <matiasΘarchlinux-br·org>
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgbase=oss
-pkgname=(oss libflashsupport-oss)
-pkgver=4.2_2006
-pkgrel=4
+pkgname=oss
+true && pkgname=(oss libflashsupport-oss)
+pkgver=4.2_2007
+pkgrel=1
arch=('i686' 'x86_64')
url="http://developer.opensound.com/"
license=('GPL2')
@@ -18,7 +20,7 @@ source=("http://www.4front-tech.com/developer/sources/stable/gpl/oss-v${pkgver/_
"remove-hal.patch"
"oss.service"
)
-md5sums=('ca25c06bb7d0c6495e1b6f55d1bad96c'
+md5sums=('26b9d6951f3eb2eac39a0f42f0dbdae7'
'b9a380a0ac8896390d71ac13676f27e1'
'cbcbce5c03b127df5eafa8faa091492c'
'65f07fe241bfbf912f76d8b6d8f276b5'
diff --git a/community/spacefm/PKGBUILD b/community/spacefm/PKGBUILD
index a87cc4df0..c15685c12 100644
--- a/community/spacefm/PKGBUILD
+++ b/community/spacefm/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 75235 2012-08-16 20:04:22Z bpiotrowski $
+# $Id: PKGBUILD 76236 2012-09-14 19:21:38Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
# Contributor: ridikulus_rat <the.ridikulus.rat@gmail.com>
pkgname=spacefm
-pkgver=0.7.11
+pkgver=0.8.0
pkgrel=1
-pkgdesc="A multi-panel tabbed file manager"
+pkgdesc='A multi-panel tabbed file manager'
arch=('i686' 'x86_64')
-url="http://ignorantguru.github.com/spacefm/"
+url='http://ignorantguru.github.com/spacefm/'
license=('GPL2')
install=$pkgname.install
depends=('gtk2' 'shared-mime-info' 'desktop-file-utils' 'startup-notification' 'udev')
@@ -22,7 +22,7 @@ optdepends=('lsof: device processes'
'udisks: mount as non-root user'
'udisks2: mount as non-root user')
source=(https://raw.github.com/IgnorantGuru/spacefm/master/packages/${pkgver}/spacefm-${pkgver}.tar.xz)
-md5sums=('99719d34fd60ad9514c10a25f52d0bb3')
+md5sums=('e9fe71ecd1f2ac07f4cbda2036279a99')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/udevil/PKGBUILD b/community/udevil/PKGBUILD
index 639697109..e08ade8d2 100644
--- a/community/udevil/PKGBUILD
+++ b/community/udevil/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 75211 2012-08-16 07:12:48Z bpiotrowski $
+# $Id: PKGBUILD 76234 2012-09-14 18:50:59Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
pkgname=udevil
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc='Mount and unmount without password'
@@ -24,7 +24,7 @@ provides=('devmon')
backup=('etc/udevil/udevil.conf')
install=$pkgname.install
source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz)
-md5sums=('47b8f9334266d65020daa4679f71b504')
+md5sums=('81abe64e0c6d3555f0b66b7d7fa9a340')
build() {
cd $srcdir/$pkgname-$pkgver