Pamac-cli and pamac-gtk are in conflict (pamac). Remove pamac-gtk? [y/N]

Got this message for the first time. I’d like to keep both… is that ok?

yay -Syu output w/ error message
$ yay -Syu
[sudo] password for chewie: 
:: Synchronizing package databases...
 core is up to date
 extra                2015.2 KiB   407 KiB/s 00:05 [######################] 100%
 community               6.3 MiB   446 KiB/s 00:15 [######################] 100%
 multilib is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (1) manjaro-application-utility-1.3.3-4.1

Total Download Size:   0.04 MiB
Total Installed Size:  0.17 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
error: failed retrieving file 'manjaro-application-utility-1.3.3-4.1-any.pkg.tar.zst' from mirrors.ocf.berkeley.edu : Resolving timed out after 10000 milliseconds
 manjaro-applicat...    45.6 KiB   257 KiB/s 00:00 [######################] 100%
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) checking available disk space                [######################] 100%
:: Processing package changes...
(1/1) upgrading manjaro-application-utility        [######################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
:: Searching databases for updates...
:: Searching AUR for updates...
 -> Missing AUR Packages:  moka-icon-theme  pamac-common  pamac-flatpak-plugin  pamac-gnome-integration  pamac-gtk  pamac-snap-plugin
 -> Orphaned AUR Packages:  agg
 -> Flagged Out Of Date AUR Packages:  gnome-activity-journal  hfsprogs  mono-upnp-git
:: 3 Packages to upgrade.
3  aur/lagrange     0.13.2-1 -> 1.0.0-1
2  aur/nordvpn-bin  3.8.8-2  -> 3.8.8-4
1  aur/pamac-cli    9.5.12-1 -> 10.0.0-1
==> Packages to exclude: (eg: "1 2 3", "1-3", "^4" or repo name)
==> 
:: Checking for conflicts...
:: Checking for inner conflicts...
 -> 
Package conflicts found:
 -> Installing pamac-cli will remove: pamac-gtk (pamac)
 -> Conflicting packages will have to be confirmed manually
[Aur:3]  lagrange-1.0.0-1  nordvpn-bin-3.8.8-4  pamac-cli-10.0.0-1

  3 lagrange                                 (Installed) (Build Files Exist)
  2 nordvpn-bin                              (Installed) (Build Files Exist)
  1 pamac-cli                                (Installed)
==> Packages to cleanBuild?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> 
:: Downloaded PKGBUILD (1/3): lagrange
:: Downloaded PKGBUILD (2/3): nordvpn-bin
:: Downloaded PKGBUILD (3/3): pamac-cli
  3 lagrange                                 (Installed) (Build Files Exist)
  2 nordvpn-bin                              (Installed) (Build Files Exist)
  1 pamac-cli                                (Installed) (Build Files Exist)
==> Diffs to show?
==> [N]one [A]ll [Ab]ort [I]nstalled [No]tInstalled or (1 2 3, 1-3, ^4)
==> a
diff --git /home/chewie/.cache/yay/lagrange/PKGBUILD /home/chewie/.cache/yay/lagrange/PKGBUILD
new file mode 100644
index f7ebee7..d3de1b3 100644
--- /home/chewie/.cache/yay/lagrange/PKGBUILD
+++ /home/chewie/.cache/yay/lagrange/PKGBUILD
@@ -2,7 +2,7 @@
 
 pkgname=lagrange
 pkgrel=1
-pkgver=0.13.1
+pkgver=1.0.0
 pkgdesc="Beautiful Gemini Client"
 url="https://git.skyjake.fi/skyjake/lagrange"
 arch=("any")
@@ -30,4 +30,5 @@ package() {
     make PREFIX="/usr" DESTDIR="$pkgdir" install
 }
 
-md5sums=('8fdf46325969e0ddd8dd1a29d951e174')
+md5sums=('4f821e05c5ac53bb25293458384ef11c')
+
diff --git /home/chewie/.cache/yay/nordvpn-bin/PKGBUILD /home/chewie/.cache/yay/nordvpn-bin/PKGBUILD
new file mode 100644
index 2b98dff..9da6327 100644
--- /home/chewie/.cache/yay/nordvpn-bin/PKGBUILD
+++ /home/chewie/.cache/yay/nordvpn-bin/PKGBUILD
@@ -4,7 +4,7 @@
 
 pkgname=nordvpn-bin
 pkgver=3.8.8
-pkgrel=1
+pkgrel=4
 pkgdesc="NordVPN CLI tool for Linux"
 arch=('x86_64' 'i686' 'armv7h' 'aarch64')
 url="https://nordvpn.com/download/linux/"
@@ -28,4 +28,5 @@ package() {
     mv "${pkgdir}/usr/sbin/nordvpnd" "${pkgdir}/usr/bin"
     rm -r "${pkgdir}/etc/init.d"
     rm -r "${pkgdir}/usr/sbin"
+    echo "g nordvpn - -" | install -Dm644 /dev/stdin "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
 }
diff --git /home/chewie/.cache/yay/nordvpn-bin/nordvpn-bin.install /home/chewie/.cache/yay/nordvpn-bin/nordvpn-bin.install
new file mode 100644
index 0400c44..2065944 100644
--- /home/chewie/.cache/yay/nordvpn-bin/nordvpn-bin.install
+++ /home/chewie/.cache/yay/nordvpn-bin/nordvpn-bin.install
@@ -1,6 +1,27 @@
 post_install() {
   echo ':: In order to enable nordvpn you have to start the following service:'
   echo '     sudo systemctl enable --now nordvpnd'
+  echo ':: You have to add yourself to the nordvpn group:'
+  echo "     sudo gpasswd -a USERNAME nordvpn"
+  echo ':: You then have to restart for the group to be created:'
+  echo "     reboot"
+}
+
+post_upgrade() {
+  echo ':: In order to enable nordvpn you have to start the following service:'
+  echo '     sudo systemctl enable --now nordvpnd'
+  echo ':: You have to add yourself to the nordvpn group:'
+  echo "     sudo gpasswd -a USERNAME nordvpn"
+  echo ':: You then have to restart for the group to be created:'
+  echo "     reboot"
+}
+
+pre_install() {
+  chattr -i /var/lib/nordvpn/data/*
+}
+
+pre_upgrade() {
+  chattr -i /var/lib/nordvpn/data/*
 }
 
 pre_remove() {
diff --git /home/chewie/.cache/yay/pamac-cli/.gitignore /home/chewie/.cache/yay/pamac-cli/.gitignore
new file mode 100644
index 0000000..81d8e83
--- /dev/null
+++ /home/chewie/.cache/yay/pamac-cli/.gitignore
@@ -0,0 +1,5 @@
+*.gz
+*.tar
+*.tar.*
+/pkg/*
+/src/*
diff --git /home/chewie/.cache/yay/pamac-cli/PKGBUILD /home/chewie/.cache/yay/pamac-cli/PKGBUILD
new file mode 100644
index 0000000..41684c7
--- /dev/null
+++ /home/chewie/.cache/yay/pamac-cli/PKGBUILD
@@ -0,0 +1,71 @@
+# Contributor: Zeph <zeph33@gmail.com>
+# Maintainer: Zeph <zeph33@gmail.com>
+# https://gitlab.manjaro.org/packages/extra/pamac
+ENABLE_FLATPAK=0
+ENABLE_SNAPD=0
+
+pkgname=pamac-cli
+pkgver=10.0.0
+pkgrel=1
+_pkgfixver=$pkgver
+
+_commit='4431c12f2b7920ef437b9a30068f7a545d72549d'
+sha256sums=('142bb64f748e4edcedc71daa6997e403a4e7c4161b2aaf5dc522dee377cd7914'
+            '13159694127c05fdc41f1ad83aa20e6d1c7c44d73b15046c62613d7f8e522c22')
+
+pkgdesc="Pamac cli frontend for libalpm"
+arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
+url="https://gitlab.manjaro.org/applications/pamac"
+license=('GPL3')
+depends=('glib2>=2.42' 'json-glib' 'libsoup' 'pacman>=5.2' 'appstream-glib' 'archlinux-appstream-data' 'git')
+optdepends=('')
+makedepends=('gettext' 'itstool' 'vala>=0.36.6' 'meson' 'ninja' 'gobject-introspection')
+conflicts=('pamac' 'pamac-aur' 'pamac-aur-git')
+provides=('pamac')
+replaces=('pamac')
+options=(!emptydirs)
+install=
+
+define_meson=''
+if [ "${ENABLE_FLATPAK}" = 1 ]; then
+  depends+=('flatpak')
+  define_meson+=' -Denable-flatpak=true'
+fi
+
+if [ "${ENABLE_SNAPD}" = 1 ]; then
+  depends+=('snapd' 'snapd-glib')
+  define_meson+=' -Denable-snap=true'
+fi
+
+
+source=("pamac-$pkgver-$pkgrel.tar.gz::$url/-/archive/$_commit/pamac-$_commit.tar.gz" "meson.build")
+
+prepare() {
+  cd "$srcdir/pamac-$_commit"
+
+  # adjust version string
+  sed -i -e "s|\"$_pkgfixver\"|\"$pkgver-$pkgrel\"|g" src/version.vala
+}
+
+build() {
+  cp -f "$srcdir/meson.build" "$srcdir/pamac-$_commit/src/meson.build"
+  cd "$srcdir/pamac-$_commit"
+  mkdir -p builddir
+  cd builddir
+  meson --buildtype=release \
+        --prefix=/usr \
+        --sysconfdir=/etc $define_meson
+  # build
+  ninja
+}
+
+package() {
+  cd "$srcdir/pamac-$_commit/builddir"
+  DESTDIR="$pkgdir" ninja install
+  # clean graphic files
+  rm -rf "$pkgdir/etc/xdg"
+  rm -rf "$pkgdir/usr/share/applications"
+  rm -rf "$pkgdir/usr/share/dbus-1/services"
+  rm -rf "$pkgdir/usr/share/gnome-shell"
+  rm -rf "$pkgdir/usr/share/icons"
+}
diff --git /home/chewie/.cache/yay/pamac-cli/meson.build /home/chewie/.cache/yay/pamac-cli/meson.build
new file mode 100644
index 0000000..6428c51
--- /dev/null
+++ /home/chewie/.cache/yay/pamac-cli/meson.build
@@ -0,0 +1,162 @@
+gobject = dependency('gobject-2.0')
+gio = dependency('gio-2.0')
+gthread = dependency('gthread-2.0')
+libalpm = dependency('libalpm')
+json = dependency('json-glib-1.0')
+libsoup = dependency('libsoup-2.4')
+polkit = dependency('polkit-gobject-1')
+# libnotify = dependency('libnotify')
+appstream = dependency('appstream-glib')
+# gio_unix = dependency('gio-unix-2.0')
+
+# gtk3 = dependency('gtk+-3.0', version : '>=3.22')
+# gdk3 = dependency('gdk-3.0')
+# gdk_pixbuf2 = dependency('gdk-pixbuf-2.0')
+
+gmodule = dependency('gmodule-2.0')
+
+posix = meson.get_compiler('vala').find_library('posix')
+math = meson.get_compiler('c').find_library('m')
+
+vala_deps = [gobject]
+alpm_deps = [libalpm, gio, posix]
+
+alpm_c_args = ['-D_FILE_OFFSET_BITS=64']
+
+common_vala_args = ['--pkg=posix', '--target-glib=2.38', '--vapidir=' + join_paths(meson.source_root(), 'vapi')]
+common_c_args = ['-DGETTEXT_PACKAGE="pamac"']
+
+common_sources = ['package.vala', 'alpm_package.vala', 'pamac_config.vala']
+# transaction_gtk_sources = ['transaction-gtk.vala', 'choose_provider_dialog.vala', 'choose_pkgs_dialog.vala',
+#                                                      'transaction_sum_dialog.vala', 'progress_box.vala']
+# preferences_sources = ['preferences_dialog.vala']
+
+libpamac_sources = [common_sources, 'version.vala', 'alpm_config.vala', 'aur.vala', 'database.vala',
+                                       'transaction_interface.vala', 'alpm_utils.vala', 'transaction_interface_root.vala',
+                                       'daemon_interface.vala', 'transaction_interface_daemon.vala', 'transaction.vala',
+                                       'updates_checker.vala', 'plugin_loader.vala', 'snap_interface.vala', 'flatpak_interface.vala']
+libpamac_dependencies = [alpm_deps, math, json, appstream, libsoup, gmodule]
+# libpamac_dependencies = [alpm_deps, math, json, appstream, libsoup, libnotify, gmodule]
+
+if get_option('enable-snap')
+       snapd = dependency('snapd-glib')
+
+       libpamac_snap = library('pamac-snap',
+               sources: ['snap_interface.vala', 'snap_plugin.vala', 'package.vala'],
+               vala_args: common_vala_args,
+               c_args: common_c_args,
+               dependencies: [gio, math, snapd, gmodule],
+               install: true,
+               install_dir: [true, true, true])
+
+       common_vala_args += '--define=ENABLE_SNAP'
+endif
+
+if get_option('enable-flatpak')
+       flatpak = dependency('flatpak')
+
+       libpamac_flatpak = library('pamac-flatpak',
+               sources: ['flatpak_interface.vala', 'flatpak_plugin.vala', 'package.vala'],
+               vala_args: common_vala_args,
+               c_args: common_c_args,
+               dependencies: [gio, math, flatpak, appstream, gmodule],
+               install: true,
+               install_dir: [true, true, true])
+
+       common_vala_args += '--define=ENABLE_FLATPAK'
+endif
+
+libpamac = library('pamac',
+       sources: libpamac_sources,
+       dependencies: libpamac_dependencies,
+       vala_args: common_vala_args,
+       c_args: [common_c_args, alpm_c_args],
+       vala_gir: 'Pamac-10.0.gir',
+       install: true,
+       install_dir: [true, true, true, true])
+
+# create pkg-config file
+pkg = import('pkgconfig')
+pkg.generate(libpamac,
+       description: 'Pamac Library')
+
+# create typelib files
+g_ir_compiler = find_program('g-ir-compiler')
+custom_target('pamac typelib', command: [g_ir_compiler, '--shared-library', 'libpamac', '--output', '@OUTPUT@', join_paths(meson.current_build_dir(), 'Pamac-10.0.gir')],
+       output: 'Pamac-10.0.typelib',
+       depends: libpamac,
+       install: true,
+       install_dir: join_paths(get_option('libdir'), 'girepository-1.0'))
+
+libpamac_dep = declare_dependency(link_with: libpamac)
+
+daemon_sources = ['version.vala', 'package.vala', 'alpm_package.vala', 'aur.vala', 'alpm_utils.vala',
+                               'alpm_config.vala', 'pamac_config_daemon.vala', 'daemon.vala', 'plugin_loader.vala',
+                               'snap_interface.vala', 'flatpak_interface.vala']
+daemon_dependencies = [vala_deps, alpm_deps, json, math, libsoup, polkit, appstream, gmodule]
+
+executable('pamac-daemon',
+       sources: daemon_sources,
+       dependencies: daemon_dependencies,
+       vala_args: common_vala_args,
+       c_args: [common_c_args, alpm_c_args],
+       install : true)
+
+executable('pamac',
+       sources: ['version.vala', 'transaction-cli.vala', 'cli.vala'],
+       dependencies: [gio, posix, math, libpamac_dep],
+       vala_args: [common_vala_args, '--pkg=linux'],
+       c_args: common_c_args,
+       install: true)
+
+# executable('pamac-tray',
+#      sources: ['tray.vala', 'tray-gtk.vala'],
+#      dependencies: [gtk3, libnotify, libpamac_dep],
+#      vala_args: common_vala_args,
+#      c_args: common_c_args,
+#      install: true)
+
+# libpamac_gtk = library('pamac-gtk',
+#      sources: [transaction_gtk_sources, transaction_resources],
+#      dependencies: [gio, gtk3, posix, math, libpamac_dep],
+#      vala_args: common_vala_args,
+#      c_args: common_c_args,
+#      install: true,
+#      install_dir: [true, true, true])
+
+#libpamac_gtk_dep = declare_dependency(link_with: libpamac_gtk)
+
+# executable('pamac-manager',
+#      sources: ['version.vala', 'history_dialog.vala', 'updates_dialog.vala', preferences_sources, 'local_config.vala', 'package_row.vala', 'manager_window.vala', 'manager.vala', 'search-provider.vala', manager_resources],
+#      dependencies: [gtk3, libsoup, gio_unix, libpamac_dep, libpamac_gtk_dep],
+#      vala_args: common_vala_args,
+#      c_args: common_c_args,
+#      install: true)
+
+# if get_option('enable-fake-gnome-software')
+#      executable('gnome-software',
+#              sources: ['fake_gnome_software.vala'],
+#              dependencies: [gio],
+#              install: true)
+# endif
+
+# executable('pamac-installer',
+#      sources: ['progress_dialog.vala', 'installer.vala', installer_resources],
+#  dependencies: [gtk3, gio_unix, libpamac_dep, libpamac_gtk_dep],
+#      vala_args: common_vala_args,
+#      c_args: common_c_args,
+#      install: true)
+
+executable('dependency-checker',
+       sources: ['alpm_config.vala', 'dependency_checker.vala'],
+       dependencies: [vala_deps, alpm_deps],
+       vala_args: common_vala_args,
+       c_args: [common_c_args, alpm_c_args],
+       install : true)
+
+executable('outdated-checker',
+       sources: ['alpm_config.vala', 'outdated_checker.vala'],
+       dependencies: [vala_deps, alpm_deps],
+       vala_args: common_vala_args,
+       c_args: [common_c_args, alpm_c_args],
+       install : true)

==> Proceed with install? [Y/n] 
:: (1/3) Parsing SRCINFO: lagrange
:: (2/3) Parsing SRCINFO: nordvpn-bin
:: (3/3) Parsing SRCINFO: pamac-cli
==> Making package: lagrange 1.0.0-1 (Sun 20 Dec 2020 12:02:29 PM CST)
==> Retrieving sources...
  -> Downloading lagrange-1.0.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    72  100    72    0     0     12      0  0:00:06  0:00:05  0:00:01    18
100 13.4M    0 13.4M    0     0   325k      0 --:--:--  0:00:42 --:--:--  372k
==> Validating source files with md5sums...
    lagrange-1.0.0.tar.gz ... Passed
==> Making package: nordvpn-bin 3.8.8-4 (Sun 20 Dec 2020 12:03:15 PM CST)
==> Retrieving sources...
  -> Found nordvpn_3.8.8_amd64.deb
==> Validating source_x86_64 files with sha256sums...
    nordvpn_3.8.8_amd64.deb ... Passed
==> Making package: pamac-cli 10.0.0-1 (Sun 20 Dec 2020 12:03:20 PM CST)
==> Retrieving sources...
  -> Downloading pamac-10.0.0-1.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  832k  100  832k    0     0  85891      0  0:00:09  0:00:09 --:--:--  202k
  -> Found meson.build
==> Validating source files with sha256sums...
    pamac-10.0.0-1.tar.gz ... Passed
    meson.build ... Passed
==> Making package: lagrange 1.0.0-1 (Sun 20 Dec 2020 12:03:31 PM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found lagrange-1.0.0.tar.gz
==> Validating source files with md5sums...
    lagrange-1.0.0.tar.gz ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting lagrange-1.0.0.tar.gz with bsdtar
==> Sources are ready.
==> Making package: lagrange 1.0.0-1 (Sun 20 Dec 2020 12:03:33 PM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
-- The C compiler identification is GNU 10.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Compiling bincat for merging resource files...
-- The C compiler identification is GNU 10.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Configuring done
-- Generating done
-- Build files have been written to: /home/chewie/.cache/yay/lagrange/src/build/res
Scanning dependencies of target bincat
[ 50%] Building C object CMakeFiles/bincat.dir/bincat.c.o
[100%] Linking C executable bincat
[100%] Built target bincat
-- CPU supports SSE 4.1
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.7.3") 
-- Checking for module 'zlib'
--   Found zlib, version 1.2.11
-- Checking for module 'libpcre'
--   Found libpcre, version 8.44
-- Checking for module 'eopenssl11'
--   Package 'eopenssl11', required by 'virtual:world', not found
-- Checking for module 'openssl'
--   Found openssl, version 1.1.1h
-- Looking for strnstr
-- Looking for strnstr - not found
-- Looking for sys/dirent.h
-- Looking for sys/dirent.h - not found
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Looking for threads.h
-- Looking for threads.h - found
-- Looking for smmintrin.h
-- Looking for smmintrin.h - found
-- Check if the system is big endian
-- Searching 16 bit integer
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of unsigned short
-- Check size of unsigned short - done
-- Searching 16 bit integer - Using unsigned short
-- Check if the system is big endian - little endian
-- Checking for module 'sdl2'
--   Found sdl2, version 2.0.12
-- Checking for module 'libmpg123'
--   Found libmpg123, version 1.26.3
-- Preparing embedded resources...
-- Configuring done
-- Generating done
-- Build files have been written to: /home/chewie/.cache/yay/lagrange/src/build
make: Entering directory '/home/chewie/.cache/yay/lagrange/src/build'
make[1]: Entering directory '/home/chewie/.cache/yay/lagrange/src/build'
make[2]: Entering directory '/home/chewie/.cache/yay/lagrange/src/build'
Scanning dependencies of target the_Foundation
make[2]: Leaving directory '/home/chewie/.cache/yay/lagrange/src/build'
make[2]: Entering directory '/home/chewie/.cache/yay/lagrange/src/build'
[  1%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/audience.c.o
[  2%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/array.c.o
[  3%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/the_foundation.c.o
[  4%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/block.c.o
[  5%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/blockhash.c.o
[  6%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/buffer.c.o
[  7%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/class.c.o
[  8%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/commandline.c.o
[  9%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/crc32.c.o
[ 10%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/file.c.o
[ 11%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/fileinfo.c.o
[ 12%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/future.c.o
[ 13%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/garbage.c.o
[ 14%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/geometry.c.o
[ 15%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/hash.c.o
[ 17%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/intset.c.o
[ 19%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/map.c.o
[ 19%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/list.c.o
[ 20%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/md5.c.o
[ 21%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/mutex.c.o
[ 22%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/math.c.o
[ 23%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/math_sse.c.o
[ 24%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/noise.c.o
[ 25%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/object.c.o
[ 26%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/objectlist.c.o
[ 27%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/path.c.o
[ 28%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/ptrarray.c.o
[ 29%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/ptrset.c.o
[ 30%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/punycode.c.o
[ 31%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/random.c.o
[ 32%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/rect.c.o
[ 34%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/queue.c.o
[ 35%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/sortedarray.c.o
[ 36%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/stream.c.o
[ 37%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/string.c.o
[ 38%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/stringarray.c.o
[ 39%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/stringlist.c.o
[ 40%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/stringhash.c.o
[ 41%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/stringset.c.o
[ 42%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/thread.c.o
[ 43%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/threadpool.c.o
[ 44%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/time.c.o
[ 45%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/version.c.o
[ 46%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/platform/linux.c.o
[ 47%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/platform/posix/address.c.o
[ 48%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/platform/posix/datagram.c.o
[ 50%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/platform/posix/locale.c.o
[ 51%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/platform/posix/pipe.c.o
[ 52%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/platform/posix/process.c.o
[ 53%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/platform/posix/service.c.o
[ 54%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/platform/posix/socket.c.o
[ 55%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/regexp.c.o
[ 56%] Building C object lib/the_Foundation/CMakeFiles/the_Foundation.dir/src/tlsrequest.c.o
[ 57%] Linking C static library lib_Foundation.a
make[2]: Leaving directory '/home/chewie/.cache/yay/lagrange/src/build'
[ 57%] Built target the_Foundation
make[2]: Entering directory '/home/chewie/.cache/yay/lagrange/src/build'
Scanning dependencies of target app
make[2]: Leaving directory '/home/chewie/.cache/yay/lagrange/src/build'
make[2]: Entering directory '/home/chewie/.cache/yay/lagrange/src/build'
[ 58%] Building C object CMakeFiles/app.dir/src/main.c.o
[ 59%] Building C object CMakeFiles/app.dir/src/bookmarks.c.o
[ 60%] Building C object CMakeFiles/app.dir/src/feeds.c.o
[ 61%] Building C object CMakeFiles/app.dir/src/app.c.o
[ 62%] Building C object CMakeFiles/app.dir/src/gmcerts.c.o
[ 63%] Building C object CMakeFiles/app.dir/src/gmdocument.c.o
[ 64%] Building C object CMakeFiles/app.dir/src/gmrequest.c.o
[ 65%] Building C object CMakeFiles/app.dir/src/gmutil.c.o
[ 67%] Building C object CMakeFiles/app.dir/src/gopher.c.o
[ 68%] Building C object CMakeFiles/app.dir/src/history.c.o
[ 69%] Building C object CMakeFiles/app.dir/src/media.c.o
[ 70%] Building C object CMakeFiles/app.dir/src/lookup.c.o
[ 71%] Building C object CMakeFiles/app.dir/src/mimehooks.c.o
[ 72%] Building C object CMakeFiles/app.dir/src/prefs.c.o
[ 73%] Building C object CMakeFiles/app.dir/src/visited.c.o
[ 74%] Building C object CMakeFiles/app.dir/src/audio/buf.c.o
[ 75%] Building C object CMakeFiles/app.dir/src/audio/player.c.o
[ 76%] Building C object CMakeFiles/app.dir/src/audio/stb_vorbis.c.o
[ 77%] Building C object CMakeFiles/app.dir/src/ui/bindingswidget.c.o
[ 78%] Building C object CMakeFiles/app.dir/src/ui/color.c.o
[ 79%] Building C object CMakeFiles/app.dir/src/ui/command.c.o
[ 80%] Building C object CMakeFiles/app.dir/src/ui/documentwidget.c.o
[ 81%] Building C object CMakeFiles/app.dir/src/ui/indicatorwidget.c.o
[ 82%] Building C object CMakeFiles/app.dir/src/ui/listwidget.c.o
[ 84%] Building C object CMakeFiles/app.dir/src/ui/lookupwidget.c.o
[ 85%] Building C object CMakeFiles/app.dir/src/ui/keys.c.o
[ 86%] Building C object CMakeFiles/app.dir/src/ui/metrics.c.o
[ 87%] Building C object CMakeFiles/app.dir/src/ui/paint.c.o
[ 88%] Building C object CMakeFiles/app.dir/src/ui/playerui.c.o
[ 89%] Building C object CMakeFiles/app.dir/src/ui/scrollwidget.c.o
[ 90%] Building C object CMakeFiles/app.dir/src/ui/sidebarwidget.c.o
[ 91%] Building C object CMakeFiles/app.dir/src/ui/text.c.o
[ 92%] Building C object CMakeFiles/app.dir/src/ui/util.c.o
[ 93%] Building C object CMakeFiles/app.dir/src/ui/visbuf.c.o
[ 94%] Building C object CMakeFiles/app.dir/src/ui/window.c.o
[ 95%] Building C object CMakeFiles/app.dir/src/ui/widget.c.o
[ 96%] Building C object CMakeFiles/app.dir/src/ui/inputwidget.c.o
[ 97%] Building C object CMakeFiles/app.dir/src/ui/labelwidget.c.o
[ 98%] Building C object CMakeFiles/app.dir/embedded.c.o
[100%] Linking C executable lagrange
make[2]: Leaving directory '/home/chewie/.cache/yay/lagrange/src/build'
[100%] Built target app
make[1]: Leaving directory '/home/chewie/.cache/yay/lagrange/src/build'
make: Leaving directory '/home/chewie/.cache/yay/lagrange/src/build'
==> Entering fakeroot environment...
==> Starting package()...
[ 57%] Built target the_Foundation
[100%] Built target app
Install the project...
-- Install configuration: "None"
-- Installing: /home/chewie/.cache/yay/lagrange/pkg/lagrange/usr/bin/lagrange
-- Installing: /home/chewie/.cache/yay/lagrange/pkg/lagrange/usr/share/applications/fi.skyjake.lagrange.desktop
-- Installing: /home/chewie/.cache/yay/lagrange/pkg/lagrange/usr/share/icons/hicolor/256x256/apps/fi.skyjake.lagrange.png
-- Installing: /home/chewie/.cache/yay/lagrange/pkg/lagrange/usr/share/lagrange/resources.binary
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> WARNING: Package contains reference to $srcdir
usr/bin/lagrange
==> Creating package "lagrange"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: lagrange 1.0.0-1 (Sun 20 Dec 2020 12:03:53 PM CST)
==> Cleaning up...
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) lagrange-1.0.0-1

Total Installed Size:  19.76 MiB
Net Upgrade Size:       0.02 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) checking available disk space                [######################] 100%
:: Processing package changes...
(1/1) upgrading lagrange                           [######################] 100%
:: Running post-transaction hooks...
(1/3) Arming ConditionNeedsUpdate...
(2/3) Updating icon theme caches...
(3/3) Updating the desktop file MIME type cache...
==> Making package: nordvpn-bin 3.8.8-4 (Sun 20 Dec 2020 12:03:56 PM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found nordvpn_3.8.8_amd64.deb
==> Validating source_x86_64 files with sha256sums...
    nordvpn_3.8.8_amd64.deb ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting nordvpn_3.8.8_amd64.deb with bsdtar
==> Sources are ready.
==> Making package: nordvpn-bin 3.8.8-4 (Sun 20 Dec 2020 12:04:02 PM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "nordvpn-bin"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: nordvpn-bin 3.8.8-4 (Sun 20 Dec 2020 12:04:09 PM CST)
==> Cleaning up...
loading packages...
resolving dependencies...
looking for conflicting packages...

Packages (1) nordvpn-bin-3.8.8-4

Total Installed Size:  37.54 MiB
Net Upgrade Size:       0.00 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) checking available disk space                [######################] 100%
:: Processing package changes...
(1/1) upgrading nordvpn-bin                        [######################] 100%
:: In order to enable nordvpn you have to start the following service:
     sudo systemctl enable --now nordvpnd
:: You have to add yourself to the nordvpn group:
     sudo gpasswd -a USERNAME nordvpn
:: You then have to restart for the group to be created:
     reboot
:: Running post-transaction hooks...
(1/4) Creating system user accounts...
(2/4) Reloading system manager configuration...
(3/4) Creating temporary files...
(4/4) Arming ConditionNeedsUpdate...
==> Making package: pamac-cli 10.0.0-1 (Sun 20 Dec 2020 12:04:14 PM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found pamac-10.0.0-1.tar.gz
  -> Found meson.build
==> Validating source files with sha256sums...
    pamac-10.0.0-1.tar.gz ... Passed
    meson.build ... Passed
==> Removing existing $srcdir/ directory...
==> Extracting sources...
  -> Extracting pamac-10.0.0-1.tar.gz with bsdtar
==> Starting prepare()...
==> Sources are ready.
==> Making package: pamac-cli 10.0.0-1 (Sun 20 Dec 2020 12:04:22 PM CST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
The Meson build system
Version: 0.56.0
Source dir: /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d
Build dir: /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir
Build type: native build
Project name: pamac
Project version: 10.0
Using 'CFLAGS' from environment with value: '-march=x86-64 -mtune=generic -O2 -pipe -fno-plt'
Using 'LDFLAGS' from environment with value: '-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'
Using 'CPPFLAGS' from environment with value: '-D_FORTIFY_SOURCE=2'
C compiler for the host machine: cc (gcc 10.2.0 "cc (GCC) 10.2.0")
C linker for the host machine: cc ld.bfd 2.35.1
Vala compiler for the host machine: valac (valac 0.50.2)
Using 'CFLAGS' from environment with value: '-march=x86-64 -mtune=generic -O2 -pipe -fno-plt'
Using 'LDFLAGS' from environment with value: '-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'
Using 'CPPFLAGS' from environment with value: '-D_FORTIFY_SOURCE=2'
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (1.7.3)
Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources)
Found pkg-config: /usr/bin/pkg-config (1.7.3)
Run-time dependency gobject-2.0 found: YES 2.66.2
Run-time dependency gio-2.0 found: YES 2.66.2
Run-time dependency gthread-2.0 found: YES 2.66.2
Run-time dependency libalpm found: YES 12.0.2
Run-time dependency json-glib-1.0 found: YES 1.6.0
Run-time dependency libsoup-2.4 found: YES 2.72.0
Run-time dependency polkit-gobject-1 found: YES 0.118
Run-time dependency appstream-glib found: YES 0.7.18
Run-time dependency gmodule-2.0 found: YES 2.66.2
Library posix found: YES
Library m found: YES
Program g-ir-compiler found: YES (/usr/bin/g-ir-compiler)
Configuring org.manjaro.pamac.manager.service using configuration
Configuring org.manjaro.pamac.daemon.service using configuration
Configuring pamac-daemon.service using configuration
Configuring pamac-cleancache.service using configuration
Program pacman-mirrors found: YES (/usr/bin/pacman-mirrors)
Program a2x found: YES (/usr/bin/a2x)
Program gzip found: YES (/usr/bin/gzip)
Build targets in project: 20

Found ninja-1.10.1 at /usr/bin/ninja
Generating targets:   0%|                                                    | 0                                                                                Writing build.ninja:   0%|                                                   | 0                                                                                [1/52] Compiling Vala source ../src/al...ig.vala ../src/dependency_checker.vala
../src/alpm_config.vala:348.2-348.18: warning: method `AlpmConfig.write' never used
	public void write (HashTable<string,Variant> new_conf) {
	^^^^^^^^^^^^^^^^^
Compilation succeeded - 1 warning(s)
[2/52] Compiling Vala source ../src/al...nfig.vala ../src/outdated_checker.vala
../src/alpm_config.vala:348.2-348.18: warning: method `AlpmConfig.write' never used
	public void write (HashTable<string,Variant> new_conf) {
	^^^^^^^^^^^^^^^^^
Compilation succeeded - 1 warning(s)
[6/52] Compiling Vala source ../src/ve...ace.vala ../src/flatpak_interface.vala
../src/alpm_package.vala:127.3-127.26: warning: method `Pamac.AlpmPackage.set_as_app' never used
		internal void set_as_app (As.App? as_app) {
		^^^^^^^^^^^^^^^^^^^^^^^^
../src/alpm_package.vala:1274.3-1274.36: warning: method `Pamac.AURPackageLinked.initialise_from_json' never used
		internal void initialise_from_json (Json.Object? json_object, AUR? aur, Alpm.Package? local_pkg, bool is_update = false) {
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/aur.vala:121.3-121.50: warning: method `Pamac.AUR.get_multi_infos' never used
		public GenericArray<Json.Object> get_multi_infos (string[] pkgnames) {
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/aur.vala:150.3-150.41: warning: method `Pamac.AUR.search' never used
		public GenericArray<Json.Object> search (string search_string) {
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/alpm_utils.vala:913.3-913.33: warning: method `Pamac.AlpmUtils.trans_check_prepare' never used
		public bool trans_check_prepare (bool sysupgrade,
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/snap_interface.vala:32.3-32.35: warning: method `Pamac.SnapPlugin.search_snaps' never used
		public abstract void search_snaps (string search_string, ref GenericArray<unowned SnapPackage> pkgs);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/snap_interface.vala:33.3-33.52: warning: method `Pamac.SnapPlugin.search_uninstalled_snaps_sync' never used
		public abstract void search_uninstalled_snaps_sync (string search_string, ref GenericArray<unowned SnapPackage> pkgs);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/snap_interface.vala:34.3-34.40: warning: method `Pamac.SnapPlugin.is_installed_snap' never used
		public abstract bool is_installed_snap (string name);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/snap_interface.vala:35.3-35.39: warning: method `Pamac.SnapPlugin.get_snap' never used
		public abstract SnapPackage? get_snap (string name);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/snap_interface.vala:36.3-36.49: warning: method `Pamac.SnapPlugin.get_snap_by_app_id' never used
		public abstract SnapPackage? get_snap_by_app_id (string app_id);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/snap_interface.vala:37.3-37.42: warning: method `Pamac.SnapPlugin.get_installed_snaps' never used
		public abstract void get_installed_snaps (ref GenericArray<unowned SnapPackage> pkgs);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/snap_interface.vala:38.3-38.48: warning: method `Pamac.SnapPlugin.get_installed_snap_icon' never used
		public abstract string get_installed_snap_icon (string name) throws Error;
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/snap_interface.vala:39.3-39.41: warning: method `Pamac.SnapPlugin.get_category_snaps' never used
		public abstract void get_category_snaps (string category, ref GenericArray<unowned SnapPackage> pkgs);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/snap_interface.vala:43.3-43.30: warning: method `Pamac.SnapPlugin.refresh' never used
		public abstract void refresh ();
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/flatpak_interface.vala:30.3-30.42: warning: method `Pamac.FlatpakPlugin.load_appstream_data' never used
		public abstract void load_appstream_data ();
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/flatpak_interface.vala:31.3-31.40: warning: method `Pamac.FlatpakPlugin.get_remotes_names' never used
		public abstract void get_remotes_names (ref GenericArray<unowned string> remotes_names);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/flatpak_interface.vala:32.3-32.38: warning: method `Pamac.FlatpakPlugin.search_flatpaks' never used
		public abstract void search_flatpaks (string search_string, ref GenericArray<unowned FlatpakPackage> pkgs);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/flatpak_interface.vala:33.3-33.55: warning: method `Pamac.FlatpakPlugin.search_uninstalled_flatpaks_sync' never used
		public abstract void search_uninstalled_flatpaks_sync (string[] search_terms, ref GenericArray<unowned FlatpakPackage> pkgs);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/flatpak_interface.vala:34.3-34.43: warning: method `Pamac.FlatpakPlugin.is_installed_flatpak' never used
		public abstract bool is_installed_flatpak (string name);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/flatpak_interface.vala:35.3-35.55: warning: method `Pamac.FlatpakPlugin.get_flatpak_by_app_id' never used
		public abstract FlatpakPackage? get_flatpak_by_app_id (string app_id);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/flatpak_interface.vala:36.3-36.45: warning: method `Pamac.FlatpakPlugin.get_flatpak' never used
		public abstract FlatpakPackage? get_flatpak (string id);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/flatpak_interface.vala:37.3-37.45: warning: method `Pamac.FlatpakPlugin.get_installed_flatpaks' never used
		public abstract void get_installed_flatpaks (ref GenericArray<unowned FlatpakPackage> pkgs);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/flatpak_interface.vala:38.3-38.44: warning: method `Pamac.FlatpakPlugin.get_category_flatpaks' never used
		public abstract void get_category_flatpaks (string category, ref GenericArray<unowned FlatpakPackage> pkgs);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/flatpak_interface.vala:39.3-39.42: warning: method `Pamac.FlatpakPlugin.get_flatpak_updates' never used
		public abstract void get_flatpak_updates (ref GenericArray<unowned FlatpakPackage> pkgs);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/flatpak_interface.vala:42.3-42.30: warning: method `Pamac.FlatpakPlugin.refresh' never used
		public abstract void refresh ();
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation succeeded - 25 warning(s)
[9/52] Compiling Vala source ../src/pa...ace.vala ../src/flatpak_interface.vala
../src/alpm_config.vala:348.2-348.18: warning: method `AlpmConfig.write' never used
	public void write (HashTable<string,Variant> new_conf) {
	^^^^^^^^^^^^^^^^^
../src/alpm_utils.vala:657.3-657.28: warning: method `Pamac.AlpmUtils.download_pkg' never used
		public string download_pkg (string sender, string url) {
		^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/snap_interface.vala:33.3-33.52: warning: method `Pamac.SnapPlugin.search_uninstalled_snaps_sync' never used
		public abstract void search_uninstalled_snaps_sync (string search_string, ref GenericArray<unowned SnapPackage> pkgs);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/snap_interface.vala:40.3-40.32: warning: method `Pamac.SnapPlugin.trans_run' never used
		public abstract bool trans_run (string sender, string[] to_install, string[] to_remove);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/snap_interface.vala:41.3-41.37: warning: method `Pamac.SnapPlugin.switch_channel' never used
		public abstract bool switch_channel (string sender, string name, string channel);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/snap_interface.vala:42.3-42.35: warning: method `Pamac.SnapPlugin.trans_cancel' never used
		public abstract void trans_cancel (string sender);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/flatpak_interface.vala:33.3-33.55: warning: method `Pamac.FlatpakPlugin.search_uninstalled_flatpaks_sync' never used
		public abstract void search_uninstalled_flatpaks_sync (string[] search_terms, ref GenericArray<unowned FlatpakPackage> pkgs);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/flatpak_interface.vala:40.3-40.32: warning: method `Pamac.FlatpakPlugin.trans_run' never used
		public abstract bool trans_run (string sender, string[] to_install, string[] to_remove, string[] to_upgrade);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../src/flatpak_interface.vala:41.3-41.35: warning: method `Pamac.FlatpakPlugin.trans_cancel' never used
		public abstract void trans_cancel (string sender);
		^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Compilation succeeded - 9 warning(s)
[52/52] Linking target src/pamac
==> Entering fakeroot environment...
==> Starting package()...
[0/1] Installing files.
Installing subdir /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/gnome-shell/pamac-updates@manjaro.org to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/gnome-shell/extensions/pamac-updates@manjaro.org
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/gnome-shell/pamac-updates@manjaro.org/README.md to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/gnome-shell/extensions/pamac-updates@manjaro.org
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/gnome-shell/pamac-updates@manjaro.org/metadata.json to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/gnome-shell/extensions/pamac-updates@manjaro.org
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/gnome-shell/pamac-updates@manjaro.org/extension.js to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/gnome-shell/extensions/pamac-updates@manjaro.org
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/gnome-shell/pamac-updates@manjaro.org/stylesheet.css to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/gnome-shell/extensions/pamac-updates@manjaro.org
Installing subdir /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/icons/hicolor to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/icons/hicolor
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/icons/hicolor/scalable/status/pamac-tray-no-update.svg to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/icons/hicolor/scalable/status
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/icons/hicolor/scalable/status/pamac-tray-update.svg to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/icons/hicolor/scalable/status
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/icons/hicolor/16x16/apps/system-software-install.svg to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/icons/hicolor/16x16/apps
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/icons/hicolor/48x48/apps/system-software-install.svg to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/icons/hicolor/48x48/apps
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/icons/hicolor/32x32/apps/system-software-install.svg to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/icons/hicolor/32x32/apps
Installing src/libpamac.so to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/lib
Installing src/pamac.h to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/include
Installing src/pamac.vapi to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/vala/vapi
Installing src/Pamac-10.0.gir to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/gir-1.0
Installing src/Pamac-10.0.typelib to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/lib/girepository-1.0
Installing src/pamac-daemon to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/bin
Installing src/pamac to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/bin
Installing src/dependency-checker to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/bin
Installing src/outdated-checker to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/bin
Installing data/polkit/org.manjaro.pamac.policy to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/polkit-1/actions
Installing data/doc/pamac.8.gz to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/man/man8
Installing data/doc/pamac.conf.5.gz to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/man/man5
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/meson-private/pamac.pc to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/lib/pkgconfig
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/applications/pamac-installer.desktop to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/applications
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/applications/org.manjaro.pamac.manager.desktop to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/applications
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/applications/pamac-tray.desktop to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/etc/xdg/autostart
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/applications/pamac-tray-budgie.desktop to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/etc/xdg/autostart
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/config/pamac.conf to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/etc
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/data/dbus/org.manjaro.pamac.manager.service to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/dbus-1/services
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/data/dbus/org.manjaro.pamac.daemon.service to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/dbus-1/system-services
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/dbus/org.manjaro.pamac.daemon.conf to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/etc/dbus-1/system.d
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/gnome-shell/org.manjaro.pamac.manager.search-provider.ini to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/gnome-shell/search-providers
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/mime/x-alpm-package.xml to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/mime/packages
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/data/systemd/pamac-daemon.service to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/lib/systemd/system
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/data/systemd/pamac-cleancache.service to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/lib/systemd/system
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/systemd/pamac-cleancache.timer to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/lib/systemd/system
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/systemd/pamac-mirrorlist.service to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/lib/systemd/system
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/data/systemd/pamac-mirrorlist.timer to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/lib/systemd/system
Running custom install script '/usr/bin/meson --internal gettext install --subdir=po --localedir=share/locale --pkgname=pamac'
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/af.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/af/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/ar.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/ar/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/ast.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/ast/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/az_AZ.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/az_AZ/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/be.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/be/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/bg.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/bg/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/bn.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/bn/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/bs.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/bs/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/ca.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/ca/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/ca@valencia.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/ca@valencia/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/cs.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/cs/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/cy.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/cy/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/da.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/da/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/de.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/de/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/de_CH.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/de_CH/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/de_DE.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/de_DE/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/el.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/el/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/el_GR.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/el_GR/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/en_GB.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/en_GB/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/eo.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/eo/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/es.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/es/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/es_419.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/es_419/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/es_AR.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/es_AR/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/es_ES.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/es_ES/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/es_MX.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/es_MX/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/es_SV.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/es_SV/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/et.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/et/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/eu.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/eu/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/fa.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/fa/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/fa_IR.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/fa_IR/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/fi.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/fi/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/fo.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/fo/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/fr.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/fr/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/gl.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/gl/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/gl_ES.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/gl_ES/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/gug_PY.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/gug_PY/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/he.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/he/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/he_IL.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/he_IL/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/hi.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/hi/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/hi_IN.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/hi_IN/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/hr.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/hr/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/hr_HR.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/hr_HR/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/hu.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/hu/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/id.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/id/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/ie.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/ie/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/is.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/is/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/is_IS.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/is_IS/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/it.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/it/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/ja.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/ja/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/ka.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/ka/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/kab.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/kab/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/kk.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/kk/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/ko.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/ko/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/lt.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/lt/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/ml.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/ml/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/ms.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/ms/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/nb.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/nb/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/nl.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/nl/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/nl_BE.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/nl_BE/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/nl_NL.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/nl_NL/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/nn.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/nn/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/or.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/or/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/pl.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/pl/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/pt.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/pt/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/pt_BR.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/pt_BR/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/pt_PT.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/pt_PT/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/ro.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/ro/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/ru.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/ru/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/si.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/si/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/sk.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/sk/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/sl.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/sl/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/sl_SI.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/sl_SI/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/sq.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/sq/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/sq_AL.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/sq_AL/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/sr.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/sr/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/sr@latin.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/sr@latin/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/sr_RS.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/sr_RS/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/sr_RS@latin.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/sr_RS@latin/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/sv.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/sv/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/sw.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/sw/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/tr.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/tr/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/uk.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/uk/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/ur_PK.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/ur_PK/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/uz.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/uz/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/vi.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/vi/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/zh.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/zh/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/zh_CN.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/zh_CN/LC_MESSAGES/pamac.mo
Installing /home/chewie/.cache/yay/pamac-cli/src/pamac-4431c12f2b7920ef437b9a30068f7a545d72549d/builddir/po/zh_TW.gmo to /home/chewie/.cache/yay/pamac-cli/pkg/pamac-cli/usr/share/locale/zh_TW/LC_MESSAGES/pamac.mo
==> Tidying install...
  -> Removing empty directories...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Stripping unneeded symbols from binaries and libraries...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "pamac-cli"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: pamac-cli 10.0.0-1 (Sun 20 Dec 2020 12:04:49 PM CST)
==> Cleaning up...
loading packages...
resolving dependencies...
looking for conflicting packages...
:: pamac-cli and pamac-gtk are in conflict (pamac). Remove pamac-gtk? [y/N] n 
inxi -Fxxxza --no-host
$ inxi -Fxxxza --no-host
System:
  Kernel: 5.9.11-3-MANJARO x86_64 bits: 64 compiler: gcc v: 10.2.0 
  parameters: BOOT_IMAGE=/boot/vmlinuz-5.9-x86_64 
  root=UUID=c3b1cff2-ed37-4ee0-af3b-d404097c96ef rw quiet 
  cryptdevice=UUID=eb7684b1-691d-476a-81d7-9f553231a205:luks-eb7684b1-691d-476a-81d7-9f553231a205 
  root=/dev/mapper/luks-eb7684b1-691d-476a-81d7-9f553231a205 apparmor=1 
  security=apparmor 
  resume=/dev/mapper/luks-1aa70ee5-d740-4f20-a0ae-699cefa5a54f 
  udev.log_priority=3 
  Desktop: GNOME 3.38.1 tk: GTK 3.24.23 wm: gnome-shell dm: GDM 3.38.2 
  Distro: Manjaro Linux 
Machine:
  Type: Desktop System: Apple product: iMac12,1 v: 1.0 serial: <filter> 
  Chassis: type: 13 v: Mac-942B5BF58194151B serial: <filter> 
  Mobo: Apple model: Mac-942B5BF58194151B serial: <filter> UEFI: Apple 
  v: 87.0.0.0.0 date: 06/14/2019 
CPU:
  Info: Quad Core model: Intel Core i5-2400S bits: 64 type: MCP 
  arch: Sandy Bridge family: 6 model-id: 2A (42) stepping: 7 microcode: 2F 
  L2 cache: 6144 KiB 
  flags: avx lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 20010 
  Speed: 2844 MHz min/max: 1600/3300 MHz Core speeds (MHz): 1: 2844 2: 2966 
  3: 2842 4: 2811 
  Vulnerabilities: Type: itlb_multihit status: KVM: VMX disabled 
  Type: l1tf 
  mitigation: PTE Inversion; VMX: conditional cache flushes, SMT disabled 
  Type: mds mitigation: Clear CPU buffers; SMT disabled 
  Type: meltdown mitigation: PTI 
  Type: spec_store_bypass 
  mitigation: Speculative Store Bypass disabled via prctl and seccomp 
  Type: spectre_v1 
  mitigation: usercopy/swapgs barriers and __user pointer sanitization 
  Type: spectre_v2 mitigation: Full generic retpoline, IBPB: conditional, 
  IBRS_FW, STIBP: disabled, RSB filling 
  Type: srbds status: Not affected 
  Type: tsx_async_abort status: Not affected 
Graphics:
  Device-1: Intel 2nd Generation Core Processor Family Integrated Graphics 
  driver: i915 v: kernel bus ID: 00:02.0 chip ID: 8086:0102 
  Device-2: AMD Whistler [Radeon HD 6630M/6650M/6750M/7670M/7690M] 
  vendor: Apple driver: radeon v: kernel bus ID: 01:00.0 chip ID: 1002:6741 
  Device-3: Apple FaceTime HD Camera (Built-in) type: USB driver: uvcvideo 
  bus ID: 1-2:3 chip ID: 05ac:850b serial: <filter> 
  Display: x11 server: X.Org 1.20.10 compositor: gnome-shell 
  driver: ati,intel,radeon unloaded: modesetting alternate: fbdev,vesa 
  display ID: :1 screens: 1 
  Screen-1: 0 s-res: 3840x1080 s-dpi: 96 s-size: 1016x286mm (40.0x11.3") 
  s-diag: 1055mm (41.6") 
  Monitor-1: eDP res: 1920x1080 hz: 60 dpi: 103 size: 475x267mm (18.7x10.5") 
  diag: 545mm (21.5") 
  Monitor-2: DisplayPort-0 res: 1920x1080 hz: 60 dpi: 103 
  size: 475x267mm (18.7x10.5") diag: 545mm (21.5") 
  OpenGL: renderer: AMD TURKS (DRM 2.50.0 / 5.9.11-3-MANJARO LLVM 11.0.0) 
  v: 3.3 Mesa 20.2.3 compat-v: 3.1 direct render: Yes 
Audio:
  Device-1: Intel 6 Series/C200 Series Family High Definition Audio 
  driver: snd_hda_intel v: kernel bus ID: 00:1b.0 chip ID: 8086:1c20 
  Device-2: AMD Turks HDMI Audio [Radeon HD 6500/6600 / 6700M Series] 
  vendor: Apple driver: snd_hda_intel v: kernel bus ID: 01:00.1 
  chip ID: 1002:aa90 
  Sound Server: ALSA v: k5.9.11-3-MANJARO 
Network:
  Device-1: Broadcom and subsidiaries NetXtreme BCM57765 Gigabit Ethernet 
  PCIe 
  driver: tg3 v: kernel port: 2000 bus ID: 02:00.0 chip ID: 14e4:16b4 
  IF: enp2s0 state: up speed: 1000 Mbps duplex: full mac: <filter> 
  Device-2: Qualcomm Atheros AR93xx Wireless Network Adapter 
  vendor: Apple AirPort Extreme driver: ath9k v: kernel port: 2000 
  bus ID: 03:00.0 chip ID: 168c:0030 
  IF: wlp3s0 state: down mac: <filter> 
Drives:
  Local Storage: total: 8.64 TiB used: 6.04 TiB (69.9%) 
  SMART Message: Unable to run smartctl. Root privileges required. 
  ID-1: /dev/sda vendor: Western Digital model: WD5000AAKS-402AA0 
  size: 465.76 GiB block size: physical: 512 B logical: 512 B 
  speed: 3.0 Gb/s rotation: 7200 rpm serial: <filter> rev: 1D02 scheme: GPT 
  ID-2: /dev/sdb model: Mercury Electra 6G SSD size: 931.51 GiB block size: 
  physical: 512 B logical: 512 B speed: 6.0 Gb/s serial: <filter> rev: 7B0 
  scheme: GPT 
  ID-3: /dev/sdd type: USB vendor: Western Digital model: WD Elements 25A3 
  size: 7.28 TiB block size: physical: 4096 B logical: 512 B 
  serial: <filter> rev: 1021 scheme: GPT 
Partition:
  ID-1: / raw size: 918.37 GiB size: 902.95 GiB (98.32%) 
  used: 412.57 GiB (45.7%) fs: ext4 dev: /dev/dm-0 
Swap:
  Kernel: swappiness: 60 (default) cache pressure: 100 (default) 
  ID-1: swap-1 type: partition size: 12.85 GiB used: 1.37 GiB (10.7%) 
  priority: -2 dev: /dev/dm-1 
Sensors:
  System Temperatures: cpu: 58.0 C mobo: N/A 
  Fan Speeds (RPM): cpu: 1199 
Info:
  Processes: 313 Uptime: 6d 4h 01m Memory: 11.68 GiB used: 5.61 GiB (48.0%) 
  Init: systemd v: 246 Compilers: gcc: 10.2.0 alt: 6 clang: 11.0.0 Packages: 
  pacman: 2158 lib: 431 flatpak: 0 Shell: Bash v: 5.0.18 
  running in: gnome-terminal inxi: 3.1.08 

Your pamac-cli seems to be taken form AUR and is packaged by somebody else.
Stop using yay to update Manjaro! Use pamac or pacman.

2 Likes

Good to know. I thought I could kill two birds with one stone, but I guess that wasn’t a good idea. I’ll cancel this :slight_smile:

Any idea how I should go about fixing this? Here’s the output of pacman -Qm:

adobe-base-14-fonts 3.01-4
agg 2.5-11
ansiweather 1.17.0-2
aqemu 0.9.4-2
banshee 2.6.2-14
bash-pipes 1.3.0-9
bitfetch 3.1-1
cava 0.7.3-1
cbonsai-git r50.ca81101-1
ccrypt 1.11-1
downloader-cli 0.2.0-0
dropbox 111.4.472-1
duckstation-git latest.r2774.71eb578d-1
epson-inkjet-printer-escpr 1.7.8-1
faba-icon-theme 4.3-2
fgx-qt5 2.15.20-1
flightgear 2020.3.4-1
flightgear-data 2020.3.4-1
freetube-git 1371-1
fstl 0.9.4-1
gamin 0.1.10-9
gcc6 6.5.0-4
gcc6-libs 6.5.0-4
gconf-sharp 2.24.4-7
giara 0.3-4
gkrelltop 2.2.13-4
gnome-activity-journal 0.8.0-12
gnome-doc-utils 0.20.10+16+gc03cc09-2
gnome-hud 1.4.1-1
gnome-mime-data 2.18.0-8
gnome-shell-extension-emoji-selector-git 20.r6.g956c914-1
gnome-shell-extension-multi-monitors-add-on-git 22.r0.gb326bb3-1
gnome-shell-extension-no-annoyance-git r34.f6e7691-1
gnome-shell-extension-nordvpn-connect-git r172.1145747-1
gnome-shell-extension-system-monitor-git 985.7f8f0a7-1
gnome-shell-pomodoro 0.18.0-1
gnome-vfs 2.24.4-12
grisbi-git 1.9.97.1.r0.g80ecdce72-1
headset 3.2.1-1
hfsprogs 540.1.linux3-2
lagrange 1.0.0-1
latencytop 0.5-4
lfs 0.5.1-1
libart-lgpl 2.3.21-5
libbonobo 2.32.1-4
libbonoboui 2.24.5-3
libgnome 2.32.1-7
libgnome-data 2.32.1-7
libgnomecanvas 2.30.3-4
libgnomeui 2.24.5-3
libpng-apng 1.6.37-1
m64p 20201215-1
macintosh.js-bin 1.0.6-1
mate-hud 19.10.1-1
mcmojave-circle-icon-theme 2020.10.11-1
minivmac 36.04-1
minivmacii 3.5.8-1
moka-icon-theme 5.4.0-2
mono-upnp-git 0.1.2-3
mono-zeroconf-git Mono.Zeroconf.0.9.0.r9.g6132666-3
nordvpn-bin 3.8.8-4
numix-circle-icon-theme-git 0.r62.8b749c0-1
numix-icon-theme-git 0.r2011.91e4a9747-1
ocrmypdf 11.4.0-1
ocs-url 3.1.0-7
olive 0.1.2-2
openaudible-bin 2.3.5-2
orbit2 2.14.19-7
pamac-cli 9.5.12-1
pamac-common 9.5.12-2
pamac-flatpak-plugin 9.5.12-1
pamac-gnome-integration 9.5.12-1
pamac-gtk 9.5.12-1
pamac-snap-plugin 9.5.12-1
pfetch-git r346.28937a4-1
pipes.sh 1.3.0-1
pithos-git 1.5.0.r14.g31f9aad-1
plib 1.8.5-9
pyinstaller 4.1-1
pyinstaller-hooks-contrib 2020.10-1
python-altgraph 0.17-1
python-coloredlogs 15.0-1
python-ffmpeg 0.2.0-1
python-fuzzysearch 0.7.3-2
python-humanfriendly 9.1-1
python-itunespy 1.6-2
python-pydes 2.0.1-2
python-simber 0.1.2-0
python-youtube-search-git 1.1.1.r31.e021809-1
python2-distutils-extra 2.39-5
qogir-icon-theme 2020.11.22-1
qtpad-git r197.4bf9b49-1
radeontop 1.3-1
rarian 0.8.1-7
realvnc-vnc-server 6.7.2-1
realvnc-vnc-viewer 6.20.529-1
simgear 2020.3.4-1
simplenote-electron-bin 2.3.0-1
surf 2.0+9+g5c52733-1
syncterm 1:1.1-3
taglib-sharp-git 2.1.0.0.r248.g60e7588-2
ttf-typicons 2.0.9-2
ufetch-git 1:r159.98b6220-1
xbanish 1.7-1
xfractint 20.04p16-1
xlayoutdisplay 1.1.2-0
xmeasure 0.0.1-7
xulrunner 41.0.2-17
ytmdl 2020.11.20.post1-0
ytop 0.6.2-2
zenmap 7.91-1
zoom 5.4.56259.1207-1
zoom-firejail 0.1.6-1

There are a few packages there that probably shouldn’t be foreign.

I have the same issue with stable branch.
All pamac packages go to foreign(AUR) list.

I checked the testing branch that all pamac packages in official repos list.

I also can’t find a pamac-cli or pamac-gtk package in pacman, only aur. :confused:

These pamac packages v9 are old.
You need to wait for the new pamac version 10 that is in the manjaro official repos.
It looks very different.

1 Like

Do you know when that’s coming out?

I have similar issue, not yay, I just use pamac and pacman.
It proposed an update from the aur, but everything was in conflict.
I ended to completely remove pamac. The only one available in the stable branch is pamac-dev but AUR seems not supported anymore

Edit: AUR still works after a simple reboot

Pamac v10 is available in the testing branch of Manjaro.
I do not know when it comes in the stable branch. Only Manjaro team should know.

Hi, I have the same problem as pinonat.
Never used yay, only pamac (usually gui) for package management, but now it wants to update pamac-cli from AUR. Will this sort itself if the latest version is available in the Manjaro reps?
I have not installed paman-cli from AUR, it certainly came from manjaro stable (I prefer that anyway)
Thanks
ElGato

Let me ping the team for this


and search for pamac it seems only the dev version is available, as if the other got removed …
1 Like

pamac-cli 10.0.0-1 wants to update from AUR inside Pamac GUI and fails.
I never installed pamac from AUR.

Error:

Kann Abhängigkeiten nicht erfüllen:

  • das Entfernen von web-installer-url-handler verletzt Abhängigkeit ‘web-installer-url-handler’ benötigt von manjaro-hello,
  • entferne manjaro-hello wenn möglich erneut
  • das Entfernen von web-installer-url-handler verletzt Abhängigkeit ‘web-installer-url-handler’ benötigt von software-center-web-jak,
  • entferne software-center-web-jak wenn möglich erneut

and

Warnung: das Entfernen von pamac-gtk verletzt Abhängigkeit ‘pamac-gtk>=9.5.12’ benötigt von pamac-tray-icon-plasma pamac-tray-icon-plasma zum entfernen hinzufügen
Warnung: das Entfernen von pamac-gtk verletzt Abhängigkeit ‘pamac-gtk’ benötigt von web-installer-url-handler web-installer-url-handler zum entfernen hinzufügen

https://aur.archlinux.org/packages/pamac-cli

:thinking:

Fixed: Run pamac-tray-plasma in Terminal and start update from new tray icon in KDE.

A fix was pushed, check mirrors https://repo.manjaro.org/
open up terminal and run:
sudo pacman-mirrors -f && sudo pacman -Syyu

or manually set a mirror that is updated then do the update.

4 Likes

Awesome, thanks a ton!

I don’t know what exactly does this update, but pamac from AUR is still there.

AUR packages will be shown if are there, the idea is to install the pamac-gtk pamac-cli and pamac-common from the stable Manjaro repos, so they don’t mix/end in conflicting files.

I understand now, thanks!
But the thing is that, eliminating the conflicting files only fixes half of the problem, because now I have a new AUR package installed, although I only have 2 or 3 installed. Not only it is installed, but ended up there unwanted.

Thanks for that advice. I had no clue not to use “yay”! I removed it, and the new update fixed the issue. :slightly_smiling_face: