rmarquis / pacaur

[unmaintained] An AUR helper that minimizes user interaction
https://bbs.archlinux.org/viewtopic.php?pid=1755144#p1755144
ISC License
796 stars 113 forks source link

.SRCINFO PKGBUILD mismatch gnome-shell-extension-workspace-grid #612

Closed carloabelli closed 7 years ago

carloabelli commented 7 years ago
Version

pacaur -v

pacaur 4.6.10
Description

Cannot install gnome-shell-extension-workspace-grid due to .SRCINFO and PKGBUILD mismatch. The two do seem to match to me.

Output

pacaur -S gnome-shell-extension-workspace-grid

:: Package(s) gnome-shell-extension-workspace-grid not found in repositories, trying AUR...
:: resolving dependencies...
:: looking for inter-conflicts...

AUR Packages  (1) gnome-shell-extension-workspace-grid-1.3.8.15-1  

:: Proceed with installation? [Y/n] 

:: Retrieving package(s)...
Cloning into 'gnome-shell-extension-workspace-grid'...
remote: Counting objects: 5, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 5 (delta 0), reused 4 (delta 0)
Unpacking objects: 100% (5/5), done.
:: View gnome-shell-extension-workspace-grid PKGBUILD? [Y/n] n
:: View gnome-shell-extension-workspace-grid.install script? [Y/n] n
:: Checking gnome-shell-extension-workspace-grid integrity...
==> Making package: gnome-shell-extension-workspace-grid 1.3.8.15-1 (Tue Jan  3 23:15:18 EST 2017)
==> Retrieving sources...
  -> Cloning gnome-shell-extension-workspace-grid git repo...
Cloning into bare repository '/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid'...
remote: Counting objects: 642, done.
remote: Total 642 (delta 0), reused 0 (delta 0), pack-reused 642
Receiving objects: 100% (642/642), 456.18 KiB | 0 bytes/s, done.
Resolving deltas: 100% (222/222), done.
==> Validating source files with sha256sums...
    gnome-shell-extension-workspace-grid ... Skipped
