diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-04-01 23:47:08 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-04-01 23:47:08 -0400 |
commit | d000f0ff7e7940b493078d3d941c61ac3c48f44b (patch) | |
tree | 1f335ff23dfe87ad5f614fe1c55f61919fb63f93 | |
parent | c668e8d0a4b12399592ef6172b16cdabe05d0252 (diff) | |
parent | b44f0586105af81759ce3ac3a569e9afd923327c (diff) | |
download | abslibre-d000f0ff7e7940b493078d3d941c61ac3c48f44b.tar.gz abslibre-d000f0ff7e7940b493078d3d941c61ac3c48f44b.tar.bz2 abslibre-d000f0ff7e7940b493078d3d941c61ac3c48f44b.zip |
Merge branch 'master' of git://projects.parabolagnulinux.org/abslibre
-rw-r--r-- | libre/mc-libre/PKGBUILD | 6 | ||||
-rw-r--r-- | libre/xbmc-libre/PKGBUILD | 4 | ||||
-rw-r--r-- | nonprism/sylpheed-nonprism/PKGBUILD | 8 |
3 files changed, 9 insertions, 9 deletions
diff --git a/libre/mc-libre/PKGBUILD b/libre/mc-libre/PKGBUILD index 8b555654e..c9f3d03dd 100644 --- a/libre/mc-libre/PKGBUILD +++ b/libre/mc-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 101948 2013-12-02 21:12:10Z schuay $ +# $Id: PKGBUILD 108693 2014-04-01 12:31:56Z schuay $ # Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Maintainer: schuay <jakob.gruber@gmail.com> # Maintainer (Parabola): André Silva <emulatorman@parabola.nu> @@ -6,7 +6,7 @@ _pkgname=mc pkgname=mc-libre -pkgver=4.8.11 +pkgver=4.8.12 pkgrel=1 pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander, with arj recommendation included and nonfree unace and unrar recommendation removed" arch=('i686' 'x86_64') @@ -69,4 +69,4 @@ package() { -i "${pkgdir}/usr/lib/mc/extfs.d/s3+" } -md5sums=('7262788c0e799393cd37318b43a14adc') +md5sums=('a64c426364bfaee56b628f6c0738aade') diff --git a/libre/xbmc-libre/PKGBUILD b/libre/xbmc-libre/PKGBUILD index 84abd42f2..3a7c9ecbe 100644 --- a/libre/xbmc-libre/PKGBUILD +++ b/libre/xbmc-libre/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 107003 2014-03-11 11:04:53Z spupykin $ +# $Id: PKGBUILD 108684 2014-04-01 09:15:06Z idevolder $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Brad Fanella <bradfanella@archlinux.us> # Contributor: [vEX] <niechift.dot.vex.at.gmail.dot.com> @@ -12,7 +12,7 @@ _pkgname=xbmc pkgname=xbmc-libre pkgver=12.3 _codename=Frodo -pkgrel=12 +pkgrel=13 pkgdesc="A software media player and entertainment hub for digital media, without nonfree addons and unrar support" arch=('i686' 'x86_64') url="http://xbmc.org" diff --git a/nonprism/sylpheed-nonprism/PKGBUILD b/nonprism/sylpheed-nonprism/PKGBUILD index 75f98249b..0eed066bb 100644 --- a/nonprism/sylpheed-nonprism/PKGBUILD +++ b/nonprism/sylpheed-nonprism/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 107092 2014-03-12 11:31:06Z speps $ +# $Id: PKGBUILD 108702 2014-04-01 17:09:32Z speps $ # Maintainer: speps <speps at aur dot archlinux dot org> # Contributor: Alexander Fehr <pizzapunk gmail com> # Contributor: dorphell <dorphell@archlinux.org> @@ -7,7 +7,7 @@ _pkgname=sylpheed pkgname=sylpheed-nonprism -pkgver=3.3.1 +pkgver=3.4.0 pkgrel=1 pkgdesc="Lightweight and user-friendly e-mail client, without Gmail support" arch=('i686' 'x86_64') @@ -19,9 +19,9 @@ provides=$_pkgname=$pkgver depends=('compface' 'gpgme' 'gtkspell' 'desktop-file-utils') makedepends=('openssl') install="$_pkgname.install" -source=("http://sylpheed.sraoss.jp/$_pkgname/v3.3/$_pkgname-$pkgver.tar.bz2" +source=("http://sylpheed.sraoss.jp/$_pkgname/v${pkgver%.*}/$_pkgname-$pkgver.tar.bz2" 'nonprism.patch') -md5sums=('34551fa05722bac80bbe0688bb4a3341' +md5sums=('6cef3bb0ef2de6456dc1710f58e4db1f' 'e1bddc14962e607cdb899ec082660639') prepare() { |