summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlbert Vaca Cintora2020-11-22 23:52:42 +0100
committerAlbert Vaca Cintora2020-11-22 23:52:42 +0100
commit8fb8b38d8114632d157f064b5c74806846265fe0 (patch)
tree342cf452b448247772327a3602ae8112964b7aec
parentf81879661633cdf03d188d97acba0ad4a8ecf456 (diff)
downloadaur-8fb8b38d8114632d157f064b5c74806846265fe0.tar.gz
Release 3.38.2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8244ac1b5246..e6cad0d7d38c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nautilus-typeahead
pkgdesc = Default file manager for GNOME - Patched to bring back the 'typeahead find' feature
- pkgver = 3.38.1
+ pkgver = 3.38.2
pkgrel = 1
url = https://wiki.gnome.org/Apps/Files
arch = x86_64
@@ -22,7 +22,7 @@ pkgbase = nautilus-typeahead
depends = gnome-autoar
depends = gst-plugins-base-libs
optdepends = nautilus-sendto: right click to send files
- source = git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=8ed4a28f285a0421e7c56babba6f74e3906440e2
+ source = git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=f9ef978f701208133b7e9b25ea81e08c47bd9d23
source = git+https://gitlab.gnome.org/GNOME/libgd.git
source = nautilus-restore-typeahead.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4cf5613f36c4..c58ca154dfb1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgbase=nautilus
pkgbase=nautilus-typeahead
pkgname=(nautilus-typeahead libnautilus-extension-typeahead)
packager="Albert Vaca Cintora <albertvaka@gmail.com>"
-pkgver=3.38.1
+pkgver=3.38.2
pkgrel=1
pkgdesc="Default file manager for GNOME - Patched to bring back the 'typeahead find' feature"
url="https://wiki.gnome.org/Apps/Files"
@@ -18,7 +18,7 @@ depends=(libgexiv2 gnome-desktop gvfs dconf tracker3 tracker3-miners
makedepends=(gobject-introspection git gtk-doc meson appstream-glib 'meson>=0.44.1' ninja)
optdepends=('nautilus-sendto: right click to send files')
checkdepends=(python-gobject)
-_commit=8ed4a28f285a0421e7c56babba6f74e3906440e2 # tags/3.38.1
+_commit=f9ef978f701208133b7e9b25ea81e08c47bd9d23 # tags/3.38.2
source=("git+https://gitlab.gnome.org/GNOME/nautilus.git#commit=$_commit"
'git+https://gitlab.gnome.org/GNOME/libgd.git'
nautilus-restore-typeahead.patch)