summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-20 22:47:13 +0000
committerroot <root@rshg047.dnsready.net>2011-05-20 22:47:13 +0000
commit6cf70d41be9abf69b6d19fbb4ce665c76db3a6c6 (patch)
treed0e12dbaa2cb07b6209b58bddf0943ba8f22bb07 /community
parente2fe79d62643f0e50b1c5e194a94cb510b371cc8 (diff)
Fri May 20 22:47:13 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/intellij-idea-libs/PKGBUILD8
-rw-r--r--community/libzrtpcpp/PKGBUILD4
-rw-r--r--community/mythplugins/PKGBUILD11
-rw-r--r--community/mythtv/PKGBUILD8
-rw-r--r--community/nut/PKGBUILD4
-rw-r--r--community/systemd/PKGBUILD12
-rw-r--r--community/twinkle/PKGBUILD4
7 files changed, 27 insertions, 24 deletions
diff --git a/community/intellij-idea-libs/PKGBUILD b/community/intellij-idea-libs/PKGBUILD
index 516b94be4..7bb76768d 100644
--- a/community/intellij-idea-libs/PKGBUILD
+++ b/community/intellij-idea-libs/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 44325 2011-04-05 15:37:14Z stativ $
+# $Id: PKGBUILD 47243 2011-05-19 13:26:51Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=intellij-idea-libs
-pkgver=10.0.3
-_pkgver=103.255
+pkgver=10.5
+_pkgver=107.105
pkgrel=1
pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ url="http://www.jetbrains.org/"
license=('apache')
depends=('glibc')
source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz)
-md5sums=('0309a9583febf6d9bfc803c386efcad4')
+md5sums=('365d1a5ee9255175065c764d634b3698')
build() {
cd "$srcdir"
diff --git a/community/libzrtpcpp/PKGBUILD b/community/libzrtpcpp/PKGBUILD
index 5b61a13c6..0723c10b4 100644
--- a/community/libzrtpcpp/PKGBUILD
+++ b/community/libzrtpcpp/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 32643 2010-11-16 09:56:02Z spupykin $
+# $Id: PKGBUILD 47218 2011-05-19 07:44:23Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor:
# Contributor: Jeff Mickey <jeff@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=libzrtpcpp
pkgver=1.4.2
-pkgrel=4
+pkgrel=5
pkgdesc="An extension to Real-time Transport Protocol (RTP) which describes a method of Diffie-Hellman key agreement for Secure Real-time Transport Protocol (SRTP)"
arch=('i686' 'x86_64')
url="http://zfoneproject.com"
diff --git a/community/mythplugins/PKGBUILD b/community/mythplugins/PKGBUILD
index 45b9cb4ee..e81415f80 100644
--- a/community/mythplugins/PKGBUILD
+++ b/community/mythplugins/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 42515 2011-03-17 12:34:35Z andrea $
+# $Id: PKGBUILD 47233 2011-05-19 08:56:57Z jconder $
# Maintainer: Jonathan Conder <jonno.conder@gmail.com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
@@ -14,8 +14,9 @@ pkgname=('mythplugins-mytharchive'
'mythplugins-mythweather'
'mythplugins-mythweb'
'mythplugins-mythzoneminder')
-pkgver=0.24
-pkgrel=3
+pkgver=0.24.1
+pkgrel=1
+epoch=1
arch=('i686' 'x86_64')
url="http://www.mythtv.org"
license=('GPL')
@@ -27,7 +28,7 @@ makedepends=("mythtv>=$pkgver" 'cdrkit' 'dvdauthor' 'dvd+rw-tools' 'ffmpeg'
'perl-xml-xpath' 'perl-image-size' 'perl-datetime-format-iso8601')
source=("ftp://ftp.osuosl.org/pub/mythtv/$pkgbase-$pkgver.tar.bz2"
'mtd.rc')
-md5sums=('2bcb195a82475648040910d7afd054d1'
+md5sums=('76aeefeff70b550b2d35c2d9d751df18'
'476c12ba074794ad7f4ae092bdf949d6')
build() {
@@ -128,7 +129,7 @@ package_mythplugins-mythweb() {
mkdir -p "$pkgdir/srv/http/mythweb"/{image_cache,php_sessions}
cp -R "$srcdir/$pkgbase-$pkgver/mythweb"/* "$pkgdir/srv/http/mythweb"
chown -R http:http "$pkgdir/srv/http/mythweb"
- chmod g+rw "$pkgdir/srv/http/mythweb"/{image_cache,php_sessions,data}
+ chmod g+rw "$pkgdir/srv/http/mythweb"/{image_cache,php_sessions}
}
package_mythplugins-mythzoneminder() {
diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD
index 257c6c0bb..3a5e51c84 100644
--- a/community/mythtv/PKGBUILD
+++ b/community/mythtv/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 46888 2011-05-13 13:31:23Z jconder $
+# $Id: PKGBUILD 47228 2011-05-19 08:27:51Z jconder $
# Maintainer: Jonathan Conder <jonno.conder@gmail.com>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
@@ -6,8 +6,8 @@
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=mythtv
-pkgver=0.24
-pkgrel=2
+pkgver=0.24.1
+pkgrel=1
epoch=1
pkgdesc="A Homebrew PVR project"
arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@ install='mythtv.install'
source=("ftp://ftp.osuosl.org/pub/$pkgname/$pkgname-$pkgver.tar.bz2"
'mythbackend.rc'
'mythbackend.conf')
-md5sums=('1abe1d3cc72fdbde6daa4247dedbf29a'
+md5sums=('6870c679619ec58456e76839745411d8'
'feadcc9ad064d93d6dceab1efc0bd9ed'
'bb8e4033d82428d827570fae9ba15e6a')
diff --git a/community/nut/PKGBUILD b/community/nut/PKGBUILD
index 5ac4a6796..2c279da72 100644
--- a/community/nut/PKGBUILD
+++ b/community/nut/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Slash <demodevil5 [at] yahoo [dot] com>
pkgname=nut
-pkgver=16.10
+pkgver=16.11
pkgrel=1
pkgdesc='Records what you eat and analyzes your meals for nutrient levels in terms of the Daily Value or DV which is the standard for food labeling in the US.'
url='http://nut.sourceforge.net/'
license=('GPL')
arch=('i686' 'x86_64')
source=("http://downloads.sourceforge.net/project/nut/nut/${pkgver}/nut-${pkgver}.tar.gz")
-md5sums=('7b360d0cc7fed5361f1220385af7aa1b')
+md5sums=('dc3dee1abd590fdf40f8c33671404398')
build() {
cd ${pkgname}-${pkgver}
diff --git a/community/systemd/PKGBUILD b/community/systemd/PKGBUILD
index ba1a9b22a..aa0f011a6 100644
--- a/community/systemd/PKGBUILD
+++ b/community/systemd/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 45855 2011-04-30 03:24:21Z dreisner $
+# $Id: PKGBUILD 47254 2011-05-20 00:38:37Z dreisner $
# Maintainer: Dave Reisner <d@falconindy.com>
pkgname=systemd
-pkgver=26
+pkgver=27
pkgrel=1
pkgdesc="Session and Startup manager"
arch=('i686' 'x86_64')
@@ -20,12 +20,14 @@ optdepends=('cryptsetup: required for encrypted block devices'
groups=('systemd')
options=('!libtool')
backup=(etc/systemd/system.conf
- etc/tmpfiles.d/systemd.conf
- etc/tmpfiles.d/x11.conf)
+ etc/tmpfiles.d/console.conf
+ usr/lib/tmpfiles.d/legacy.conf
+ usr/lib/tmpfiles.d/systemd.conf
+ usr/lib/tmpfiles.d/x11.conf)
install=systemd.install
source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.bz2"
"os-release")
-md5sums=('b7c468aa400c64d02d533eba6359e283'
+md5sums=('6d6319e1817960459f13b300c4881f18'
'752636def0db3c03f121f8b4f44a63cd')
build() {
diff --git a/community/twinkle/PKGBUILD b/community/twinkle/PKGBUILD
index a7e4d92ad..152d08e3d 100644
--- a/community/twinkle/PKGBUILD
+++ b/community/twinkle/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 41011 2011-03-03 04:44:11Z tdziedzic $
+# $Id: PKGBUILD 47223 2011-05-19 07:52:09Z andrea $
# Maintainer:
# Contributor: Jeff Mickey <jeff@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
@@ -6,7 +6,7 @@
pkgname=twinkle
pkgver=1.4.2
-pkgrel=8
+pkgrel=9
pkgdesc="A softphone for voice over IP and instant messaging communications using the SIP protocol"
arch=('i686' 'x86_64')
url="http://www.twinklephone.com/"