summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpriponne2015-10-18 21:22:34 +0100
committerpriponne2015-10-18 21:22:34 +0100
commitb6c929f5879b9753f575aa8fe644ce665f1ff75a (patch)
tree466b01d44682de08b1a9989ea8e5cd643d8cd174
parent22725a97920e5ecca0950943162457b7ab85ddbe (diff)
downloadaur-b6c929f5879b9753f575aa8fe644ce665f1ff75a.tar.gz
Updated to version 3.16.4
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b455ac9c749..b9bc05bc7ef8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = file-roller-tmp
pkgdesc = The file-roller with an additional patch to put temporary files in /tmp instead of ~/.cache (and thus to reduce the amount of writes to SSDs).
- pkgver = 3.16.3
- pkgrel = 2
+ pkgver = 3.16.4
+ pkgrel = 1
url = http://www.gnome.org
install = file-roller.install
arch = i686
@@ -21,9 +21,9 @@ pkgbase = file-roller-tmp
depends = file
depends = json-glib
depends = libnotify
- depends = p7zip
depends = zip
depends = unzip
+ optdepends = p7zip: 7z, arj, exe and encrypted zip files support
optdepends = unrar: better RAR archive support
optdepends = unace: ACE archive support
optdepends = lrzip: lrzip archive support
@@ -31,9 +31,9 @@ pkgbase = file-roller-tmp
provides = file-roller
conflicts = file-roller
options = !emptydirs
- source = http://ftp.gnome.org/pub/gnome/sources/file-roller/3.16/file-roller-3.16.3.tar.xz
+ source = http://ftp.gnome.org/pub/gnome/sources/file-roller/3.16/file-roller-3.16.4.tar.xz
source = tmp-as-temp.patch
- sha256sums = 2b3a1111caba26e67b96559a3118a700dbfb6a4c6ad7ebd3e509df227995411c
+ sha256sums = 5455980b2c9c7eb063d2d65560ae7ab2e7f01b208ea3947e151680231c7a4185
sha256sums = 9556742b38c06f131f7d56eb72522e38402a85ec99904be73ccae228f5b9572f
pkgname = file-roller-tmp
diff --git a/PKGBUILD b/PKGBUILD
index 943e8d3a9b22..31b1c0538027 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
# Maintainer: Kresimir Pripuzic <kpripuzic@gmail.com>
pkgname=file-roller-tmp
-pkgver=3.16.3
-pkgrel=2
+pkgver=3.16.4
+pkgrel=1
pkgdesc="The file-roller with an additional patch to put temporary files in /tmp instead of ~/.cache (and thus to reduce the amount of writes to SSDs)."
arch=('i686' 'x86_64')
license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 'file' 'json-glib' 'libnotify' 'p7zip'
- 'zip' 'unzip')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 'file' 'json-glib' 'libnotify' 'zip' 'unzip')
makedepends=('intltool' 'pkg-config' 'libnautilus-extension' 'itstool' 'docbook-xsl')
-optdepends=('unrar: better RAR archive support'
+optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
+ 'unrar: better RAR archive support'
'unace: ACE archive support'
'lrzip: lrzip archive support'
'cdrkit: ISO image support')
@@ -22,7 +22,7 @@ install=file-roller.install
url="http://www.gnome.org"
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname:0:11}/${pkgver:0:4}/${pkgname:0:11}-$pkgver.tar.xz
tmp-as-temp.patch)
-sha256sums=('2b3a1111caba26e67b96559a3118a700dbfb6a4c6ad7ebd3e509df227995411c'
+sha256sums=('5455980b2c9c7eb063d2d65560ae7ab2e7f01b208ea3947e151680231c7a4185'
'9556742b38c06f131f7d56eb72522e38402a85ec99904be73ccae228f5b9572f')
prepare() {