mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
sources update
This commit is contained in:
parent
dfaf858951
commit
a767da8a51
3 changed files with 111 additions and 43 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
if [[ $# -ne 2 || ! -r $1 || -z $2 ]]; then
|
||||
echo >&2 "usage: arch_repopkg_unmonitored config.ini pkg_list or repository_namee"
|
||||
echo >&2 "usage: arch_repopkg_unmonitored config.ini pkg_list or repository_name"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
@ -18,7 +18,7 @@ else
|
|||
fi
|
||||
|
||||
# Also take commented-out items into account
|
||||
grep -oP '^(?:[;#]\s*)?\[.*(?=]$)' "$config" | sed 's/^\([;#]\s*\)\?\[//' | sort > "$tmp_configured"
|
||||
grep -oP '^(?:[;#]\s*)?\[.*(?=]$)' "$config" | sed 's/^\([;#]\s*\)\?\[//;/^__/d' | sort > "$tmp_configured"
|
||||
|
||||
echo ">>> Un-monitored list:"
|
||||
comm -23 "$tmp_list" "$tmp_configured"
|
||||
|
|
|
@ -448,3 +448,5 @@ aur =
|
|||
[zsh-completions-git]
|
||||
aur =
|
||||
|
||||
[evince-nodbus]
|
||||
pacman = evince
|
||||
|
|
|
@ -4,10 +4,17 @@
|
|||
oldver = ../records/arch_lilydjwg.txt
|
||||
newver = ../records/arch_lilydjwg.new.txt
|
||||
|
||||
[3to2]
|
||||
aur
|
||||
; [aufs3-util-lily-git]
|
||||
; [bsdxargs]
|
||||
; [zhcon]
|
||||
; my aur
|
||||
; last update is six years ago
|
||||
; [vim-lily]
|
||||
; [gvim-lily]
|
||||
; [linux-lily]
|
||||
; [linux-lily-headers]
|
||||
|
||||
[android-apktool]
|
||||
[3to2]
|
||||
aur
|
||||
|
||||
[android-docs]
|
||||
|
@ -16,17 +23,9 @@ aur
|
|||
[android-ndk]
|
||||
aur
|
||||
|
||||
[android-sdk]
|
||||
aur
|
||||
|
||||
; [aufs3-util-lily-git]
|
||||
|
||||
[cgdb]
|
||||
aur
|
||||
|
||||
[coffee-script]
|
||||
aur
|
||||
|
||||
[dcron]
|
||||
aur
|
||||
|
||||
|
@ -36,17 +35,9 @@ aur
|
|||
[elflibviewer]
|
||||
aur
|
||||
|
||||
[evince-nodbus]
|
||||
cmd = LANG=C pacman -Si evince | grep -F Version | awk '{print $3}'
|
||||
|
||||
[fcitx-lilydjwg-git]
|
||||
github = fcitx/fcitx
|
||||
|
||||
[google-appengine-python]
|
||||
aur
|
||||
|
||||
; [gvim-lily]
|
||||
|
||||
[hfsprogs]
|
||||
aur
|
||||
|
||||
|
@ -56,21 +47,12 @@ aur
|
|||
[latencytop]
|
||||
aur
|
||||
|
||||
; [linux-lily]
|
||||
|
||||
; [linux-lily-headers]
|
||||
|
||||
[msdl]
|
||||
aur
|
||||
|
||||
[nautilus-dropbox]
|
||||
aur
|
||||
|
||||
[openresty-dev]
|
||||
; my aur
|
||||
url = http://openresty.org/
|
||||
regex = ngx_openresty-([\d.]+)\.tar\.gz\|
|
||||
|
||||
[perl-data-random]
|
||||
aur
|
||||
|
||||
|
@ -110,18 +92,12 @@ aur
|
|||
[python-blist]
|
||||
aur
|
||||
|
||||
[python-cffi]
|
||||
aur
|
||||
|
||||
[python-pycparser-git]
|
||||
aur
|
||||
|
||||
[python-setproctitle]
|
||||
aur
|
||||
|
||||
; [python-you-get-git]
|
||||
; RSS'ed
|
||||
|
||||
[python2-netlib-git]
|
||||
aur
|
||||
|
||||
|
@ -173,13 +149,11 @@ aur
|
|||
[urlview]
|
||||
aur
|
||||
|
||||
; [vim-lily]
|
||||
|
||||
[wdiff]
|
||||
aur
|
||||
|
||||
[wireshark-gtk2]
|
||||
cmd = LANG=C pacman -Si wireshark-gtk | grep -F Version | awk '{print $3}'
|
||||
pacman = wireshark-gtk
|
||||
|
||||
[xf86-input-wizardpen]
|
||||
aur
|
||||
|
@ -187,10 +161,6 @@ aur
|
|||
[xkbset]
|
||||
aur
|
||||
|
||||
; [zhcon]
|
||||
; my aur
|
||||
; last update is six years ago
|
||||
|
||||
[zint]
|
||||
aur
|
||||
|
||||
|
@ -208,3 +178,99 @@ aur
|
|||
|
||||
[libxml-perl]
|
||||
aur
|
||||
|
||||
[apiextractor]
|
||||
aur
|
||||
|
||||
[apt-cacher-ng]
|
||||
aur
|
||||
|
||||
[bvi]
|
||||
aur
|
||||
|
||||
[fcitx-configtool-git]
|
||||
aur
|
||||
|
||||
[fcitx-tsundere-git]
|
||||
aur
|
||||
|
||||
[generatorrunner]
|
||||
aur
|
||||
|
||||
[gimp-resynth-git]
|
||||
aur
|
||||
|
||||
[gitstats-git]
|
||||
aur
|
||||
|
||||
[libcello]
|
||||
aur
|
||||
|
||||
[mingw-w64-gettext]
|
||||
aur
|
||||
|
||||
[mingw-w64-libiconv]
|
||||
aur
|
||||
|
||||
[mingw-w64-termcap]
|
||||
aur
|
||||
|
||||
[mingw-w64-zlib]
|
||||
aur
|
||||
|
||||
[nodejs-jshint]
|
||||
aur
|
||||
|
||||
[nodejs-less]
|
||||
aur
|
||||
|
||||
[pdf2htmlex-git]
|
||||
aur
|
||||
|
||||
[pencil]
|
||||
aur
|
||||
|
||||
[phpsh-git]
|
||||
aur
|
||||
|
||||
[princexml]
|
||||
aur
|
||||
|
||||
[python-fusepy-git]
|
||||
aur
|
||||
|
||||
[python-ply]
|
||||
aur
|
||||
|
||||
[python-pyftpdlib]
|
||||
aur
|
||||
|
||||
[python-ujson]
|
||||
aur
|
||||
|
||||
[rar]
|
||||
aur
|
||||
|
||||
[shellcheck-git]
|
||||
aur
|
||||
|
||||
[sqlite-pcre-git]
|
||||
aur
|
||||
|
||||
[stdoutisatty-git]
|
||||
aur
|
||||
|
||||
[sxiv-lily]
|
||||
pacman = sxiv
|
||||
|
||||
[udis86-git]
|
||||
aur
|
||||
|
||||
[vim-nimrod-git]
|
||||
aur
|
||||
|
||||
[wxhexeditor]
|
||||
aur
|
||||
|
||||
[zimbu-hg]
|
||||
aur
|
||||
|
|
Loading…
Add table
Reference in a new issue