:: Building gnome-shell-extension-workspace-grid package(s)...
==> Making package: gnome-shell-extension-workspace-grid 1.3.9.0-1 (Tue Jan  3 23:15:19 EST 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating gnome-shell-extension-workspace-grid git repo...
Fetching origin
==> Validating source files with sha256sums...
    gnome-shell-extension-workspace-grid ... Skipped
==> Extracting sources...
  -> Creating working copy of workspace-grid-gnome-shell-extension git repo...
Switched to a new branch 'makepkg'
==> Starting pkgver()...
==> 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 issue...
==> Creating package "gnome-shell-extension-workspace-grid"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: gnome-shell-extension-workspace-grid 1.3.9.0-1 (Tue Jan  3 23:15:19 EST 2017)
==> Cleaning up...
:: Installing gnome-shell-extension-workspace-grid package(s)...
:: gnome-shell-extension-workspace-grid package(s) failed to install. Check .SRCINFO for mismatching data with PKGBUILD.
Debug output

bash -x pacaur <your command>

+ version=4.6.10
+ unset aur cleancache devel edit info installpkg foreign needed noconfirm nodeps noedit
+ unset operation pac pacQ pacS quiet rebuild refresh repo search selective upgrade
+ LC_COLLATE=C
+ TEXTDOMAIN=pacaur
+ TEXTDOMAINDIR=/usr/share/locale
+ [[ -n '' ]]
+ configdir=/etc/xdg/pacaur
+ userconfigdir=/home/dedmass/.config/pacaur
+ userpacmandir=/home/dedmass/.config/pacman
+ usercachedir=/home/dedmass/.cache/pacaur
+ [[ -r '' ]]
+ source /etc/makepkg.conf
++ DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u' 'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u' 'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u' 'rsync::/usr/bin/rsync --no-motd -z %u %o' 'scp::/usr/bin/scp -C %u %o')
++ VCSCLIENTS=('bzr::bzr' 'git::git' 'hg::mercurial' 'svn::subversion')
++ CARCH=x86_64
++ CHOST=x86_64-pc-linux-gnu
++ CPPFLAGS=-D_FORTIFY_SOURCE=2
++ CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong'
++ CXXFLAGS='-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong'
++ LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro
++ DEBUG_CFLAGS='-g -fvar-tracking-assignments'
++ DEBUG_CXXFLAGS='-g -fvar-tracking-assignments'
++ BUILDENV=(!distcc color !ccache check !sign)
++ OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx !debug)
++ INTEGRITY_CHECK=(md5)
++ STRIP_BINARIES=--strip-all
++ STRIP_SHARED=--strip-unneeded
++ STRIP_STATIC=--strip-debug
++ MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
++ DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
++ PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
++ COMPRESSGZ=(gzip -c -f -n)
++ COMPRESSBZ2=(bzip2 -c -f)
++ COMPRESSXZ=(xz -c -z -)
++ COMPRESSLRZ=(lrzip -q)
++ COMPRESSLZO=(lzop -q)
++ COMPRESSZ=(compress -c -f)
++ PKGEXT=.pkg.tar.xz
++ SRCEXT=.src.tar.gz
+ [[ -r /home/dedmass/.config/pacman/makepkg.conf ]]
+ [[ -r /home/dedmass/.makepkg.conf ]]
+ tmpdir=/tmp/pacaurtmp-dedmass
+ clonedir=/home/dedmass/.cache/pacaur
+ editor=vim
+ displaybuildfiles=diff
+ fallback=true
+ silent=false
+ sortby=popularity
+ sortorder=descending
+ sudoloop=true
+ pacmanbin=pacman
+ aururl=aur.archlinux.org
+ aurrpc='/rpc.php?type=info&v=5'
+ source /etc/xdg/pacaur/config
+ [[ -r /home/dedmass/.config/pacaur/config ]]
+ [[ ! -d /tmp/pacaurtmp-dedmass ]]
+ [[ ! -d /home/demass/.cache/pacaur ]]
+ trap Cancel INT
+ args=($@)
+ for i in "${args[@]}"
+ [[ -S =~ ^-[a-zA-Z0-9] ]]
+ opts+=($i)
+ for i in "${args[@]}"
+ [[ gnome-shell-extension-workspace-grid =~ ^-[a-zA-Z0-9] ]]
+ count=0
+ [[ -n -S ]]
+ getopts sidmykufecqrahvxVDFQRSTUbglnoptw-: OPT
+ pacmanarg+=("-$OPT")
+ case "$OPT" in
+ pacS=1
+ operation=sync
+ [[ -S =~ w ]]
+ installpkg=true
+ [[ -S =~ g ]]
+ [[ -S =~ l ]]
+ [[ -S =~ p ]]
+ getopts sidmykufecqrahvxVDFQRSTUbglnoptw-: OPT
+ [[ -z gnome-shell-extension-workspace-grid ]]
+ pkgs+=("${!OPTIND}")
+ shift 2
+ OPTIND=1
+ [[ -n '' ]]
++ grep '^Color' /etc/pacman.conf
+ [[ -n Color ]]
+ [[ '' != \n\e\v\e\r ]]
+ [[ '' = \a\l\w\a\y\s ]]
+ coweropts+=("--color=auto")
+ reset='\e[0m'
+ colorR='\e[1;31m'
+ colorG='\e[1;32m'
+ colorY='\e[1;33m'
+ colorB='\e[1;34m'
+ colorM='\e[1;35m'
+ colorW='\e[1;39m'
+ pacmanarg=(${pacmanarg[@]/--/})
+ pacmanarg=(${pacmanarg[@]/-r/})
+ pacmanarg=(${pacmanarg[@]/-a/})
+ [[ sync = sync ]]
+ [[ ! -n '' ]]
+ [[ ! -n '' ]]
+ [[ ! -n '' ]]
+ [[ 1000 -eq 0 ]]
+ [[ -n 1 ]]
+ pacmanarg=(${pacmanarg[@]/-e/})
+ [[ -n 1 ]]
+ [[ -n '' ]]
+ [[ -n 1 ]]
+ [[ -n '' ]]
+ [[ ! -n vim ]]
+ [[ sync = sync ]]
+ [[ ! -n '' ]]
+ [[ ! -n '' ]]
+ [[ ! -n '' ]]
+ [[ diff = diff ]]
+ [[ /home/dedmass/.cache/pacaur = /tmp/pacaurtmp-dedmass ]]
+ [[ ! -w /home/dedmass/.cache/pacaur ]]
+ [[ -z gnome-shell-extension-workspace-grid ]]
+ [[ -z gnome-shell-extension-workspace-grid ]]
+ [[ -n '' ]]
+ case $operation in
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -z gnome-shell-extension-workspace-grid ]]
+ ClassifyPkgs gnome-shell-extension-workspace-grid
+ local noaurpkgs norepopkgs
+ [[ true = true ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ ! -n '' ]]
+ [[ ! -n '' ]]
+ unset noaurpkgs
+ for i in "${pkgs[@]}"
+ [[ gnome-shell-extension-workspace-grid == aur/* ]]
+ noaurpkgs+=($i)
+ [[ -n gnome-shell-extension-workspace-grid ]]
+ norepopkgs=($(LANG=C $pacmanbin -Sp ${noaurpkgs[@]} 2>&1 >/dev/null | awk '{print $NF}'))
++ LANG=C
++ awk '{print $NF}'
++ pacman -Sp gnome-shell-extension-workspace-grid
+ for i in "${norepopkgs[@]}"
+ [[ !  gnome-shell-extension-workspace-grid  =~ [a-zA-Z0-9.+-]+/gnome-shell-extension-workspace-grid[^a-zA-Z0-9.+-] ]]
+ aurpkgs+=($i)
+ repopkgs=($(grep -xvf <(printf '%s\n' "${aurpkgs[@]}") <(printf '%s\n' "${noaurpkgs[@]}")))
++ grep -xvf /dev/fd/63 /dev/fd/62
+++ printf '%s\n' gnome-shell-extension-workspace-grid
+++ printf '%s\n' gnome-shell-extension-workspace-grid
+ [[ -n '' ]]
+ [[ -n gnome-shell-extension-workspace-grid ]]
+ [[ -n '' ]]
+ [[ true = true ]]
+ [[ ! -n '' ]]
+ Note w 'Package(s) \e[1;39mgnome-shell-extension-workspace-grid\e[0m not found in repositories, trying \e[1;35mAUR\e[0m...'
+ case "$1" in
+ echo -e '\e[1;33m::\e[0m Package(s) \e[1;39mgnome-shell-extension-workspace-grid\e[0m not found in repositories, trying \e[1;35mAUR\e[0m...'
:: Package(s) gnome-shell-extension-workspace-grid not found in repositories, trying AUR...
+ Core gnome-shell-extension-workspace-grid
+ GetIgnoredPkgs
+ ignoredpkgs+=($(grep '^IgnorePkg' '/etc/pacman.conf' | awk -F '=' '{print $NF}' | tr -d "'\""))
++ grep '^IgnorePkg' /etc/pacman.conf
++ awk -F = '{print $NF}'
++ tr -d ''\''"'
+ [[ -e /home/dedmass/.config/cower/config ]]
+ ignoredpkgs=(${ignoredpkgs[@]//,/ })
+ [[ -n '' ]]
+ IgnoreChecks
+ local checkaurpkgs checkaurpkgsAver checkaurpkgsQver i
+ [[ -z '' ]]
+ return
+ DepsSolver
+ local i
+ Note i 'resolving dependencies...'
+ case "$1" in
+ echo -e '\e[1;34m::\e[0m resolving dependencies...'
:: resolving dependencies...
+ for i in "${!aurpkgs[@]}"
++ awk -F '>|<|=' '{print $1}'
+ aurpkgs[$i]=gnome-shell-extension-workspace-grid
+ deps+=(${aurpkgs[@]})
+ [[ -z '' ]]
+ foreignpkgs=($($pacmanbin -Qmq))
++ pacman -Qmq
+ FindDepsAur gnome-shell-extension-workspace-grid
+ local aurpkgsproviders aurpkgsprovidersname errdepsname depspkgs depspkgstmp depspkgsaurtmp repodepstmp
+ local builtpkg vcsdepspkgs assumedepspkgs prevname prevver prevaurver i j
+ [[ -n '' ]]
+ [[ -z '' ]]
++ DownloadJson gnome-shell-extension-workspace-grid
++ local urlencodedpkgs urlargs
++ urlencodedpkgs=($(sed 's/+/%2b/g;s/@/%40/g' <<< $@))
+++ sed 's/+/%2b/g;s/@/%40/g'
+++ printf '&arg[]=%s' gnome-shell-extension-workspace-grid
++ urlargs='&arg[]=gnome-shell-extension-workspace-grid'
++ [[ 43 -lt 8125 ]]
++ curl -sfg --compressed -C 0 'https://aur.archlinux.org/rpc.php?type=info&v=5&arg[]=gnome-shell-extension-workspace-grid'
+ json='{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}'
+ aurpkgsproviders=($(GetJson "array" "$json" "Provides"))
++ GetJson array '{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}' Provides
++ json_verify -q
++ case "$1" in
++ json_reformat
++ tr -d ', '
++ tr -d '\n'
++ sed -e '/^"Provides"/,/]/!d'
++ cut '-d ' -f 2-
++ tr -d '[]"'
++ sed 's/] /]\n/g'
++ tr '\n' ' '
++ tr -d '\"'
+ [[ -n '' ]]
+ [[ -z '' ]]
+ errdepsname=($(GetJson "var" "$json" "Name"))
++ GetJson var '{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}' Name
++ json_verify -q
++ case "$1" in
++ tr -d '", '
++ grep -Po 'Name:.*'
++ json_reformat
++ sed -r s/Name:/Name#/g
++ awk -F '#' '{print $2}'
+ errdeps+=($(grep -xvf <(printf '%s\n' "${aurpkgs[@]}") <(printf '%s\n' "${errdepsname[@]}")))
++ grep -xvf /dev/fd/63 /dev/fd/62
+++ printf '%s\n' gnome-shell-extension-workspace-grid
+++ printf '%s\n' gnome-shell-extension-workspace-grid
+ errdeps+=($(grep -xvf <(printf '%s\n' "${errdepsname[@]}") <(printf '%s\n' "${aurpkgs[@]}")))
++ grep -xvf /dev/fd/63 /dev/fd/62
+++ printf '%s\n' gnome-shell-extension-workspace-grid
+++ printf '%s\n' gnome-shell-extension-workspace-grid
+ [[ -n '' ]]
+ depspkgs=($(GetJson "array" "$json" "Depends"))
++ GetJson array '{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}' Depends
++ json_verify -q
++ case "$1" in
++ json_reformat
++ tr -d ', '
++ sed -e '/^"Depends"/,/]/!d'
++ tr -d '[]"'
++ tr -d '\n'
++ cut '-d ' -f 2-
++ sed 's/] /]\n/g'
++ tr '\n' ' '
++ tr -d '\"'
+ [[ ! -n '' ]]
+ depspkgs+=($(GetJson "array" "$json" "MakeDepends"))
++ GetJson array '{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}' MakeDepends
++ json_verify -q
++ case "$1" in
++ json_reformat
++ tr -d ', '
++ tr '\n' ' '
++ cut '-d ' -f 2-
++ tr -d '\n'
++ tr -d '[]"'
++ sed 's/] /]\n/g'
++ tr -d '\"'
++ sed -e '/^"MakeDepends"/,/]/!d'
+ depspkgs+=($(GetJson "array" "$json" "CheckDepends"))
++ GetJson array '{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}' CheckDepends
++ json_verify -q
++ case "$1" in
++ json_reformat
++ tr '\n' ' '
++ tr -d '[]"'
++ tr -d '\n'
++ cut '-d ' -f 2-
++ sed 's/] /]\n/g'
++ tr -d '\"'
++ sed -e '/^"CheckDepends"/,/]/!d'
++ tr -d ', '
+ [[ x86_64 == \i\6\8\6 ]]
+ [[ ! -n '' ]]
+ [[ ! -n '' ]]
+ depspkgs=($($pacmanbin -T ${depspkgs[@]} | sort -u))
++ pacman -T gnome-shell git
++ sort -u
+ unset depspkgsaur
+ [[ -n '' ]]
+ unset depspkgs
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n '' ]]
++ DownloadJson gnome-shell-extension-workspace-grid
++ local urlencodedpkgs urlargs
++ urlencodedpkgs=($(sed 's/+/%2b/g;s/@/%40/g' <<< $@))
+++ sed 's/+/%2b/g;s/@/%40/g'
+++ printf '&arg[]=%s' gnome-shell-extension-workspace-grid
++ urlargs='&arg[]=gnome-shell-extension-workspace-grid'
++ [[ 43 -lt 8125 ]]
++ curl -sfg --compressed -C 0 'https://aur.archlinux.org/rpc.php?type=info&v=5&arg[]=gnome-shell-extension-workspace-grid'
+ json='{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}'
+ depsAname=($(GetJson "var" "$json" "Name"))
++ GetJson var '{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}' Name
++ json_verify -q
++ case "$1" in
++ json_reformat
++ tr -d '", '
++ grep -Po 'Name:.*'
++ sed -r s/Name:/Name#/g
++ awk -F '#' '{print $2}'
+ depsAver=($(GetJson "var" "$json" "Version"))
++ GetJson var '{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}' Version
++ json_verify -q
++ case "$1" in
++ json_reformat
++ tr -d '", '
++ awk -F '#' '{print $2}'
++ grep -Po 'Version:.*'
++ sed -r s/Version:/Version#/g
+ depsAood=($(GetJson "var" "$json" "OutOfDate"))
++ GetJson var '{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}' OutOfDate
++ json_verify -q
++ case "$1" in
++ json_reformat
++ tr -d '", '
++ grep -Po 'OutOfDate:.*'
++ sed -r s/OutOfDate:/OutOfDate#/g
++ awk -F '#' '{print $2}'
+ for i in "${!depsAname[@]}"
++ expac -Qs %v '^gnome-shell-extension-workspace-grid$'
+ depsQver[$i]=
+ [[ -z '' ]]
+ depsQver[$i]='#'
++ grep -E '\-(cvs|svn|git|hg|bzr|darcs|nightly.*)$'
+ [[ -n '' ]]
+ [[ -n '' ]]
+ FindDepsRepo
+ local allrepopkgs providersrepopkgs providersrepopkgsrm i j
+ [[ -z '' ]]
+ return
+ IgnoreDepsChecks
+ local i
+ [[ -z '' ]]
+ return
+ ProviderChecks
+ local allproviders providersdeps providers repodepspkgsprovided providerspkgs provided nb providersnb rmproviderpkgs providerpkgsrm
+ [[ -z '' ]]
+ return
+ ConflictChecks
+ local allQprovides allQconflicts Aprovides Aconflicts aurconflicts aurAconflicts i j k
+ local repodepsprovides repodepsconflicts checkedrepodepsconflicts repodepsconflictsname repodepsconflictsver localver repoconflictingpkgs
+ Note i 'looking for inter-conflicts...'
+ case "$1" in
+ echo -e '\e[1;34m::\e[0m looking for inter-conflicts...'
:: looking for inter-conflicts...
+ allQprovides=($(expac -Q '%n'))
++ expac -Q %n
+ allQprovides+=($(expac -Q '%S'))
++ expac -Q %S
+ allQconflicts=($(expac -Q '%C'))
++ expac -Q %C
+ Aprovides=(${depsAname[@]})
+ Aprovides+=($(GetJson "array" "$json" "Provides"))
++ GetJson array '{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}' Provides
++ json_verify -q
++ case "$1" in
++ json_reformat
++ tr -d ', '
++ sed -e '/^"Provides"/,/]/!d'
++ tr '\n' ' '
++ tr -d '\"'
++ cut '-d ' -f 2-
++ sed 's/] /]\n/g'
++ tr -d '\n'
++ tr -d '[]"'
+ Aconflicts=($(GetJson "array" "$json" "Conflicts"))
++ GetJson array '{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}' Conflicts
++ json_verify -q
++ case "$1" in
++ json_reformat
++ tr -d ', '
++ tr -d '\"'
++ sed 's/] /]\n/g'
++ tr -d '[]"'
++ sed -e '/^"Conflicts"/,/]/!d'
++ tr -d '\n'
++ tr '\n' ' '
++ cut '-d ' -f 2-
+ for i in "${!Aprovides[@]}"
++ awk -F '>|<|=' '{print $1}'
+ Aprovides[$i]=gnome-shell-extension-workspace-grid
+ aurconflicts+=($(grep -xf <(printf '%s\n' "${Aprovides[@]}") <(printf '%s\n' "${allQconflicts[@]}")))
+++ printf '%s\n' gnome-shell-extension-workspace-grid
++ grep -xf /dev/fd/63 /dev/fd/62
+++ printf '%s\n' xfsacl at-spi xfsattr bc-readline binutils-multilib obexd-client obexd-server bluez-hcidump ca-certificates-java clang-analyzer foomatic-filters libdbus libdjvu ettercap farsight2 freerdp-git fuse gimp-devel gimp-dbp gimp-fix-ca gimp-plugin-fblur gimp-plugin-lqr gimp-plugin-normalmap gimp-refocus gimp-elsamuko-plugins gimp-plugin-layerfx gimp-plugin-resynthesizer-git gimp-plugin-saveforweb gimp-plugin-wavelet-decompose gimp-plugin-wavelet-denoise gimp-script-antique-border gimp-script-che-guevara gimp-script-color-tint gimp-script-cyanotype gimp-script-difference-layers gimp-script-erosion-sharpen gimp-script-error-level-analysis gimp-script-escape-lines gimp-script-grain gimp-script-photo-border gimp-script-glass-displacement gimp-script-lomo gimp-script-movie-300 gimp-script-national-geographic gimp-script-obama-hope gimp-script-photochrom gimp-script-rainy-landscape gimp-script-sprocket-hole gimp-script-sunny-landscape gimp-script-technicolor-2-color gimp-script-technicolor-3-color gimp-script-vintage-look gimp-script-white-balance-puzzle gnome-shell-extension-mediaplayer dirmngr gnupg2 vim-minimal vim iproute netkit-base arping netkit-tftpd jack-audio-connection-kit java-common js vlock module-init-tools libao-pulse libdvbpsi4 libdvbpsi5 libsystemd libjpeg turbojpeg libmysqlclient google-authenticator-libpam-git google-authenticator-libpam-hg quvi libreoffice-still cyrus-sasl-plugins libsigc++2.0 libsoup-gnome libltdl libtool-multilib libusbx usbmuxd x264-dev linux-firmware-git kernel26-firmware ar9170-fw iwlwifi-1000-ucode iwlwifi-3945-ucode iwlwifi-4965-ucode iwlwifi-5000-ucode iwlwifi-5150-ucode iwlwifi-6000-ucode rt2870usb-fw rt2x00-rt61-fw rt2x00-rt71w-fw amd-ucode lua-bitop lvm mkinitcpio lzo2 man mysql mysql-clients mkinitcpio ati-dri intel-dri nouveau-dri svga-dri mesa-dri libgl libgles libegl libnm-gtk libcl osm-gps-map-gtk3 pacman-contrib pcmcia-cs perl-libwww perl-libwww phonon phonon-gstreamer phonon-gstreamer php-ldap pkgconfig poppler-qt3 portaudio_cpp procps sysvinit-tools protobuf protobuf-cpp pyqt-common dbus-python python3-numpy pyqt python pycairo python-notify qscintilla qt qtchooser qtchooser qtchooser qt rake mailx mailx-heirloom heirloom-mailx umfpack nss-myhostname systemd-tools udev sysvinit telepathy-farsight tetex texlive-latex3 pdfjam totem-plugin util-linux-ng eject zramctl libv4l vlc-plugin webkitgtk3 libwebkit3 wireshark wireshark xorg-server X-ABI-XINPUT_VERSION X-ABI-XINPUT_VERSION xorg-server X-ABI-VIDEODRV_VERSION X-ABI-VIDEODRV_VERSION xf86-video-intel-sna xf86-video-intel-uxa xf86-video-i810 xf86-video-intel-legacy xkbdata font-util font-misc-ethiopic font-misc-meltho nvidia-utils glamor-egl xf86-video-modesetting
+ aurconflicts+=($(grep -xf <(printf '%s\n' "${Aconflicts[@]}") <(printf '%s\n' "${allQprovides[@]}")))
+++ printf '%s\n'
++ grep -xf /dev/fd/63 /dev/fd/62
+++ printf '%s\n' a52dec aalib accountsservice ack acl adobe-source-code-pro-fonts adwaita-icon-theme aldo alsa-lib alsa-plugins alsa-utils apache apr apr-util arc-firefox-theme arc-gtk-theme arc-icon-theme arch-audit arch-firefox-search archlinux-keyring armagetronad arpack ascii asciiquarium aspell at-spi2-atk at-spi2-core atk atkmm attica-qt5 attr autoconf autoconf-archive automake avahi babl baobab bash bash-completion bc biber binutils blas bleachbit blender blosc bluez bluez-libs bluez-utils boost-libs brasero bzip2 c-ares ca-certificates ca-certificates-cacert ca-certificates-mozilla ca-certificates-utils cairo cairomm cantarell-fonts caribou cblas cdparanoia cdrdao cdrkit celt cheese chromaprint cifs-utils cinnamon-menus clang clucene clutter clutter-gst clutter-gtk cmatrix cogl coin colord colord-gtk compositeproto coreutils cower cowsay cracklib cryptsetup ctags cups cups-filters cups-pk-helper curl damageproto darktable db dbus dbus-glib dcadec dconf dconf-editor desktop-file-utils device-mapper dhclient dhcpcd diffutils djvulibre dmenu dnssec-anchors docbook-xml docbook-xsl dosfstools dvd+rw-tools e2fsprogs empathy enca enchant eog epiphany espeak ethtool ettercap-gtk evince evolution-data-server exempi exiv2 expac expat faad2 fail2ban fakeroot farstream ffmpeg ffmpeg2.8 fftw figlet file file-roller filesystem filezilla findutils firefox firejail fixesproto flac flex flickcurl fltk fluidsynth folks fontconfig fontsproto foomatic-db-engine fortune-mod freecad freerdp freetype2 fribidi fswebcam ftgl fuse-common fuse2 gawk gc gcc gcc-libs gconf gcr gd gdb gdb-common gdbm gdk-pixbuf2 gdm gedit gegl02 geoclue2 geocode-glib geogebra geoip geoip-database gettext ghc ghostscript giflib gimp gimp-plugin-registry git gitkraken gjs gl2ps glew glib-networking glib2 glibc glibmm glpk glu gmime gmp gnome-autoar gnome-backgrounds gnome-bluetooth gnome-calculator gnome-color-manager gnome-common gnome-contacts gnome-control-center gnome-desktop gnome-dictionary gnome-disk-utility gnome-font-viewer gnome-keyring gnome-menus gnome-online-accounts gnome-screenshot gnome-session gnome-settings-daemon gnome-shell gnome-shell-extension-battery-status-git gnome-shell-extension-bottompanel-git gnome-shell-extension-mediaplayer-git gnome-shell-extension-no-topleft-hot-corner gnome-shell-extension-panel-osd gnome-shell-extension-taskbar gnome-shell-extension-torstatus-git gnome-shell-extensions gnome-system-log gnome-system-monitor gnome-terminal gnome-themes-standard gnome-tweak-tool gnome-user-docs gnome-user-share gnome-video-effects gnu-netcat gnupg gnuplot gnutls gobject-introspection-runtime gom google-talkplugin gparted gpgme gpm graphene graphicsmagick graphite grep grilo grilo-plugins groff gsettings-desktop-schemas gsfonts gsl gsm gspell gst-libav gst-plugins-bad gst-plugins-base gst-plugins-base-libs gst-plugins-good gst-plugins-ugly gstreamer gstreamer0.10 gstreamer0.10-base gthumb gtk-doc gtk-engine-murrine gtk-update-icon-cache gtk2 gtk3 gtk3-print-backends gtkglext gtkmm gtkmm3 gtksourceview3 gtkspell gucharmap guile gvfs gvfs-afc gvfs-goa gvfs-google gvfs-gphoto2 gvfs-mtp gvfs-nfs gvfs-smb gvim gzip handbrake harfbuzz harfbuzz-icu hdf5 hexchat hicolor-icon-theme hplip hspell htop http-parser hunspell hunspell-en hunspell-it hwids hwloc hyphen hyphen-en iana-etc icu ijs ilmbase imagemagick imlib2 inetutils inkscape inputproto intel-tbb intel-ucode intltool iproute2 iptables iputils iso-codes itstool iw jack jansson jasper java-environment-common java-runtime-common jbig2dec jdk8-openjdk jemalloc jfsutils jre8-openjdk jre8-openjdk-headless js js17 json-c json-glib karchive kauth kbd kbookmarks kbproto kcodecs kcompletion kconfig kconfigwidgets kcoreaddons kcrash kdbusaddons keyutils kglobalaccel kguiaddons ki18n kiconthemes kinit kio kitemviews kjobwidgets kmod knotifications krb5 kservice ktextwidgets kwallet kwidgetsaddons kwindowsystem kxmlgui lame lapack lcms lcms2 ldb ldns lensfun less libabw libaio libao libarchive libart-lgpl libass libassuan libasyncns libatasmart libatomic_ops libavc1394 libbluray libbsd libcaca libcanberra libcanberra-pulse libcap libcap-ng libcddb libcdio libcdio-paranoia libcdr libchamplain libcmis libcroco libcue libcups libcurl-compat libdaemon libdatrie libdbusmenu-qt5 libdca libdmapsharing libdrm libdv libdvbpsi libdvdnav libdvdread libe-book libebml libedit libelf libepoxy libetonyek libevdev libevent libexif libexttextcat libfbclient libffi libfilezilla libfontenc libgcrypt libgdata libgdm libgee libglade libgme libgnome-keyring libgnomecanvas libgnomekbd libgpg-error libgphoto2 libgrss libgsf libgtop libgudev libgusb libgweather libgxps libibus libical libice libid3tag libidn libiec61883 libieee1284 libimobiledevice libinput libiptcdata libixion libjpeg-turbo libkate libkeybinder3 libksba liblangtag libldap liblouis liblqr libmad libmariadbclient libmatroska libmcrypt libmediaart libmikmod libmm-glib libmms libmng libmnl libmodplug libmpc libmpcdec libmpeg2 libmspub libmtp libmusicbrainz5 libmwaw libmythes libnautilus-extension libndp libnet libnewt libnfs libnftnl libnice libnl libnm-glib libnotify liboauth libodfgen libofa libogg libomxil-bellagio liborcus libosinfo libpagemaker libpam-google-authenticator libpaper libpcap libpciaccess libpeas libpgm libphonenumber libpipeline libplist libpng libproxy libpsl libpulse libpwquality libquvi libquvi-scripts libqzeitgeist libraw1394 libreoffice-fresh librevenge librsvg libsamplerate libsasl libseccomp libsecret libshout libsidplay libsigc++ libsigsegv libsm libsndfile libsodium libsoup libsoxr libspectre libspiro libspnav libsrtp libssh libssh2 libstemmer libsynctex libsystemd libtar libtasn1 libteam libthai libtheora libtiff libtiger libtirpc libtool libtracker-sparql libtxc_dxtn libunistring libunwind libupnp libusb libusbmuxd libutil-linux libuv libva libvdpau libvisio libvisual libvncserver libvoikko libvorbis libvpx libwacom libwbclient libwebp libwmf libwnck3 libwpd libwpg libwps libx11 libx264 libxau libxaw libxcb libxcomposite libxcursor libxdamage libxdmcp libxext libxfixes libxfont libxft libxi libxinerama libxkbcommon libxkbcommon-x11 libxkbfile libxklavier libxml2 libxmu libxpm libxrandr libxrender libxres libxshmfence libxslt libxss libxt libxtst libxv libxvmc libxxf86vm libyaml libzip licenses linux linux-api-headers linux-firmware linux-headers llvm-libs lm_sensors log4cplus logrotate lolcat lpsolve lsb-release lua lua52 lua52-bitop lua52-expat lua52-lpeg lua52-luajson lua52-socket lvm2 lynx lz4 lzo m4 macchanger make man-db man-pages mariadb mariadb-clients mathematica mdadm media-player-info mesa mesa-libgl metis mime-types mjpegtools mkinitcpio mkinitcpio-busybox mobile-broadband-provider-info mod_dnssd mousetweaks mozilla-common mp3gain mpfr mpg123 mtdev mutter mythes-en nano nasm nautilus nautilus-sendto ncurses neon net-snmp netcdf netctl nettle networkmanager networkmanager-openconnect networkmanager-openvpn networkmanager-pptp nginx nm-connection-editor nmap nodejs noto-fonts npm npth nspr nss ntp numactl ocaml ocl-icd octave openal opencascade opencollada opencolorio openconnect opencore-amr openexr openimageio openjpeg openjpeg2 openmpi openresolv openshadinglanguage openssh openssl opensubdiv openvdb openvpn opus orc osinfo-db osm-gps-map p11-kit p7zip pacaur packagekit pacman pacman-mirrorlist pam pambase pango pangomm pangox-compat parted patch pciutils pcmciautils pcre pcre2 pcsclite perl perl-autovivification perl-b-hooks-endofscope perl-business-isbn perl-business-isbn-data perl-business-ismn perl-business-issn perl-class-accessor perl-class-data-inheritable perl-class-factory-util perl-class-load perl-class-singleton perl-clone perl-curses perl-data-compare perl-data-dump perl-data-optlist perl-data-uniqid perl-datetime perl-datetime-calendar-julian perl-datetime-format-builder perl-datetime-format-strptime perl-datetime-locale perl-datetime-timezone perl-dbi perl-devel-stacktrace perl-dist-checkconflicts perl-encode-locale perl-error perl-eval-closure perl-exception-class perl-exporter-tiny perl-file-find-rule perl-file-listing perl-file-next perl-file-slurp perl-file-slurp-tiny perl-file-which perl-html-parser perl-html-tagset perl-http-cookies perl-http-daemon perl-http-date perl-http-message perl-http-negotiate perl-inc-latest perl-io-html perl-io-socket-ssl perl-io-string perl-ipc-run3 perl-libwww perl-lingua-translit perl-list-allutils perl-list-moreutils perl-list-someutils perl-list-utilsby perl-log-log4perl perl-lwp-mediatypes perl-lwp-protocol-https perl-math-round perl-mime-charset perl-module-build perl-module-implementation perl-module-runtime perl-mozilla-ca perl-mro-compat perl-namespace-autoclean perl-namespace-clean perl-net-http perl-net-ssleay perl-number-compare perl-package-stash perl-package-stash-xs perl-params-util perl-params-validate perl-params-validationcompiler perl-regexp-common perl-role-tiny perl-scalar-list-utils perl-sort-key perl-specio perl-sub-exporter perl-sub-exporter-progressive perl-sub-identify perl-sub-install perl-term-animation perl-test-fatal perl-text-bibtex perl-text-csv perl-text-glob perl-text-roman perl-tie-cycle perl-try-tiny perl-unicode-linebreak perl-uri perl-variable-magic perl-www-robotrules perl-xml-libxml perl-xml-libxml-simple perl-xml-libxslt perl-xml-namespacesupport perl-xml-parser perl-xml-sax perl-xml-sax-base perl-xml-writer phonon-qt4 phonon-qt4-gstreamer phonon-qt5 phonon-qt5-gstreamer php php-fpm php-mcrypt phpmyadmin pinentry pixman pkcs11-helper pkg-config polkit polkit-qt5 poppler poppler-glib popt portaudio potrace powertop ppp pptpclient procps-ng projectm projectm-pulseaudio projectm-qt protobuf psmisc ptex pugixml pulseaudio pulseaudio-alsa pulseaudio-bluetooth pulseaudio-equalizer pv pwgen pygobject-devel pygobject2-devel pygtk pyqt4-common pyqt5-common pyside-tools-common python python-appdirs python-atspi python-cairo python-chardet python-cycler python-dateutil python-dbus python-dbus-common python-gobject python-matplotlib python-numpy python-packaging python-pillow python-pycups python-pycurl python-pyinotify python-pyparsing python-pyqt4 python-pyqt5 python-pyside-common python-pytz python-requests python-setuptools python-sip python-six python-systemd python-urllib3 python-xdg python2 python2-cairo python2-cycler python2-dateutil python2-gobject python2-gobject2 python2-matplotlib python2-notify python2-numpy python2-pivy python2-psutil python2-pyparsing python2-pyqt5 python2-pyside python2-pyside-tools python2-pytz python2-shiboken python2-sip python2-six qhull qpdf qrencode qscintilla-qt4 qscintilla-qt5 qt4 qt5-base qt5-declarative qt5-multimedia qt5-script qt5-serialport qt5-svg qt5-x11extras qt5-xmlpatterns qtwebkit racket randrproto raptor rasqal readline recode recordproto redland reiserfsprogs remmina renderproto rest rfkill rkhunter rsync rtkit rtmpdump ruby ruby-diff-lcs ruby-paint ruby-rainbow ruby-rspec ruby-rspec-core ruby-rspec-expectations ruby-rspec-mocks ruby-rspec-support ruby-term-ansicolor ruby-tins ruby-trollop run-parts s-nail sane sbc schroedinger scrnsaverproto sdl sdl2 sdl_image sdl_mixer sed semver shadow shared-color-targets shared-mime-info shiboken simple-scan sip sl slang smbclient smpeg snappy solid sonnet soqt sound-theme-freedesktop source-highlight speex speexdsp spotify sqlite startup-notification stellarium stockfish sudo suitesparse sushi sysfsutils system-config-printer systemd systemd-sysvcompat t1lib taglib talloc tar tcl tdb telepathy-farstream telepathy-glib telepathy-logger telepathy-mission-control terminator tevent texinfo texlive-bibtexextra texlive-bin texlive-core texlive-fontsextra texlive-formatsextra texlive-games texlive-genericextra texlive-htmlxml texlive-humanities texlive-latexextra texlive-music texlive-pictures texlive-plainextra texlive-pstricks texlive-publishers texlive-science thin-provisioning-tools thunderbird tk toilet tor totem totem-plparser tracker transmission-cli transmission-gtk tree triplea tslib ttf-bitstream-vera ttf-dejavu ttf-liberation tzdata udisks2 ufw unrar unzip upower usbmuxd usbutils util-linux v4l-utils valgrind vi vid.stab videoproto vim-runtime vino vlc vpnc vte-common vte3 vtk6 wavpack wayland wayland-protocols webkit2gtk webkitgtk webrtc-audio-processing weechat wget whatsie which whois wireshark-cli wireshark-common wireshark-gtk wpa_supplicant wxgtk x265 xcb-proto xcb-util xcb-util-image xcb-util-keysyms xcb-util-wm xclip xdg-user-dirs xdg-user-dirs-gtk xdg-utils xerces-c xextproto xf86-input-libinput xf86-video-intel xf86vidmodeproto xfsprogs xineramaproto xkeyboard-config xorg-bdftopcf xorg-font-util xorg-font-utils xorg-fonts-alias xorg-fonts-encodings xorg-fonts-misc xorg-mkfontdir xorg-mkfontscale xorg-server xorg-server-common xorg-server-xwayland xorg-setxkbmap xorg-xauth xorg-xev xorg-xhost xorg-xinit xorg-xinput xorg-xkbcomp xorg-xmodmap xorg-xrandr xorg-xrdb xorg-xset xournal xproto xsel xvidcore xz yajl yelp yelp-tools yelp-xsl youtube-dl zenity zeromq zip zita-alsa-pcmi zita-resampler zlib zsh zsh-completions zsh-syntax-highlighting zstd zvbi zziplib xfsacl arpack-ng at-spi xfsattr sh bluez-hcidump libboost_context.so ca-certificates ca-certificates-java cairo-xcb clang-analyzer foomatic-filters libcurl.so libdbus libdcadec.so dhcp-client dhcp-client libdjvu ettercap libavcodec.so libavdevice.so libavfilter.so libavformat.so libavresample.so libavutil.so libpostproc.so libswresample.so libswscale.so libavcodec.so libavdevice.so libavfilter.so libavformat.so libavresample.so libavutil.so libpostproc.so libswresample.so libswscale.so libfreetype.so fuse awk haskell-array haskell-base haskell-binary haskell-bytestring haskell-containers haskell-deepseq haskell-directory haskell-filepath haskell-ghc-boot haskell-ghc-boot-th haskell-ghc-prim haskell-haskeline haskell-hoopl haskell-hpc haskell-integer-gmp haskell-pretty haskell-process haskell-template-haskell haskell-terminfo haskell-time haskell-transformers haskell-unix haskell-xhtml haskell-cabal gimp-dbp gimp-fix-ca gimp-plugin-fblur gimp-plugin-lqr gimp-plugin-normalmap gimp-refocus gimp-elsamuko-plugins gimp-plugin-layerfx gimp-plugin-resynthesizer-git gimp-plugin-saveforweb gimp-plugin-wavelet-decompose gimp-plugin-wavelet-denoise gimp-script-antique-border gimp-script-che-guevara gimp-script-color-tint gimp-script-cyanotype gimp-script-difference-layers gimp-script-erosion-sharpen gimp-script-error-level-analysis gimp-script-escape-lines gimp-script-grain gimp-script-photo-border gimp-script-glass-displacement gimp-script-lomo gimp-script-movie-300 gimp-script-national-geographic gimp-script-obama-hope gimp-script-photochrom gimp-script-rainy-landscape gimp-script-sprocket-hole gimp-script-sunny-landscape gimp-script-technicolor-2-color gimp-script-technicolor-3-color gimp-script-vintage-look gimp-script-white-balance-puzzle git-core gitkraken gnome-shell-extension-mediaplayer netcat dirmngr gnupg2 gst-ffmpeg vim xxd iproute jack-audio-connection-kit java-environment java-environment-openjdk libjemalloc.so java-runtime java-runtime-openjdk java-runtime-headless java-runtime-headless-openjdk vlock module-init-tools libkmod.so libao-pulse libarchive.so libass.so libbluray.so libdts libebml.so libtextcat libgudev-1.0.so libjpeg turbojpeg libmysqlclient libmatroska.so mpeg2dec mythes libreoffice libreoffice-en-US libsigc++2.0 libsoup-gnome libssh2.so libsystemd.so libudev.so libltdl libtool-multilib libusbx libblkid.so libfdisk.so libmount.so libsmartcols.so libuuid.so libvorbisfile.so libvorbis.so libvorbisenc.so libvpx.so libx264.so x264-dev lzo2 man mysql mysql-clients ati-dri intel-dri nouveau-dri svga-dri mesa-dri libgl libgles libegl libncurses++w.so libformw.so libmenuw.so libpanelw.so libncursesw.so libnetcdf.so libnm-gtk ttf-font nodejs-node-gyp opencl-icd-loader resolvconf osm-gps-map-gtk3 pacman-contrib perl-archive-tar perl-attribute-handlers perl-autodie perl-autoloader perl-autouse perl-b-debug perl-base perl-bignum perl-carp perl-compress-raw-bzip2 perl-compress-raw-zlib perl-config-perl-v perl-constant perl-cpan-meta-requirements perl-cpan-meta-yaml perl-cpan-meta perl-cpan perl-data-dumper perl-db_file perl-devel-ppport perl-devel-selfstubber perl-digest-md5 perl-digest-sha perl-digest perl-dumpvalue perl-encode perl-encoding-warnings perl-env perl-experimental perl-exporter perl-extutils-cbuilder perl-extutils-constant perl-extutils-install perl-extutils-makemaker perl-extutils-manifest perl-extutils-parsexs perl-file-fetch perl-file-path perl-file-temp perl-filter-simple perl-filter-util-call perl-getopt-long perl-http-tiny perl-i18n-collate perl-i18n-langtags perl-if perl-io-compress perl-io-socket-ip perl-io-zlib perl-io perl-ipc-cmd perl-ipc-sysv perl-json-pp perl-lib perl-libnet perl-locale-codes perl-locale-maketext-simple perl-locale-maketext perl-math-bigint-fastcalc perl-math-bigint perl-math-bigrat perl-math-complex perl-memoize perl-mime-base64 perl-module-corelist perl-module-load-conditional perl-module-load perl-module-loaded perl-module-metadata perl-net-ping perl-params-check perl-parent perl-parse-cpan-meta perl-pathtools perl-perl-ostype perl-perlfaq perl-perlio-via-quotedprint perl-pod-checker perl-pod-escapes perl-pod-parser perl-pod-perldoc perl-pod-simple perl-pod-usage perl-podlators perl-safe perl-scalar-list-utils perl-search-dict perl-selfloader perl-socket perl-storable perl-sys-syslog perl-term-ansicolor perl-term-cap perl-term-complete perl-term-readline perl-test-harness perl-test-simple perl-test perl-text-abbrev perl-text-balanced perl-text-parsewords perl-text-tabs perl-thread-queue perl-thread-semaphore perl-threads-shared perl-threads perl-tie-file perl-tie-refhash perl-time-hires perl-time-local perl-time-piece perl-unicode-collate perl-unicode-normalize perl-version perl-xsloader perl-class-accessor-fast perl-class-accessor-faster perl-datetime perl-datetime-format-builder html-tagset net-ssleay perl-uri-escape perl-libxml perl-xml-libxml-common phonon phonon-backend phonon-qt4-backend phonon-qt5-backend php-ldap pkgconfig portaudio_cpp procps sysvinit-tools protobuf protobuf-cpp pyqt-common python3 python3-numpy pyqt python-distribute pycairo pygobject pivy qscintilla libhistory.so libreadline.so remmina-plugins librtmp.so rubygems rake mailx mailx-heirloom heirloom-mailx sqlite3 umfpack nss-myhostname systemd-tools udev lcdf-typetools kpathsea xindy tetex texlive-latex3 pdfjam ttf-font ttf-font ttf-font util-linux-ng eject zramctl libv4l libvidstab.so webkitgtk3 libwebkit3 libx265.so xf86-input-driver xf86-video-intel-uxa xf86-video-intel-sna xkbdata font-util font-misc-ethiopic font-misc-meltho X-ABI-VIDEODRV_VERSION X-ABI-XINPUT_VERSION X-ABI-EXTENSION_VERSION x-server libxvidcore.so
+ aurconflicts=($(tr ' ' '\n' <<< ${aurconflicts[@]} | LC_COLLATE=C sort -u))
++ tr ' ' '\n'
++ LC_COLLATE=C
++ sort -u
+ NothingToDo gnome-shell-extension-workspace-grid
+ [[ -z gnome-shell-extension-workspace-grid ]]
+ return 0
+ [[ -n '' ]]
+ ReinstallChecks
+ local i depsAtmp
+ depsAtmp=(${depsAname[@]})
+ for i in "${!depsAtmp[@]}"
+ [[ ! -n '' ]]
+ [[ !  gnome-shell-extension-workspace-grid  =~  gnome-shell-extension-workspace-grid  ]]
+ [[    =~  gnome-shell-extension-workspace-grid  ]]
+ [[ -z # ]]
+ [[ # = \# ]]
+ continue
+ [[ -n '' ]]
+ NothingToDo gnome-shell-extension-workspace-grid
+ [[ -z gnome-shell-extension-workspace-grid ]]
+ return 0
+ OutofdateChecks
+ local i
+ for i in "${!depsAname[@]}"
+ [[ null -gt 0 ]]
+ Prompt
+ local i binaryksize sumk summ builtpkg cachedpkgs strname stroldver strnewver strsize action
+ local depsver repodepspkgsver strrepodlsize strrepoinsize strsumk strsumm lreposizelabel lreposize
+ [[ -n '' ]]
+ for i in "${!depsAname[@]}"
+ [[ ! -n '' ]]
+ break
++ grep '^VerbosePkgLists' /etc/pacman.conf
+ [[ -n '' ]]
+ for i in "${!deps[@]}"
+ depsver='gnome-shell-extension-workspace-grid-1.3.8.15-1  '
+ printf '\n\e[1;39m%-16s\e[0m %s\n' 'AUR Packages  (1)' 'gnome-shell-extension-workspace-grid-1.3.8.15-1  '

AUR Packages  (1) gnome-shell-extension-workspace-grid-1.3.8.15-1  
+ [[ -n '' ]]
+ [[ -n '' ]]
+ echo

+ [[ ! -n '' ]]
+ [[ -n true ]]
+ action=installation
+ Proceed y 'Proceed with installation?'
+ local Y y N n answer
++ gettext pacman Y
+ Y=Y
+ y=y
++ gettext pacman N
+ N=N
+ n=n
+ case "$1" in
+ printf '\e[1;34m%s\e[0m \e[1;39m%s\e[0m' :: 'Proceed with installation? [Y/n] '
:: Proceed with installation? [Y/n] + [[ -n '' ]]
+ read -r -n 1 answer

+ echo

+ case $answer in
+ return 0
+ MakePkgs
+ local oldorphanpkgs neworphanpkgs orphanpkgs pkgsdepslist vcsclients vcschecked aurdevelpkgsAver aurdevelpkgsQver basepkgsupdate checkpkgsdepslist isaurdeps builtpkgs builtdepspkgs i j
+ DownloadPkgs gnome-shell-extension-workspace-grid
+ local i
+ Note i '\e[1;39mRetrieving package(s)...\e[0m'
+ case "$1" in
+ echo -e '\e[1;34m::\e[0m \e[1;39mRetrieving package(s)...\e[0m'
:: Retrieving package(s)...
+ GetPkgbase gnome-shell-extension-workspace-grid
+ local i
++ DownloadJson gnome-shell-extension-workspace-grid
++ local urlencodedpkgs urlargs
++ urlencodedpkgs=($(sed 's/+/%2b/g;s/@/%40/g' <<< $@))
+++ sed 's/+/%2b/g;s/@/%40/g'
+++ printf '&arg[]=%s' gnome-shell-extension-workspace-grid
++ urlargs='&arg[]=gnome-shell-extension-workspace-grid'
++ [[ 43 -lt 8125 ]]
++ curl -sfg --compressed -C 0 'https://aur.archlinux.org/rpc.php?type=info&v=5&arg[]=gnome-shell-extension-workspace-grid'
+ json='{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}'
+ for i in "$@"
+ pkgsbase+=($(GetJson "varvar" "$json" "PackageBase" "$i"))
++ GetJson varvar '{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}' PackageBase gnome-shell-extension-workspace-grid
++ json_verify -q
++ case "$1" in
++ json_reformat
++ tr -d ', '
++ grep -Po 'PackageBase:.*'
++ sed -r s/PackageBase:/PackageBase#/g
++ sed -e '/"Name":"gnome-shell-extension-workspace-grid"/,/}/!d'
++ tr -d '"'
++ awk -F '#' '{print $2}'
+ for i in "${pkgsbase[@]}"
+ [[    =~  gnome-shell-extension-workspace-grid  ]]
+ basepkgs+=($i)
+ for i in ${basepkgs[@]}
+ cd /home/dedmass/.cache/pacaur
+ [[ ! -d gnome-shell-extension-workspace-grid ]]
+ cd /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid
+ git reset --hard HEAD -q
+ [[ diff = diff ]]
+ git rev-parse HEAD
+ git pull --ff -q
+ EditPkgs gnome-shell-extension-workspace-grid
+ local viewed timestamp i j
+ [[ -n '' ]]
+ unset viewed
+ for i in "$@"
+ [[    =~  gnome-shell-extension-workspace-grid  ]]
+ cd /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid
+ unset timestamp
+ GetInstallScripts gnome-shell-extension-workspace-grid
+ local installscriptspath
+ [[ ! -d /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid ]]
+ unset installscriptspath installscripts
+ installscriptspath=($(find "$clonedir/$1/" -maxdepth 1 -name "*.install"))
++ find /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/ -maxdepth 1 -name '*.install'
+ [[ -n /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid.install ]]
+ installscripts=($(basename -a ${installscriptspath[@]}))
++ basename -a /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid.install
+ [[ ! -n '' ]]
+ [[ ! diff = none ]]
+ [[ diff = diff ]]
+ [[ -e .git/HEAD.prev ]]
++ cut -f1 .git/HEAD.prev
+ diffcmd='git log -p --stat 5995ffb2a4ad1081897b590c3512cb0b81604d20.. -- . '\'':!\.SRCINFO'\'''
++ eval 'git log -p --stat 5995ffb2a4ad1081897b590c3512cb0b81604d20.. -- . '\'':!\.SRCINFO'\'''
+++ git log -p --stat 5995ffb2a4ad1081897b590c3512cb0b81604d20.. -- . ':!\.SRCINFO'
+ [[ -n '' ]]
+ Note w '\e[1;39mgnome-shell-extension-workspace-grid\e[0m build files are up-to-date -- skipping'
+ case "$1" in
+ echo -e '\e[1;33m::\e[0m \e[1;39mgnome-shell-extension-workspace-grid\e[0m build files are up-to-date -- skipping'
:: gnome-shell-extension-workspace-grid build files are up-to-date -- skipping
+ [[ ! -n '' ]]
+ [[ diff = diff ]]
+ [[ '' = true ]]
+ oldorphanpkgs=($($pacmanbin -Qdtq))
++ pacman -Qdtq
+ sudo pacman -V
+ for i in "${!pkgsbase[@]}"
+ for j in "${!deps[@]}"
+ [[ gnome-shell-extension-workspace-grid = \g\n\o\m\e\-\s\h\e\l\l\-\e\x\t\e\n\s\i\o\n\-\w\o\r\k\s\p\a\c\e\-\g\r\i\d ]]
+ [[ true = true ]]
+ SudoV
+ [[ !    =~  gnome-shell-extension-workspace-grid  ]]
+ touch /tmp/pacaurtmp-dedmass/sudov.lck
+ pkgsdeps+=(${deps[$j]})
+ pkgsdeps+=("#")
+ pkgsdeps=($(sed 's/ # /\n/g' <<< ${pkgsdeps[@]} | tr -d '#' | sed '/^ $/d' | tr ' ' ',' | sed 's/^,//g;s/,$//g'))
++ sed 's/ # /\n/g'
+ [[ -e /tmp/pacaurtmp-dedmass/sudov.lck ]]
+ sudo pacman -V
++ tr -d '#'
++ sed '/^ $/d'
++ sed 's/^,//g;s/,$//g'
++ tr ' ' ,
+ basepkgs=($(awk '{for (i=NF;i>=1;i--) print $i}' <<< ${basepkgs[@]} | awk -F "\n" '{print}'))
++ awk '{for (i=NF;i>=1;i--) print $i}'
++ awk -F '\n' '{print}'
+ pkgsdeps=($(awk '{for (i=NF;i>=1;i--) print $i}' <<< ${pkgsdeps[@]} | awk -F "\n" '{print}'))
++ awk '{for (i=NF;i>=1;i--) print $i}'
++ awk -F '\n' '{print}'
+ for i in "${!basepkgs[@]}"
+ pkgsdepslist=($(awk -F "," '{for (k=1;k<=NF;k++) print $k}' <<< ${pkgsdeps[$i]}))
++ awk -F , '{for (k=1;k<=NF;k++) print $k}'
+ sleep 2
+ unset builtpkg
++ grep -E '\-(bzr|git|hg|svn|nightly.*)$'
+ [[ -z '' ]]
+ for j in "${pkgsdepslist[@]}"
++ GetJson varvar '{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}' Version gnome-shell-extension-workspace-grid
++ json_verify -q
++ case "$1" in
++ json_reformat
++ tr -d ', '
++ awk -F '#' '{print $2}'
++ sed -e '/"Name":"gnome-shell-extension-workspace-grid"/,/}/!d'
++ grep -Po 'Version:.*'
++ sed -r s/Version:/Version#/g
++ tr -d '"'
+ depsAver=1.3.8.15-1
+ [[ -n '' ]]
+ unset vcsclients
+ vcsclients=($(grep -E "makedepends = (bzr|git|mercurial|subversion)$" "$clonedir/${basepkgs[$i]}/.SRCINFO" | awk -F " " '{print $NF}'))
++ grep -E 'makedepends = (bzr|git|mercurial|subversion)$' /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/.SRCINFO
++ awk -F ' ' '{print $NF}'
+ for j in "${vcsclients[@]}"
+ [[ ! '' =~ git ]]
++ expac -Qs %n '^git$'
+ [[ -z git ]]
+ vcschecked+=($j)
+ [[ ! -n '' ]]
+ cd /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid
+ Note i 'Checking \e[1;39mgnome-shell-extension-workspace-grid\e[0m integrity...'
+ case "$1" in
+ echo -e '\e[1;34m::\e[0m Checking \e[1;39mgnome-shell-extension-workspace-grid\e[0m integrity...'
:: Checking gnome-shell-extension-workspace-grid integrity...
+ [[ false = true ]]
+ makepkg -f --verifysource
==> Making package: gnome-shell-extension-workspace-grid 1.3.8.15-1 (Tue Jan  3 23:19:12 EST 2017)
==> Retrieving sources...
  -> Updating gnome-shell-extension-workspace-grid git repo...
Fetching origin
==> Validating source files with sha256sums...
    gnome-shell-extension-workspace-grid ... Skipped
+ ((  0 > 0 ))
+ makepkg -od --noprepare --skipinteg
+ [[ -n '' ]]
+ [[ -e /tmp/pacaurtmp-dedmass/build.lck ]]
+ touch /tmp/pacaurtmp-dedmass/build.lck
+ [[ -n '' ]]
+ for i in "${!basepkgs[@]}"
+ pkgsdepslist=($(awk -F "," '{for (k=1;k<=NF;k++) print $k}' <<< ${pkgsdeps[$i]}))
++ awk -F , '{for (k=1;k<=NF;k++) print $k}'
+ cd /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid
+ unset aurdevelpkgsAver
++ grep -E '\-(bzr|git|hg|svn|nightly.*)$'
+ [[ -n '' ]]
+ for j in "${pkgsdepslist[@]}"
+ unset builtpkg
+ [[ -n '' ]]
++ GetJson varvar '{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}' Version gnome-shell-extension-workspace-grid
++ json_verify -q
++ case "$1" in
++ tr -d ', '
++ sed -e '/"Name":"gnome-shell-extension-workspace-grid"/,/}/!d'
++ json_reformat
++ grep -Po 'Version:.*'
++ awk -F '#' '{print $2}'
++ sed -r s/Version:/Version#/g
++ tr -d '"'
+ depsAver=1.3.8.15-1
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ gnome-shell-extension-workspace-grid = \# ]]
+ Note i 'Building \e[1;39mgnome-shell-extension-workspace-grid\e[0m package(s)...'
+ case "$1" in
+ echo -e '\e[1;34m::\e[0m Building \e[1;39mgnome-shell-extension-workspace-grid\e[0m package(s)...'
:: Building gnome-shell-extension-workspace-grid package(s)...
+ makeopts=(${makeopts[@]/-r/})
+ [[ ! -n true ]]
+ [[ false = true ]]
+ makepkg -sfc --noconfirm
==> Making package: gnome-shell-extension-workspace-grid 1.3.9.0-1 (Tue Jan  3 23:19:13 EST 2017)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Updating gnome-shell-extension-workspace-grid git repo...
Fetching origin
==> Validating source files with sha256sums...
    gnome-shell-extension-workspace-grid ... Skipped
==> Extracting sources...
  -> Creating working copy of workspace-grid-gnome-shell-extension git repo...
Switched to a new branch 'makepkg'
==> Starting pkgver()...
==> 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 issue...
==> Creating package "gnome-shell-extension-workspace-grid"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: gnome-shell-extension-workspace-grid 1.3.9.0-1 (Tue Jan  3 23:19:14 EST 2017)
==> Cleaning up...
+ ((  0 > 0 ))
+ unset builtpkgs builtdepspkgs
+ for j in "${pkgsdepslist[@]}"
+ unset builtpkg
+ [[ -n '' ]]
++ GetJson varvar '{"version":5,"type":"multiinfo","resultcount":1,"results":[{"ID":294871,"Name":"gnome-shell-extension-workspace-grid","PackageBaseID":86310,"PackageBase":"gnome-shell-extension-workspace-grid","Version":"1.3.8.15-1","Description":"Allows to configure your workspaces in a grid","URL":"https:\/\/github.com\/zakkak\/workspace-grid-gnome-shell-extension","NumVotes":3,"Popularity":0.000424,"OutOfDate":null,"Maintainer":"zakkak","FirstSubmitted":1412551053,"LastModified":1460981097,"URLPath":"\/cgit\/aur.git\/snapshot\/gnome-shell-extension-workspace-grid.tar.gz","Depends":["gnome-shell"],"MakeDepends":["git"],"License":["GPL3"],"Keywords":[]}]}' Version gnome-shell-extension-workspace-grid
++ json_verify -q
++ case "$1" in
++ json_reformat
++ tr -d ', '
++ sed -e '/"Name":"gnome-shell-extension-workspace-grid"/,/}/!d'
++ awk -F '#' '{print $2}'
++ tr -d '"'
++ sed -r s/Version:/Version#/g
++ grep -Po 'Version:.*'
+ depsAver=1.3.8.15-1
+ GetBuiltPkg gnome-shell-extension-workspace-grid-1.3.8.15-1 /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid
+ local pkgext
+ for pkgext in $PKGEXT .pkg.tar.xz .pkg.tar .pkg.tar.gz .pkg.tar.bz2 .pkg.tar.lzo .pkg.tar.lrz .pkg.tar.Z
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar.xz
+ [[ ! -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar.xz ]]
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar.xz
+ [[ -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar.xz ]]
+ for pkgext in $PKGEXT .pkg.tar.xz .pkg.tar .pkg.tar.gz .pkg.tar.bz2 .pkg.tar.lzo .pkg.tar.lrz .pkg.tar.Z
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar.xz
+ [[ ! -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar.xz ]]
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar.xz
+ [[ -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar.xz ]]
+ for pkgext in $PKGEXT .pkg.tar.xz .pkg.tar .pkg.tar.gz .pkg.tar.bz2 .pkg.tar.lzo .pkg.tar.lrz .pkg.tar.Z
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar
+ [[ ! -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar ]]
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar
+ [[ -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar ]]
+ for pkgext in $PKGEXT .pkg.tar.xz .pkg.tar .pkg.tar.gz .pkg.tar.bz2 .pkg.tar.lzo .pkg.tar.lrz .pkg.tar.Z
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar.gz
+ [[ ! -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar.gz ]]
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar.gz
+ [[ -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar.gz ]]
+ for pkgext in $PKGEXT .pkg.tar.xz .pkg.tar .pkg.tar.gz .pkg.tar.bz2 .pkg.tar.lzo .pkg.tar.lrz .pkg.tar.Z
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar.bz2
+ [[ ! -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar.bz2 ]]
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar.bz2
+ [[ -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar.bz2 ]]
+ for pkgext in $PKGEXT .pkg.tar.xz .pkg.tar .pkg.tar.gz .pkg.tar.bz2 .pkg.tar.lzo .pkg.tar.lrz .pkg.tar.Z
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar.lzo
+ [[ ! -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar.lzo ]]
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar.lzo
+ [[ -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar.lzo ]]
+ for pkgext in $PKGEXT .pkg.tar.xz .pkg.tar .pkg.tar.gz .pkg.tar.bz2 .pkg.tar.lzo .pkg.tar.lrz .pkg.tar.Z
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar.lrz
+ [[ ! -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar.lrz ]]
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar.lrz
+ [[ -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar.lrz ]]
+ for pkgext in $PKGEXT .pkg.tar.xz .pkg.tar .pkg.tar.gz .pkg.tar.bz2 .pkg.tar.lzo .pkg.tar.lrz .pkg.tar.Z
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar.Z
+ [[ ! -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-x86_64.pkg.tar.Z ]]
+ builtpkg=/home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar.Z
+ [[ -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar.Z ]]
+ [[ ! -f /home/dedmass/.cache/pacaur/gnome-shell-extension-workspace-grid/gnome-shell-extension-workspace-grid-1.3.8.15-1-any.pkg.tar.Z ]]
+ unset builtpkg
+ [[    =~  gnome-shell-extension-workspace-grid  ]]
+ builtpkgs+=($builtpkg)
+ [[ -n true ]]
+ Note i 'Installing \e[1;39mgnome-shell-extension-workspace-grid\e[0m package(s)...'
+ case "$1" in
+ echo -e '\e[1;34m::\e[0m Installing \e[1;39mgnome-shell-extension-workspace-grid\e[0m package(s)...'
:: Installing gnome-shell-extension-workspace-grid package(s)...
+ [[ -z '' ]]
+ [[ -z '' ]]
+ Note f '\e[1;39mgnome-shell-extension-workspace-grid\e[0m package(s) failed to install. Check .SRCINFO for mismatching data with PKGBUILD.'
+ case "$1" in
+ echo -e '\e[1;31m::\e[0m \e[1;39mgnome-shell-extension-workspace-grid\e[0m package(s) failed to install. Check .SRCINFO for mismatching data with PKGBUILD.'
:: gnome-shell-extension-workspace-grid package(s) failed to install. Check .SRCINFO for mismatching data with PKGBUILD.
+ [[ -n '' ]]
+ [[ -n '' ]]
+ [[ -n true ]]
+ for j in "${pkgsdepslist[@]}"
+ [[ !  gnome-shell-extension-workspace-grid  =~  gnome-shell-extension-workspace-grid  ]]
+ [[    =~ --(asdep|asdeps) ]]
+ [[    =~ --(asexp|asexplicit) ]]
+ [[ ! -n true ]]
+ [[ -e /tmp/pacaurtmp-dedmass/sudov.lck ]]
+ rm /tmp/pacaurtmp-dedmass/sudov.lck
+ rm /tmp/pacaurtmp-dedmass/build.lck
+ orphanpkgs=($($pacmanbin -Qdtq))
++ pacman -Qdtq
+ neworphanpkgs=($(grep -xvf <(printf '%s\n' "${oldorphanpkgs[@]}") <(printf '%s\n' "${orphanpkgs[@]}")))
++ grep -xvf /dev/fd/63 /dev/fd/62
+++ printf '%s\n'
+++ printf '%s\n'
+ [[ -z '' ]]
+ exit
rmarquis commented 7 years ago

This is a git package, but doesn't use -git in its name. As such, pacaur can't update the version correctly.

Ask the maintainer to use the upstream versioned tarball or to rename this package to -git.