summaryrefslogtreecommitdiff
path: root/libre/file-roller-libre
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-16 00:57:16 -0700
committerroot <root@rshg054.dnsready.net>2013-10-16 00:57:16 -0700
commitc22d00d6478c9a00b4c7e491af65637537247c8f (patch)
treee6346097789cc44df5dc5e4340ad33ffe507b31c /libre/file-roller-libre
parent5d8af7c82b707f4cbda87bb0538fef84daf3791b (diff)
Wed Oct 16 00:56:43 PDT 2013
Diffstat (limited to 'libre/file-roller-libre')
-rw-r--r--libre/file-roller-libre/PKGBUILD16
1 files changed, 5 insertions, 11 deletions
diff --git a/libre/file-roller-libre/PKGBUILD b/libre/file-roller-libre/PKGBUILD
index 8289eb471..893b75e02 100644
--- a/libre/file-roller-libre/PKGBUILD
+++ b/libre/file-roller-libre/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 195293 2013-09-30 08:01:47Z jgc $
+# $Id: PKGBUILD 196556 2013-10-15 13:44:19Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Jan de Groot <jgc@archlinux.org>
_pkgname=file-roller
pkgname=file-roller-libre
-pkgver=3.10.0
-pkgrel=2
+pkgver=3.10.1
+pkgrel=1
pkgdesc="Create and modify archives, with unar support included and nonfree unace recommendation removed"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
@@ -19,17 +19,11 @@ conflicts=("$_pkgname")
options=('!libtool' '!emptydirs')
install=file-roller.install
url="http://www.gnome.org"
-source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz
- bug708854.patch
- bug709035.patch)
-sha256sums=('d889bb9904146e5715c082aa9a6d96b0606a066ba2bf05fbfb7030f2bf274f13'
- 'a8f4e856924b6b78e47cc134c723d1d93119f90ec9ab69dd0b59ec8a934688ba'
- '59f07968b720ccd9c70e6232b2bfcaa3cf9298d6ce48be4882154d69cbe7a909')
+source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz)
+sha256sums=('7b180bcf98eaf19835926c694ec5262a421f3a0271f030ca338ccf7f6846a80f')
prepare() {
cd $_pkgname-$pkgver
- patch -Np1 -i ../bug708854.patch
- patch -Np1 -i ../bug709035.patch
}
build() {