summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92c341430492..e1000606e6ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = file-roller-tmp
pkgdesc = Create and modify archives. SSD-friendly version (stores temporary files in /tmp).
- pkgver = 3.36.0
+ pkgver = 3.36.1
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/file-roller
arch = x86_64
@@ -23,10 +23,10 @@ pkgbase = file-roller-tmp
optdepends = unrar: better RAR archive support
optdepends = unace: ACE archive support
optdepends = lrzip: lrzip archive support
- provides = file-roller=3.36.0
+ provides = file-roller=3.36.1
conflicts = file-roller
replaces = file-roller
- source = git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=448229e786ca0aa8392d796ce2a195c94888971e
+ source = git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=3e70dc594044b2792e8e2c50fa8ea79438b1ddfc
source = tmp-as-temp.patch
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4b4ee1f0f311..e813cabd0c4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# https://aur.archlinux.org/packages/file-roller-tmp/
pkgname=file-roller-tmp
-pkgver=3.36.0
+pkgver=3.36.1
pkgrel=1
pkgdesc="Create and modify archives. SSD-friendly version (stores temporary files in /tmp)."
url="https://gitlab.gnome.org/GNOME/file-roller"
@@ -19,7 +19,7 @@ optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
'unace: ACE archive support'
'lrzip: lrzip archive support')
groups=(gnome)
-_commit=448229e786ca0aa8392d796ce2a195c94888971e # tags/3.36.0^0
+_commit=3e70dc594044b2792e8e2c50fa8ea79438b1ddfc # tags/3.36.1^0
source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit"
'tmp-as-temp.patch')
sha256sums=('SKIP' 'SKIP')