├── .github ├── dependabot.yml └── workflows │ └── ci.yml ├── .gitignore ├── Cargo.lock ├── Cargo.toml ├── LICENSE ├── PKGBUILD ├── README.md ├── src ├── config.rs ├── entry.rs ├── feed.rs ├── main.rs └── pacman.rs └── tests ├── cli.rs └── db ├── local ├── ALPM_DB_VERSION ├── acl-2.2.53-1 │ ├── desc │ ├── files │ └── mtree ├── archlinux-keyring-20190123-2 │ ├── desc │ ├── files │ ├── install │ └── mtree ├── argon2-20171227-3 │ ├── desc │ ├── files │ ├── install │ └── mtree ├── attr-2.4.48-1 │ ├── desc │ ├── files │ └── mtree ├── audit-2.8.4-3 │ ├── desc │ ├── files │ └── mtree ├── autoconf-2.69-5 │ ├── desc │ ├── files │ └── mtree ├── automake-1.16.1-1 │ ├── desc │ ├── files │ └── mtree ├── bash-5.0.002-1 │ ├── desc │ ├── files │ └── mtree ├── binutils-2.31.1-4 │ ├── desc │ ├── files │ └── mtree ├── bison-3.3.2-1 │ ├── desc │ ├── files │ └── mtree ├── bzip2-1.0.6-8 │ ├── desc │ ├── files │ └── mtree ├── ca-certificates-20181109-1 │ ├── desc │ ├── files │ └── mtree ├── ca-certificates-mozilla-3.43-1 │ ├── desc │ ├── files │ └── mtree ├── ca-certificates-utils-20181109-1 │ ├── desc │ ├── files │ └── mtree ├── coreutils-8.31-1 │ ├── desc │ ├── files │ └── mtree ├── cracklib-2.9.7-1 │ ├── desc │ ├── files │ └── mtree ├── cryptsetup-2.1.0-1 │ ├── desc │ ├── files │ └── mtree ├── curl-7.64.1-1 │ ├── desc │ ├── files │ └── mtree ├── db-5.3.28-4 │ ├── desc │ ├── files │ └── mtree ├── dbus-1.12.12-1 │ ├── desc │ ├── files │ └── mtree ├── desktop-file-utils-0.23+4+g92af410-1 │ ├── desc │ ├── files │ └── mtree ├── device-mapper-2.02.183-2 │ ├── desc │ ├── files │ └── mtree ├── diffutils-3.7-1 │ ├── desc │ ├── files │ └── mtree ├── e2fsprogs-1.45.0-1 │ ├── desc │ ├── files │ └── mtree ├── expac-git-8.1.g5ae006f-1 │ ├── desc │ ├── files │ └── mtree ├── expat-2.2.6-1 │ ├── desc │ ├── files │ └── mtree ├── fakeroot-1.23-1 │ ├── desc │ ├── files │ ├── install │ └── mtree ├── file-5.36-1 │ ├── desc │ ├── files │ └── mtree ├── filesystem-2019.05-2 │ ├── desc │ ├── files │ └── mtree ├── findutils-4.6.0-4 │ ├── desc │ ├── files │ └── mtree ├── flex-2.6.4-2 │ ├── desc │ ├── files │ └── mtree ├── gawk-4.2.1-2 │ ├── desc │ ├── files │ └── mtree ├── gc-7.6.8-1 │ ├── desc │ ├── files │ └── mtree ├── gcc-8.2.1+20181127-1 │ ├── desc │ ├── files │ └── mtree ├── gcc-libs-8.2.1+20181127-1 │ ├── desc │ ├── files │ └── mtree ├── gdbm-1.18.1-2 │ ├── desc │ ├── files │ └── mtree ├── gettext-0.19.8.1-3 │ ├── desc │ ├── files │ └── mtree ├── glib2-2.60.0-1 │ ├── desc │ ├── files │ └── mtree ├── glibc-2.28-5 │ ├── desc │ ├── files │ ├── install │ └── mtree ├── gmp-6.1.2-2 │ ├── desc │ ├── files │ └── mtree ├── gnupg-2.2.15-1 │ ├── desc │ ├── files │ ├── install │ └── mtree ├── gnutls-3.6.6-3 │ ├── desc │ ├── files │ └── mtree ├── gpgme-1.13.0-1 │ ├── desc │ ├── files │ └── mtree ├── grep-3.3-1 │ ├── desc │ ├── files │ └── mtree ├── groff-1.22.4-1 │ ├── desc │ ├── files │ └── mtree ├── guile-2.2.4-2 │ ├── desc │ ├── files │ └── mtree ├── gzip-1.10-1 │ ├── desc │ ├── files │ └── mtree ├── hwids-20190316-1 │ ├── desc │ ├── files │ └── mtree ├── iana-etc-20190228-1 │ ├── desc │ ├── files │ └── mtree ├── icu-63.1-2 │ ├── desc │ ├── files │ └── mtree ├── iptables-1:1.8.2-1 │ ├── desc │ ├── files │ └── mtree ├── json-c-0.13.1-2 │ ├── desc │ ├── files │ └── mtree ├── kbd-2.0.4-2 │ ├── desc │ ├── files │ └── mtree ├── keyutils-1.6-1 │ ├── desc │ ├── files │ └── mtree ├── kmod-26-2 │ ├── desc │ ├── files │ └── mtree ├── krb5-1.16.1-1 │ ├── desc │ ├── files │ └── mtree ├── less-530-1 │ ├── desc │ ├── files │ └── mtree ├── libarchive-3.3.3-1 │ ├── desc │ ├── files │ └── mtree ├── libassuan-2.5.3-1 │ ├── desc │ ├── files │ └── mtree ├── libatomic_ops-7.6.10-1 │ ├── desc │ ├── files │ └── mtree ├── libcap-2.26-1 │ ├── desc │ ├── files │ └── mtree ├── libcap-ng-0.7.9-1 │ ├── desc │ ├── files │ └── mtree ├── libcroco-0.6.12+4+g9ad7287-2 │ ├── desc │ ├── files │ └── mtree ├── libelf-0.176-1 │ ├── desc │ ├── files │ └── mtree ├── libffi-3.2.1-3 │ ├── desc │ ├── files │ └── mtree ├── libgcrypt-1.8.4-1 │ ├── desc │ ├── files │ └── mtree ├── libgpg-error-1.36-1 │ ├── desc │ ├── files │ └── mtree ├── libidn2-2.1.1-2 │ ├── desc │ ├── files │ └── mtree ├── libksba-1.3.5-1 │ ├── desc │ ├── files │ └── mtree ├── libldap-2.4.47-1 │ ├── desc │ ├── files │ └── mtree ├── libmnl-1.0.4-2 │ ├── desc │ ├── files │ └── mtree ├── libmpc-1.1.0-1 │ ├── desc │ ├── files │ └── mtree ├── libnetfilter_conntrack-1.0.7-1 │ ├── desc │ ├── files │ └── mtree ├── libnfnetlink-1.0.1-3 │ ├── desc │ ├── files │ └── mtree ├── libnftnl-1.1.1-1 │ ├── desc │ ├── files │ └── mtree ├── libnghttp2-1.36.0-1 │ ├── desc │ ├── files │ └── mtree ├── libnl-3.4.0-1 │ ├── desc │ ├── files │ └── mtree ├── libpcap-1.9.0-1 │ ├── desc │ ├── files │ └── mtree ├── libpsl-0.20.2-5 │ ├── desc │ ├── files │ └── mtree ├── libsasl-2.1.27-1 │ ├── desc │ ├── files │ └── mtree ├── libseccomp-2.4.0-1 │ ├── desc │ ├── files │ └── mtree ├── libsecret-0.18.8-2 │ ├── desc │ ├── files │ └── mtree ├── libssh2-1.8.1-1 │ ├── desc │ ├── files │ └── mtree ├── libtasn1-4.13-1 │ ├── desc │ ├── files │ └── mtree ├── libtirpc-1.1.4-1 │ ├── desc │ ├── files │ └── mtree ├── libtool-2.4.6+42+gb88cebd5-2 │ ├── desc │ ├── files │ └── mtree ├── libunistring-0.9.10-1 │ ├── desc │ ├── files │ └── mtree ├── libusb-1.0.22-1 │ ├── desc │ ├── files │ └── mtree ├── libutil-linux-2.33.1-2 │ ├── desc │ ├── files │ └── mtree ├── libxml2-2.9.9-1 │ ├── desc │ ├── files │ └── mtree ├── linux-5.1.8.arch1-1 │ ├── desc │ ├── files │ ├── install │ └── mtree ├── linux-api-headers-4.17.11-1 │ ├── desc │ ├── files │ └── mtree ├── linux-firmware-20190514.711d329-1 │ ├── desc │ ├── files │ └── mtree ├── lz4-1:1.8.3-1 │ ├── desc │ ├── files │ └── mtree ├── m4-1.4.18-2 │ ├── desc │ ├── files │ └── mtree ├── make-4.2.1-3 │ ├── desc │ ├── files │ └── mtree ├── mkinitcpio-25-2 │ ├── desc │ ├── files │ ├── install │ └── mtree ├── mkinitcpio-busybox-1.30.1-1 │ ├── desc │ ├── files │ └── mtree ├── mpfr-4.0.2-1 │ ├── desc │ ├── files │ └── mtree ├── ncurses-6.1-6 │ ├── desc │ ├── files │ └── mtree ├── nettle-3.4.1-1 │ ├── desc │ ├── files │ └── mtree ├── npth-1.6-1 │ ├── desc │ ├── files │ └── mtree ├── openssl-1.1.1.b-1 │ ├── desc │ ├── files │ └── mtree ├── p11-kit-0.23.15-1 │ ├── desc │ ├── files │ ├── install │ └── mtree ├── pacman-5.1.3-1 │ ├── desc │ ├── files │ └── mtree ├── pacman-mirrorlist-20190109-1 │ ├── desc │ ├── files │ └── mtree ├── pam-1.3.1-1 │ ├── desc │ ├── files │ └── mtree ├── pambase-20190105.1-1 │ ├── desc │ ├── files │ └── mtree ├── patch-2.7.6-7 │ ├── desc │ ├── files │ └── mtree ├── pcre-8.43-1 │ ├── desc │ ├── files │ └── mtree ├── pcre2-10.32-2 │ ├── desc │ ├── files │ └── mtree ├── perl-5.28.1-1 │ ├── desc │ ├── files │ └── mtree ├── pinentry-1.1.0-4 │ ├── desc │ ├── files │ └── mtree ├── pkgconf-1.6.1-1 │ ├── desc │ ├── files │ └── mtree ├── popt-1.16-10 │ ├── desc │ ├── files │ └── mtree ├── readline-8.0.0-1 │ ├── desc │ ├── files │ └── mtree ├── sed-4.7-1 │ ├── desc │ ├── files │ └── mtree ├── shadow-4.6-2 │ ├── desc │ ├── files │ ├── install │ └── mtree ├── sqlite-3.27.2-1 │ ├── desc │ ├── files │ └── mtree ├── sudo-1.8.27-1 │ ├── desc │ ├── files │ ├── install │ └── mtree ├── systemd-241.7-2 │ ├── desc │ ├── files │ ├── install │ └── mtree ├── systemd-libs-241.7-2 │ ├── desc │ ├── files │ └── mtree ├── tar-1.32-1 │ ├── desc │ ├── files │ └── mtree ├── texinfo-6.6-1 │ ├── desc │ ├── files │ └── mtree ├── tzdata-2019a-1 │ ├── desc │ ├── files │ └── mtree ├── util-linux-2.33.1-2 │ ├── desc │ ├── files │ └── mtree ├── vifm-0.10-1 │ ├── changelog │ ├── desc │ ├── files │ └── mtree ├── which-2.21-3 │ ├── desc │ ├── files │ └── mtree ├── xz-5.2.4-1 │ ├── desc │ ├── files │ └── mtree ├── zlib-1:1.2.11-3 │ ├── desc │ ├── files │ └── mtree └── zstd-1.3.8-1 │ ├── desc │ ├── files │ └── mtree └── sync ├── community-testing.db ├── community.db ├── core.db ├── extra.db ├── multilib-testing.db ├── multilib.db └── testing.db /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/.gitignore -------------------------------------------------------------------------------- /Cargo.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/Cargo.lock -------------------------------------------------------------------------------- /Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/Cargo.toml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/LICENSE -------------------------------------------------------------------------------- /PKGBUILD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/PKGBUILD -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/README.md -------------------------------------------------------------------------------- /src/config.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/src/config.rs -------------------------------------------------------------------------------- /src/entry.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/src/entry.rs -------------------------------------------------------------------------------- /src/feed.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/src/feed.rs -------------------------------------------------------------------------------- /src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/src/main.rs -------------------------------------------------------------------------------- /src/pacman.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/src/pacman.rs -------------------------------------------------------------------------------- /tests/cli.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/cli.rs -------------------------------------------------------------------------------- /tests/db/local/ALPM_DB_VERSION: -------------------------------------------------------------------------------- 1 | 9 2 | -------------------------------------------------------------------------------- /tests/db/local/acl-2.2.53-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/acl-2.2.53-1/desc -------------------------------------------------------------------------------- /tests/db/local/acl-2.2.53-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/acl-2.2.53-1/files -------------------------------------------------------------------------------- /tests/db/local/acl-2.2.53-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/acl-2.2.53-1/mtree -------------------------------------------------------------------------------- /tests/db/local/archlinux-keyring-20190123-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/archlinux-keyring-20190123-2/desc -------------------------------------------------------------------------------- /tests/db/local/archlinux-keyring-20190123-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/archlinux-keyring-20190123-2/files -------------------------------------------------------------------------------- /tests/db/local/archlinux-keyring-20190123-2/install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/archlinux-keyring-20190123-2/install -------------------------------------------------------------------------------- /tests/db/local/archlinux-keyring-20190123-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/archlinux-keyring-20190123-2/mtree -------------------------------------------------------------------------------- /tests/db/local/argon2-20171227-3/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/argon2-20171227-3/desc -------------------------------------------------------------------------------- /tests/db/local/argon2-20171227-3/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/argon2-20171227-3/files -------------------------------------------------------------------------------- /tests/db/local/argon2-20171227-3/install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/argon2-20171227-3/install -------------------------------------------------------------------------------- /tests/db/local/argon2-20171227-3/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/argon2-20171227-3/mtree -------------------------------------------------------------------------------- /tests/db/local/attr-2.4.48-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/attr-2.4.48-1/desc -------------------------------------------------------------------------------- /tests/db/local/attr-2.4.48-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/attr-2.4.48-1/files -------------------------------------------------------------------------------- /tests/db/local/attr-2.4.48-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/attr-2.4.48-1/mtree -------------------------------------------------------------------------------- /tests/db/local/audit-2.8.4-3/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/audit-2.8.4-3/desc -------------------------------------------------------------------------------- /tests/db/local/audit-2.8.4-3/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/audit-2.8.4-3/files -------------------------------------------------------------------------------- /tests/db/local/audit-2.8.4-3/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/audit-2.8.4-3/mtree -------------------------------------------------------------------------------- /tests/db/local/autoconf-2.69-5/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/autoconf-2.69-5/desc -------------------------------------------------------------------------------- /tests/db/local/autoconf-2.69-5/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/autoconf-2.69-5/files -------------------------------------------------------------------------------- /tests/db/local/autoconf-2.69-5/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/autoconf-2.69-5/mtree -------------------------------------------------------------------------------- /tests/db/local/automake-1.16.1-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/automake-1.16.1-1/desc -------------------------------------------------------------------------------- /tests/db/local/automake-1.16.1-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/automake-1.16.1-1/files -------------------------------------------------------------------------------- /tests/db/local/automake-1.16.1-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/automake-1.16.1-1/mtree -------------------------------------------------------------------------------- /tests/db/local/bash-5.0.002-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/bash-5.0.002-1/desc -------------------------------------------------------------------------------- /tests/db/local/bash-5.0.002-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/bash-5.0.002-1/files -------------------------------------------------------------------------------- /tests/db/local/bash-5.0.002-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/bash-5.0.002-1/mtree -------------------------------------------------------------------------------- /tests/db/local/binutils-2.31.1-4/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/binutils-2.31.1-4/desc -------------------------------------------------------------------------------- /tests/db/local/binutils-2.31.1-4/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/binutils-2.31.1-4/files -------------------------------------------------------------------------------- /tests/db/local/binutils-2.31.1-4/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/binutils-2.31.1-4/mtree -------------------------------------------------------------------------------- /tests/db/local/bison-3.3.2-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/bison-3.3.2-1/desc -------------------------------------------------------------------------------- /tests/db/local/bison-3.3.2-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/bison-3.3.2-1/files -------------------------------------------------------------------------------- /tests/db/local/bison-3.3.2-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/bison-3.3.2-1/mtree -------------------------------------------------------------------------------- /tests/db/local/bzip2-1.0.6-8/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/bzip2-1.0.6-8/desc -------------------------------------------------------------------------------- /tests/db/local/bzip2-1.0.6-8/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/bzip2-1.0.6-8/files -------------------------------------------------------------------------------- /tests/db/local/bzip2-1.0.6-8/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/bzip2-1.0.6-8/mtree -------------------------------------------------------------------------------- /tests/db/local/ca-certificates-20181109-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/ca-certificates-20181109-1/desc -------------------------------------------------------------------------------- /tests/db/local/ca-certificates-20181109-1/files: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/db/local/ca-certificates-20181109-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/ca-certificates-20181109-1/mtree -------------------------------------------------------------------------------- /tests/db/local/ca-certificates-mozilla-3.43-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/ca-certificates-mozilla-3.43-1/desc -------------------------------------------------------------------------------- /tests/db/local/ca-certificates-mozilla-3.43-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/ca-certificates-mozilla-3.43-1/files -------------------------------------------------------------------------------- /tests/db/local/ca-certificates-mozilla-3.43-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/ca-certificates-mozilla-3.43-1/mtree -------------------------------------------------------------------------------- /tests/db/local/ca-certificates-utils-20181109-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/ca-certificates-utils-20181109-1/desc -------------------------------------------------------------------------------- /tests/db/local/ca-certificates-utils-20181109-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/ca-certificates-utils-20181109-1/files -------------------------------------------------------------------------------- /tests/db/local/ca-certificates-utils-20181109-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/ca-certificates-utils-20181109-1/mtree -------------------------------------------------------------------------------- /tests/db/local/coreutils-8.31-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/coreutils-8.31-1/desc -------------------------------------------------------------------------------- /tests/db/local/coreutils-8.31-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/coreutils-8.31-1/files -------------------------------------------------------------------------------- /tests/db/local/coreutils-8.31-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/coreutils-8.31-1/mtree -------------------------------------------------------------------------------- /tests/db/local/cracklib-2.9.7-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/cracklib-2.9.7-1/desc -------------------------------------------------------------------------------- /tests/db/local/cracklib-2.9.7-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/cracklib-2.9.7-1/files -------------------------------------------------------------------------------- /tests/db/local/cracklib-2.9.7-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/cracklib-2.9.7-1/mtree -------------------------------------------------------------------------------- /tests/db/local/cryptsetup-2.1.0-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/cryptsetup-2.1.0-1/desc -------------------------------------------------------------------------------- /tests/db/local/cryptsetup-2.1.0-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/cryptsetup-2.1.0-1/files -------------------------------------------------------------------------------- /tests/db/local/cryptsetup-2.1.0-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/cryptsetup-2.1.0-1/mtree -------------------------------------------------------------------------------- /tests/db/local/curl-7.64.1-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/curl-7.64.1-1/desc -------------------------------------------------------------------------------- /tests/db/local/curl-7.64.1-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/curl-7.64.1-1/files -------------------------------------------------------------------------------- /tests/db/local/curl-7.64.1-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/curl-7.64.1-1/mtree -------------------------------------------------------------------------------- /tests/db/local/db-5.3.28-4/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/db-5.3.28-4/desc -------------------------------------------------------------------------------- /tests/db/local/db-5.3.28-4/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/db-5.3.28-4/files -------------------------------------------------------------------------------- /tests/db/local/db-5.3.28-4/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/db-5.3.28-4/mtree -------------------------------------------------------------------------------- /tests/db/local/dbus-1.12.12-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/dbus-1.12.12-1/desc -------------------------------------------------------------------------------- /tests/db/local/dbus-1.12.12-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/dbus-1.12.12-1/files -------------------------------------------------------------------------------- /tests/db/local/dbus-1.12.12-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/dbus-1.12.12-1/mtree -------------------------------------------------------------------------------- /tests/db/local/desktop-file-utils-0.23+4+g92af410-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/desktop-file-utils-0.23+4+g92af410-1/desc -------------------------------------------------------------------------------- /tests/db/local/desktop-file-utils-0.23+4+g92af410-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/desktop-file-utils-0.23+4+g92af410-1/files -------------------------------------------------------------------------------- /tests/db/local/desktop-file-utils-0.23+4+g92af410-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/desktop-file-utils-0.23+4+g92af410-1/mtree -------------------------------------------------------------------------------- /tests/db/local/device-mapper-2.02.183-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/device-mapper-2.02.183-2/desc -------------------------------------------------------------------------------- /tests/db/local/device-mapper-2.02.183-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/device-mapper-2.02.183-2/files -------------------------------------------------------------------------------- /tests/db/local/device-mapper-2.02.183-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/device-mapper-2.02.183-2/mtree -------------------------------------------------------------------------------- /tests/db/local/diffutils-3.7-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/diffutils-3.7-1/desc -------------------------------------------------------------------------------- /tests/db/local/diffutils-3.7-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/diffutils-3.7-1/files -------------------------------------------------------------------------------- /tests/db/local/diffutils-3.7-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/diffutils-3.7-1/mtree -------------------------------------------------------------------------------- /tests/db/local/e2fsprogs-1.45.0-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/e2fsprogs-1.45.0-1/desc -------------------------------------------------------------------------------- /tests/db/local/e2fsprogs-1.45.0-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/e2fsprogs-1.45.0-1/files -------------------------------------------------------------------------------- /tests/db/local/e2fsprogs-1.45.0-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/e2fsprogs-1.45.0-1/mtree -------------------------------------------------------------------------------- /tests/db/local/expac-git-8.1.g5ae006f-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/expac-git-8.1.g5ae006f-1/desc -------------------------------------------------------------------------------- /tests/db/local/expac-git-8.1.g5ae006f-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/expac-git-8.1.g5ae006f-1/files -------------------------------------------------------------------------------- /tests/db/local/expac-git-8.1.g5ae006f-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/expac-git-8.1.g5ae006f-1/mtree -------------------------------------------------------------------------------- /tests/db/local/expat-2.2.6-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/expat-2.2.6-1/desc -------------------------------------------------------------------------------- /tests/db/local/expat-2.2.6-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/expat-2.2.6-1/files -------------------------------------------------------------------------------- /tests/db/local/expat-2.2.6-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/expat-2.2.6-1/mtree -------------------------------------------------------------------------------- /tests/db/local/fakeroot-1.23-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/fakeroot-1.23-1/desc -------------------------------------------------------------------------------- /tests/db/local/fakeroot-1.23-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/fakeroot-1.23-1/files -------------------------------------------------------------------------------- /tests/db/local/fakeroot-1.23-1/install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/fakeroot-1.23-1/install -------------------------------------------------------------------------------- /tests/db/local/fakeroot-1.23-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/fakeroot-1.23-1/mtree -------------------------------------------------------------------------------- /tests/db/local/file-5.36-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/file-5.36-1/desc -------------------------------------------------------------------------------- /tests/db/local/file-5.36-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/file-5.36-1/files -------------------------------------------------------------------------------- /tests/db/local/file-5.36-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/file-5.36-1/mtree -------------------------------------------------------------------------------- /tests/db/local/filesystem-2019.05-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/filesystem-2019.05-2/desc -------------------------------------------------------------------------------- /tests/db/local/filesystem-2019.05-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/filesystem-2019.05-2/files -------------------------------------------------------------------------------- /tests/db/local/filesystem-2019.05-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/filesystem-2019.05-2/mtree -------------------------------------------------------------------------------- /tests/db/local/findutils-4.6.0-4/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/findutils-4.6.0-4/desc -------------------------------------------------------------------------------- /tests/db/local/findutils-4.6.0-4/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/findutils-4.6.0-4/files -------------------------------------------------------------------------------- /tests/db/local/findutils-4.6.0-4/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/findutils-4.6.0-4/mtree -------------------------------------------------------------------------------- /tests/db/local/flex-2.6.4-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/flex-2.6.4-2/desc -------------------------------------------------------------------------------- /tests/db/local/flex-2.6.4-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/flex-2.6.4-2/files -------------------------------------------------------------------------------- /tests/db/local/flex-2.6.4-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/flex-2.6.4-2/mtree -------------------------------------------------------------------------------- /tests/db/local/gawk-4.2.1-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gawk-4.2.1-2/desc -------------------------------------------------------------------------------- /tests/db/local/gawk-4.2.1-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gawk-4.2.1-2/files -------------------------------------------------------------------------------- /tests/db/local/gawk-4.2.1-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gawk-4.2.1-2/mtree -------------------------------------------------------------------------------- /tests/db/local/gc-7.6.8-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gc-7.6.8-1/desc -------------------------------------------------------------------------------- /tests/db/local/gc-7.6.8-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gc-7.6.8-1/files -------------------------------------------------------------------------------- /tests/db/local/gc-7.6.8-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gc-7.6.8-1/mtree -------------------------------------------------------------------------------- /tests/db/local/gcc-8.2.1+20181127-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gcc-8.2.1+20181127-1/desc -------------------------------------------------------------------------------- /tests/db/local/gcc-8.2.1+20181127-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gcc-8.2.1+20181127-1/files -------------------------------------------------------------------------------- /tests/db/local/gcc-8.2.1+20181127-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gcc-8.2.1+20181127-1/mtree -------------------------------------------------------------------------------- /tests/db/local/gcc-libs-8.2.1+20181127-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gcc-libs-8.2.1+20181127-1/desc -------------------------------------------------------------------------------- /tests/db/local/gcc-libs-8.2.1+20181127-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gcc-libs-8.2.1+20181127-1/files -------------------------------------------------------------------------------- /tests/db/local/gcc-libs-8.2.1+20181127-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gcc-libs-8.2.1+20181127-1/mtree -------------------------------------------------------------------------------- /tests/db/local/gdbm-1.18.1-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gdbm-1.18.1-2/desc -------------------------------------------------------------------------------- /tests/db/local/gdbm-1.18.1-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gdbm-1.18.1-2/files -------------------------------------------------------------------------------- /tests/db/local/gdbm-1.18.1-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gdbm-1.18.1-2/mtree -------------------------------------------------------------------------------- /tests/db/local/gettext-0.19.8.1-3/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gettext-0.19.8.1-3/desc -------------------------------------------------------------------------------- /tests/db/local/gettext-0.19.8.1-3/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gettext-0.19.8.1-3/files -------------------------------------------------------------------------------- /tests/db/local/gettext-0.19.8.1-3/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gettext-0.19.8.1-3/mtree -------------------------------------------------------------------------------- /tests/db/local/glib2-2.60.0-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/glib2-2.60.0-1/desc -------------------------------------------------------------------------------- /tests/db/local/glib2-2.60.0-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/glib2-2.60.0-1/files -------------------------------------------------------------------------------- /tests/db/local/glib2-2.60.0-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/glib2-2.60.0-1/mtree -------------------------------------------------------------------------------- /tests/db/local/glibc-2.28-5/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/glibc-2.28-5/desc -------------------------------------------------------------------------------- /tests/db/local/glibc-2.28-5/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/glibc-2.28-5/files -------------------------------------------------------------------------------- /tests/db/local/glibc-2.28-5/install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/glibc-2.28-5/install -------------------------------------------------------------------------------- /tests/db/local/glibc-2.28-5/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/glibc-2.28-5/mtree -------------------------------------------------------------------------------- /tests/db/local/gmp-6.1.2-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gmp-6.1.2-2/desc -------------------------------------------------------------------------------- /tests/db/local/gmp-6.1.2-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gmp-6.1.2-2/files -------------------------------------------------------------------------------- /tests/db/local/gmp-6.1.2-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gmp-6.1.2-2/mtree -------------------------------------------------------------------------------- /tests/db/local/gnupg-2.2.15-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gnupg-2.2.15-1/desc -------------------------------------------------------------------------------- /tests/db/local/gnupg-2.2.15-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gnupg-2.2.15-1/files -------------------------------------------------------------------------------- /tests/db/local/gnupg-2.2.15-1/install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gnupg-2.2.15-1/install -------------------------------------------------------------------------------- /tests/db/local/gnupg-2.2.15-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gnupg-2.2.15-1/mtree -------------------------------------------------------------------------------- /tests/db/local/gnutls-3.6.6-3/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gnutls-3.6.6-3/desc -------------------------------------------------------------------------------- /tests/db/local/gnutls-3.6.6-3/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gnutls-3.6.6-3/files -------------------------------------------------------------------------------- /tests/db/local/gnutls-3.6.6-3/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gnutls-3.6.6-3/mtree -------------------------------------------------------------------------------- /tests/db/local/gpgme-1.13.0-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gpgme-1.13.0-1/desc -------------------------------------------------------------------------------- /tests/db/local/gpgme-1.13.0-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gpgme-1.13.0-1/files -------------------------------------------------------------------------------- /tests/db/local/gpgme-1.13.0-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gpgme-1.13.0-1/mtree -------------------------------------------------------------------------------- /tests/db/local/grep-3.3-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/grep-3.3-1/desc -------------------------------------------------------------------------------- /tests/db/local/grep-3.3-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/grep-3.3-1/files -------------------------------------------------------------------------------- /tests/db/local/grep-3.3-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/grep-3.3-1/mtree -------------------------------------------------------------------------------- /tests/db/local/groff-1.22.4-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/groff-1.22.4-1/desc -------------------------------------------------------------------------------- /tests/db/local/groff-1.22.4-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/groff-1.22.4-1/files -------------------------------------------------------------------------------- /tests/db/local/groff-1.22.4-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/groff-1.22.4-1/mtree -------------------------------------------------------------------------------- /tests/db/local/guile-2.2.4-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/guile-2.2.4-2/desc -------------------------------------------------------------------------------- /tests/db/local/guile-2.2.4-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/guile-2.2.4-2/files -------------------------------------------------------------------------------- /tests/db/local/guile-2.2.4-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/guile-2.2.4-2/mtree -------------------------------------------------------------------------------- /tests/db/local/gzip-1.10-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gzip-1.10-1/desc -------------------------------------------------------------------------------- /tests/db/local/gzip-1.10-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gzip-1.10-1/files -------------------------------------------------------------------------------- /tests/db/local/gzip-1.10-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/gzip-1.10-1/mtree -------------------------------------------------------------------------------- /tests/db/local/hwids-20190316-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/hwids-20190316-1/desc -------------------------------------------------------------------------------- /tests/db/local/hwids-20190316-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/hwids-20190316-1/files -------------------------------------------------------------------------------- /tests/db/local/hwids-20190316-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/hwids-20190316-1/mtree -------------------------------------------------------------------------------- /tests/db/local/iana-etc-20190228-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/iana-etc-20190228-1/desc -------------------------------------------------------------------------------- /tests/db/local/iana-etc-20190228-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/iana-etc-20190228-1/files -------------------------------------------------------------------------------- /tests/db/local/iana-etc-20190228-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/iana-etc-20190228-1/mtree -------------------------------------------------------------------------------- /tests/db/local/icu-63.1-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/icu-63.1-2/desc -------------------------------------------------------------------------------- /tests/db/local/icu-63.1-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/icu-63.1-2/files -------------------------------------------------------------------------------- /tests/db/local/icu-63.1-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/icu-63.1-2/mtree -------------------------------------------------------------------------------- /tests/db/local/iptables-1:1.8.2-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/iptables-1:1.8.2-1/desc -------------------------------------------------------------------------------- /tests/db/local/iptables-1:1.8.2-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/iptables-1:1.8.2-1/files -------------------------------------------------------------------------------- /tests/db/local/iptables-1:1.8.2-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/iptables-1:1.8.2-1/mtree -------------------------------------------------------------------------------- /tests/db/local/json-c-0.13.1-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/json-c-0.13.1-2/desc -------------------------------------------------------------------------------- /tests/db/local/json-c-0.13.1-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/json-c-0.13.1-2/files -------------------------------------------------------------------------------- /tests/db/local/json-c-0.13.1-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/json-c-0.13.1-2/mtree -------------------------------------------------------------------------------- /tests/db/local/kbd-2.0.4-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/kbd-2.0.4-2/desc -------------------------------------------------------------------------------- /tests/db/local/kbd-2.0.4-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/kbd-2.0.4-2/files -------------------------------------------------------------------------------- /tests/db/local/kbd-2.0.4-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/kbd-2.0.4-2/mtree -------------------------------------------------------------------------------- /tests/db/local/keyutils-1.6-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/keyutils-1.6-1/desc -------------------------------------------------------------------------------- /tests/db/local/keyutils-1.6-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/keyutils-1.6-1/files -------------------------------------------------------------------------------- /tests/db/local/keyutils-1.6-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/keyutils-1.6-1/mtree -------------------------------------------------------------------------------- /tests/db/local/kmod-26-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/kmod-26-2/desc -------------------------------------------------------------------------------- /tests/db/local/kmod-26-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/kmod-26-2/files -------------------------------------------------------------------------------- /tests/db/local/kmod-26-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/kmod-26-2/mtree -------------------------------------------------------------------------------- /tests/db/local/krb5-1.16.1-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/krb5-1.16.1-1/desc -------------------------------------------------------------------------------- /tests/db/local/krb5-1.16.1-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/krb5-1.16.1-1/files -------------------------------------------------------------------------------- /tests/db/local/krb5-1.16.1-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/krb5-1.16.1-1/mtree -------------------------------------------------------------------------------- /tests/db/local/less-530-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/less-530-1/desc -------------------------------------------------------------------------------- /tests/db/local/less-530-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/less-530-1/files -------------------------------------------------------------------------------- /tests/db/local/less-530-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/less-530-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libarchive-3.3.3-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libarchive-3.3.3-1/desc -------------------------------------------------------------------------------- /tests/db/local/libarchive-3.3.3-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libarchive-3.3.3-1/files -------------------------------------------------------------------------------- /tests/db/local/libarchive-3.3.3-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libarchive-3.3.3-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libassuan-2.5.3-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libassuan-2.5.3-1/desc -------------------------------------------------------------------------------- /tests/db/local/libassuan-2.5.3-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libassuan-2.5.3-1/files -------------------------------------------------------------------------------- /tests/db/local/libassuan-2.5.3-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libassuan-2.5.3-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libatomic_ops-7.6.10-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libatomic_ops-7.6.10-1/desc -------------------------------------------------------------------------------- /tests/db/local/libatomic_ops-7.6.10-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libatomic_ops-7.6.10-1/files -------------------------------------------------------------------------------- /tests/db/local/libatomic_ops-7.6.10-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libatomic_ops-7.6.10-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libcap-2.26-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libcap-2.26-1/desc -------------------------------------------------------------------------------- /tests/db/local/libcap-2.26-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libcap-2.26-1/files -------------------------------------------------------------------------------- /tests/db/local/libcap-2.26-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libcap-2.26-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libcap-ng-0.7.9-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libcap-ng-0.7.9-1/desc -------------------------------------------------------------------------------- /tests/db/local/libcap-ng-0.7.9-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libcap-ng-0.7.9-1/files -------------------------------------------------------------------------------- /tests/db/local/libcap-ng-0.7.9-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libcap-ng-0.7.9-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libcroco-0.6.12+4+g9ad7287-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libcroco-0.6.12+4+g9ad7287-2/desc -------------------------------------------------------------------------------- /tests/db/local/libcroco-0.6.12+4+g9ad7287-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libcroco-0.6.12+4+g9ad7287-2/files -------------------------------------------------------------------------------- /tests/db/local/libcroco-0.6.12+4+g9ad7287-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libcroco-0.6.12+4+g9ad7287-2/mtree -------------------------------------------------------------------------------- /tests/db/local/libelf-0.176-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libelf-0.176-1/desc -------------------------------------------------------------------------------- /tests/db/local/libelf-0.176-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libelf-0.176-1/files -------------------------------------------------------------------------------- /tests/db/local/libelf-0.176-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libelf-0.176-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libffi-3.2.1-3/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libffi-3.2.1-3/desc -------------------------------------------------------------------------------- /tests/db/local/libffi-3.2.1-3/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libffi-3.2.1-3/files -------------------------------------------------------------------------------- /tests/db/local/libffi-3.2.1-3/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libffi-3.2.1-3/mtree -------------------------------------------------------------------------------- /tests/db/local/libgcrypt-1.8.4-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libgcrypt-1.8.4-1/desc -------------------------------------------------------------------------------- /tests/db/local/libgcrypt-1.8.4-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libgcrypt-1.8.4-1/files -------------------------------------------------------------------------------- /tests/db/local/libgcrypt-1.8.4-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libgcrypt-1.8.4-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libgpg-error-1.36-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libgpg-error-1.36-1/desc -------------------------------------------------------------------------------- /tests/db/local/libgpg-error-1.36-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libgpg-error-1.36-1/files -------------------------------------------------------------------------------- /tests/db/local/libgpg-error-1.36-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libgpg-error-1.36-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libidn2-2.1.1-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libidn2-2.1.1-2/desc -------------------------------------------------------------------------------- /tests/db/local/libidn2-2.1.1-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libidn2-2.1.1-2/files -------------------------------------------------------------------------------- /tests/db/local/libidn2-2.1.1-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libidn2-2.1.1-2/mtree -------------------------------------------------------------------------------- /tests/db/local/libksba-1.3.5-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libksba-1.3.5-1/desc -------------------------------------------------------------------------------- /tests/db/local/libksba-1.3.5-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libksba-1.3.5-1/files -------------------------------------------------------------------------------- /tests/db/local/libksba-1.3.5-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libksba-1.3.5-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libldap-2.4.47-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libldap-2.4.47-1/desc -------------------------------------------------------------------------------- /tests/db/local/libldap-2.4.47-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libldap-2.4.47-1/files -------------------------------------------------------------------------------- /tests/db/local/libldap-2.4.47-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libldap-2.4.47-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libmnl-1.0.4-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libmnl-1.0.4-2/desc -------------------------------------------------------------------------------- /tests/db/local/libmnl-1.0.4-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libmnl-1.0.4-2/files -------------------------------------------------------------------------------- /tests/db/local/libmnl-1.0.4-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libmnl-1.0.4-2/mtree -------------------------------------------------------------------------------- /tests/db/local/libmpc-1.1.0-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libmpc-1.1.0-1/desc -------------------------------------------------------------------------------- /tests/db/local/libmpc-1.1.0-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libmpc-1.1.0-1/files -------------------------------------------------------------------------------- /tests/db/local/libmpc-1.1.0-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libmpc-1.1.0-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libnetfilter_conntrack-1.0.7-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libnetfilter_conntrack-1.0.7-1/desc -------------------------------------------------------------------------------- /tests/db/local/libnetfilter_conntrack-1.0.7-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libnetfilter_conntrack-1.0.7-1/files -------------------------------------------------------------------------------- /tests/db/local/libnetfilter_conntrack-1.0.7-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libnetfilter_conntrack-1.0.7-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libnfnetlink-1.0.1-3/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libnfnetlink-1.0.1-3/desc -------------------------------------------------------------------------------- /tests/db/local/libnfnetlink-1.0.1-3/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libnfnetlink-1.0.1-3/files -------------------------------------------------------------------------------- /tests/db/local/libnfnetlink-1.0.1-3/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libnfnetlink-1.0.1-3/mtree -------------------------------------------------------------------------------- /tests/db/local/libnftnl-1.1.1-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libnftnl-1.1.1-1/desc -------------------------------------------------------------------------------- /tests/db/local/libnftnl-1.1.1-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libnftnl-1.1.1-1/files -------------------------------------------------------------------------------- /tests/db/local/libnftnl-1.1.1-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libnftnl-1.1.1-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libnghttp2-1.36.0-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libnghttp2-1.36.0-1/desc -------------------------------------------------------------------------------- /tests/db/local/libnghttp2-1.36.0-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libnghttp2-1.36.0-1/files -------------------------------------------------------------------------------- /tests/db/local/libnghttp2-1.36.0-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libnghttp2-1.36.0-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libnl-3.4.0-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libnl-3.4.0-1/desc -------------------------------------------------------------------------------- /tests/db/local/libnl-3.4.0-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libnl-3.4.0-1/files -------------------------------------------------------------------------------- /tests/db/local/libnl-3.4.0-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libnl-3.4.0-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libpcap-1.9.0-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libpcap-1.9.0-1/desc -------------------------------------------------------------------------------- /tests/db/local/libpcap-1.9.0-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libpcap-1.9.0-1/files -------------------------------------------------------------------------------- /tests/db/local/libpcap-1.9.0-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libpcap-1.9.0-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libpsl-0.20.2-5/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libpsl-0.20.2-5/desc -------------------------------------------------------------------------------- /tests/db/local/libpsl-0.20.2-5/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libpsl-0.20.2-5/files -------------------------------------------------------------------------------- /tests/db/local/libpsl-0.20.2-5/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libpsl-0.20.2-5/mtree -------------------------------------------------------------------------------- /tests/db/local/libsasl-2.1.27-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libsasl-2.1.27-1/desc -------------------------------------------------------------------------------- /tests/db/local/libsasl-2.1.27-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libsasl-2.1.27-1/files -------------------------------------------------------------------------------- /tests/db/local/libsasl-2.1.27-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libsasl-2.1.27-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libseccomp-2.4.0-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libseccomp-2.4.0-1/desc -------------------------------------------------------------------------------- /tests/db/local/libseccomp-2.4.0-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libseccomp-2.4.0-1/files -------------------------------------------------------------------------------- /tests/db/local/libseccomp-2.4.0-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libseccomp-2.4.0-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libsecret-0.18.8-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libsecret-0.18.8-2/desc -------------------------------------------------------------------------------- /tests/db/local/libsecret-0.18.8-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libsecret-0.18.8-2/files -------------------------------------------------------------------------------- /tests/db/local/libsecret-0.18.8-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libsecret-0.18.8-2/mtree -------------------------------------------------------------------------------- /tests/db/local/libssh2-1.8.1-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libssh2-1.8.1-1/desc -------------------------------------------------------------------------------- /tests/db/local/libssh2-1.8.1-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libssh2-1.8.1-1/files -------------------------------------------------------------------------------- /tests/db/local/libssh2-1.8.1-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libssh2-1.8.1-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libtasn1-4.13-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libtasn1-4.13-1/desc -------------------------------------------------------------------------------- /tests/db/local/libtasn1-4.13-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libtasn1-4.13-1/files -------------------------------------------------------------------------------- /tests/db/local/libtasn1-4.13-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libtasn1-4.13-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libtirpc-1.1.4-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libtirpc-1.1.4-1/desc -------------------------------------------------------------------------------- /tests/db/local/libtirpc-1.1.4-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libtirpc-1.1.4-1/files -------------------------------------------------------------------------------- /tests/db/local/libtirpc-1.1.4-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libtirpc-1.1.4-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libtool-2.4.6+42+gb88cebd5-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libtool-2.4.6+42+gb88cebd5-2/desc -------------------------------------------------------------------------------- /tests/db/local/libtool-2.4.6+42+gb88cebd5-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libtool-2.4.6+42+gb88cebd5-2/files -------------------------------------------------------------------------------- /tests/db/local/libtool-2.4.6+42+gb88cebd5-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libtool-2.4.6+42+gb88cebd5-2/mtree -------------------------------------------------------------------------------- /tests/db/local/libunistring-0.9.10-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libunistring-0.9.10-1/desc -------------------------------------------------------------------------------- /tests/db/local/libunistring-0.9.10-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libunistring-0.9.10-1/files -------------------------------------------------------------------------------- /tests/db/local/libunistring-0.9.10-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libunistring-0.9.10-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libusb-1.0.22-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libusb-1.0.22-1/desc -------------------------------------------------------------------------------- /tests/db/local/libusb-1.0.22-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libusb-1.0.22-1/files -------------------------------------------------------------------------------- /tests/db/local/libusb-1.0.22-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libusb-1.0.22-1/mtree -------------------------------------------------------------------------------- /tests/db/local/libutil-linux-2.33.1-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libutil-linux-2.33.1-2/desc -------------------------------------------------------------------------------- /tests/db/local/libutil-linux-2.33.1-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libutil-linux-2.33.1-2/files -------------------------------------------------------------------------------- /tests/db/local/libutil-linux-2.33.1-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libutil-linux-2.33.1-2/mtree -------------------------------------------------------------------------------- /tests/db/local/libxml2-2.9.9-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libxml2-2.9.9-1/desc -------------------------------------------------------------------------------- /tests/db/local/libxml2-2.9.9-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libxml2-2.9.9-1/files -------------------------------------------------------------------------------- /tests/db/local/libxml2-2.9.9-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/libxml2-2.9.9-1/mtree -------------------------------------------------------------------------------- /tests/db/local/linux-5.1.8.arch1-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/linux-5.1.8.arch1-1/desc -------------------------------------------------------------------------------- /tests/db/local/linux-5.1.8.arch1-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/linux-5.1.8.arch1-1/files -------------------------------------------------------------------------------- /tests/db/local/linux-5.1.8.arch1-1/install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/linux-5.1.8.arch1-1/install -------------------------------------------------------------------------------- /tests/db/local/linux-5.1.8.arch1-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/linux-5.1.8.arch1-1/mtree -------------------------------------------------------------------------------- /tests/db/local/linux-api-headers-4.17.11-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/linux-api-headers-4.17.11-1/desc -------------------------------------------------------------------------------- /tests/db/local/linux-api-headers-4.17.11-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/linux-api-headers-4.17.11-1/files -------------------------------------------------------------------------------- /tests/db/local/linux-api-headers-4.17.11-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/linux-api-headers-4.17.11-1/mtree -------------------------------------------------------------------------------- /tests/db/local/linux-firmware-20190514.711d329-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/linux-firmware-20190514.711d329-1/desc -------------------------------------------------------------------------------- /tests/db/local/linux-firmware-20190514.711d329-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/linux-firmware-20190514.711d329-1/files -------------------------------------------------------------------------------- /tests/db/local/linux-firmware-20190514.711d329-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/linux-firmware-20190514.711d329-1/mtree -------------------------------------------------------------------------------- /tests/db/local/lz4-1:1.8.3-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/lz4-1:1.8.3-1/desc -------------------------------------------------------------------------------- /tests/db/local/lz4-1:1.8.3-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/lz4-1:1.8.3-1/files -------------------------------------------------------------------------------- /tests/db/local/lz4-1:1.8.3-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/lz4-1:1.8.3-1/mtree -------------------------------------------------------------------------------- /tests/db/local/m4-1.4.18-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/m4-1.4.18-2/desc -------------------------------------------------------------------------------- /tests/db/local/m4-1.4.18-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/m4-1.4.18-2/files -------------------------------------------------------------------------------- /tests/db/local/m4-1.4.18-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/m4-1.4.18-2/mtree -------------------------------------------------------------------------------- /tests/db/local/make-4.2.1-3/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/make-4.2.1-3/desc -------------------------------------------------------------------------------- /tests/db/local/make-4.2.1-3/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/make-4.2.1-3/files -------------------------------------------------------------------------------- /tests/db/local/make-4.2.1-3/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/make-4.2.1-3/mtree -------------------------------------------------------------------------------- /tests/db/local/mkinitcpio-25-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/mkinitcpio-25-2/desc -------------------------------------------------------------------------------- /tests/db/local/mkinitcpio-25-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/mkinitcpio-25-2/files -------------------------------------------------------------------------------- /tests/db/local/mkinitcpio-25-2/install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/mkinitcpio-25-2/install -------------------------------------------------------------------------------- /tests/db/local/mkinitcpio-25-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/mkinitcpio-25-2/mtree -------------------------------------------------------------------------------- /tests/db/local/mkinitcpio-busybox-1.30.1-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/mkinitcpio-busybox-1.30.1-1/desc -------------------------------------------------------------------------------- /tests/db/local/mkinitcpio-busybox-1.30.1-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/mkinitcpio-busybox-1.30.1-1/files -------------------------------------------------------------------------------- /tests/db/local/mkinitcpio-busybox-1.30.1-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/mkinitcpio-busybox-1.30.1-1/mtree -------------------------------------------------------------------------------- /tests/db/local/mpfr-4.0.2-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/mpfr-4.0.2-1/desc -------------------------------------------------------------------------------- /tests/db/local/mpfr-4.0.2-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/mpfr-4.0.2-1/files -------------------------------------------------------------------------------- /tests/db/local/mpfr-4.0.2-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/mpfr-4.0.2-1/mtree -------------------------------------------------------------------------------- /tests/db/local/ncurses-6.1-6/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/ncurses-6.1-6/desc -------------------------------------------------------------------------------- /tests/db/local/ncurses-6.1-6/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/ncurses-6.1-6/files -------------------------------------------------------------------------------- /tests/db/local/ncurses-6.1-6/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/ncurses-6.1-6/mtree -------------------------------------------------------------------------------- /tests/db/local/nettle-3.4.1-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/nettle-3.4.1-1/desc -------------------------------------------------------------------------------- /tests/db/local/nettle-3.4.1-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/nettle-3.4.1-1/files -------------------------------------------------------------------------------- /tests/db/local/nettle-3.4.1-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/nettle-3.4.1-1/mtree -------------------------------------------------------------------------------- /tests/db/local/npth-1.6-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/npth-1.6-1/desc -------------------------------------------------------------------------------- /tests/db/local/npth-1.6-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/npth-1.6-1/files -------------------------------------------------------------------------------- /tests/db/local/npth-1.6-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/npth-1.6-1/mtree -------------------------------------------------------------------------------- /tests/db/local/openssl-1.1.1.b-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/openssl-1.1.1.b-1/desc -------------------------------------------------------------------------------- /tests/db/local/openssl-1.1.1.b-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/openssl-1.1.1.b-1/files -------------------------------------------------------------------------------- /tests/db/local/openssl-1.1.1.b-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/openssl-1.1.1.b-1/mtree -------------------------------------------------------------------------------- /tests/db/local/p11-kit-0.23.15-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/p11-kit-0.23.15-1/desc -------------------------------------------------------------------------------- /tests/db/local/p11-kit-0.23.15-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/p11-kit-0.23.15-1/files -------------------------------------------------------------------------------- /tests/db/local/p11-kit-0.23.15-1/install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/p11-kit-0.23.15-1/install -------------------------------------------------------------------------------- /tests/db/local/p11-kit-0.23.15-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/p11-kit-0.23.15-1/mtree -------------------------------------------------------------------------------- /tests/db/local/pacman-5.1.3-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pacman-5.1.3-1/desc -------------------------------------------------------------------------------- /tests/db/local/pacman-5.1.3-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pacman-5.1.3-1/files -------------------------------------------------------------------------------- /tests/db/local/pacman-5.1.3-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pacman-5.1.3-1/mtree -------------------------------------------------------------------------------- /tests/db/local/pacman-mirrorlist-20190109-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pacman-mirrorlist-20190109-1/desc -------------------------------------------------------------------------------- /tests/db/local/pacman-mirrorlist-20190109-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pacman-mirrorlist-20190109-1/files -------------------------------------------------------------------------------- /tests/db/local/pacman-mirrorlist-20190109-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pacman-mirrorlist-20190109-1/mtree -------------------------------------------------------------------------------- /tests/db/local/pam-1.3.1-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pam-1.3.1-1/desc -------------------------------------------------------------------------------- /tests/db/local/pam-1.3.1-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pam-1.3.1-1/files -------------------------------------------------------------------------------- /tests/db/local/pam-1.3.1-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pam-1.3.1-1/mtree -------------------------------------------------------------------------------- /tests/db/local/pambase-20190105.1-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pambase-20190105.1-1/desc -------------------------------------------------------------------------------- /tests/db/local/pambase-20190105.1-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pambase-20190105.1-1/files -------------------------------------------------------------------------------- /tests/db/local/pambase-20190105.1-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pambase-20190105.1-1/mtree -------------------------------------------------------------------------------- /tests/db/local/patch-2.7.6-7/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/patch-2.7.6-7/desc -------------------------------------------------------------------------------- /tests/db/local/patch-2.7.6-7/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/patch-2.7.6-7/files -------------------------------------------------------------------------------- /tests/db/local/patch-2.7.6-7/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/patch-2.7.6-7/mtree -------------------------------------------------------------------------------- /tests/db/local/pcre-8.43-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pcre-8.43-1/desc -------------------------------------------------------------------------------- /tests/db/local/pcre-8.43-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pcre-8.43-1/files -------------------------------------------------------------------------------- /tests/db/local/pcre-8.43-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pcre-8.43-1/mtree -------------------------------------------------------------------------------- /tests/db/local/pcre2-10.32-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pcre2-10.32-2/desc -------------------------------------------------------------------------------- /tests/db/local/pcre2-10.32-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pcre2-10.32-2/files -------------------------------------------------------------------------------- /tests/db/local/pcre2-10.32-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pcre2-10.32-2/mtree -------------------------------------------------------------------------------- /tests/db/local/perl-5.28.1-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/perl-5.28.1-1/desc -------------------------------------------------------------------------------- /tests/db/local/perl-5.28.1-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/perl-5.28.1-1/files -------------------------------------------------------------------------------- /tests/db/local/perl-5.28.1-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/perl-5.28.1-1/mtree -------------------------------------------------------------------------------- /tests/db/local/pinentry-1.1.0-4/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pinentry-1.1.0-4/desc -------------------------------------------------------------------------------- /tests/db/local/pinentry-1.1.0-4/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pinentry-1.1.0-4/files -------------------------------------------------------------------------------- /tests/db/local/pinentry-1.1.0-4/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pinentry-1.1.0-4/mtree -------------------------------------------------------------------------------- /tests/db/local/pkgconf-1.6.1-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pkgconf-1.6.1-1/desc -------------------------------------------------------------------------------- /tests/db/local/pkgconf-1.6.1-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pkgconf-1.6.1-1/files -------------------------------------------------------------------------------- /tests/db/local/pkgconf-1.6.1-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/pkgconf-1.6.1-1/mtree -------------------------------------------------------------------------------- /tests/db/local/popt-1.16-10/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/popt-1.16-10/desc -------------------------------------------------------------------------------- /tests/db/local/popt-1.16-10/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/popt-1.16-10/files -------------------------------------------------------------------------------- /tests/db/local/popt-1.16-10/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/popt-1.16-10/mtree -------------------------------------------------------------------------------- /tests/db/local/readline-8.0.0-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/readline-8.0.0-1/desc -------------------------------------------------------------------------------- /tests/db/local/readline-8.0.0-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/readline-8.0.0-1/files -------------------------------------------------------------------------------- /tests/db/local/readline-8.0.0-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/readline-8.0.0-1/mtree -------------------------------------------------------------------------------- /tests/db/local/sed-4.7-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/sed-4.7-1/desc -------------------------------------------------------------------------------- /tests/db/local/sed-4.7-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/sed-4.7-1/files -------------------------------------------------------------------------------- /tests/db/local/sed-4.7-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/sed-4.7-1/mtree -------------------------------------------------------------------------------- /tests/db/local/shadow-4.6-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/shadow-4.6-2/desc -------------------------------------------------------------------------------- /tests/db/local/shadow-4.6-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/shadow-4.6-2/files -------------------------------------------------------------------------------- /tests/db/local/shadow-4.6-2/install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/shadow-4.6-2/install -------------------------------------------------------------------------------- /tests/db/local/shadow-4.6-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/shadow-4.6-2/mtree -------------------------------------------------------------------------------- /tests/db/local/sqlite-3.27.2-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/sqlite-3.27.2-1/desc -------------------------------------------------------------------------------- /tests/db/local/sqlite-3.27.2-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/sqlite-3.27.2-1/files -------------------------------------------------------------------------------- /tests/db/local/sqlite-3.27.2-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/sqlite-3.27.2-1/mtree -------------------------------------------------------------------------------- /tests/db/local/sudo-1.8.27-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/sudo-1.8.27-1/desc -------------------------------------------------------------------------------- /tests/db/local/sudo-1.8.27-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/sudo-1.8.27-1/files -------------------------------------------------------------------------------- /tests/db/local/sudo-1.8.27-1/install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/sudo-1.8.27-1/install -------------------------------------------------------------------------------- /tests/db/local/sudo-1.8.27-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/sudo-1.8.27-1/mtree -------------------------------------------------------------------------------- /tests/db/local/systemd-241.7-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/systemd-241.7-2/desc -------------------------------------------------------------------------------- /tests/db/local/systemd-241.7-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/systemd-241.7-2/files -------------------------------------------------------------------------------- /tests/db/local/systemd-241.7-2/install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/systemd-241.7-2/install -------------------------------------------------------------------------------- /tests/db/local/systemd-241.7-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/systemd-241.7-2/mtree -------------------------------------------------------------------------------- /tests/db/local/systemd-libs-241.7-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/systemd-libs-241.7-2/desc -------------------------------------------------------------------------------- /tests/db/local/systemd-libs-241.7-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/systemd-libs-241.7-2/files -------------------------------------------------------------------------------- /tests/db/local/systemd-libs-241.7-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/systemd-libs-241.7-2/mtree -------------------------------------------------------------------------------- /tests/db/local/tar-1.32-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/tar-1.32-1/desc -------------------------------------------------------------------------------- /tests/db/local/tar-1.32-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/tar-1.32-1/files -------------------------------------------------------------------------------- /tests/db/local/tar-1.32-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/tar-1.32-1/mtree -------------------------------------------------------------------------------- /tests/db/local/texinfo-6.6-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/texinfo-6.6-1/desc -------------------------------------------------------------------------------- /tests/db/local/texinfo-6.6-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/texinfo-6.6-1/files -------------------------------------------------------------------------------- /tests/db/local/texinfo-6.6-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/texinfo-6.6-1/mtree -------------------------------------------------------------------------------- /tests/db/local/tzdata-2019a-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/tzdata-2019a-1/desc -------------------------------------------------------------------------------- /tests/db/local/tzdata-2019a-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/tzdata-2019a-1/files -------------------------------------------------------------------------------- /tests/db/local/tzdata-2019a-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/tzdata-2019a-1/mtree -------------------------------------------------------------------------------- /tests/db/local/util-linux-2.33.1-2/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/util-linux-2.33.1-2/desc -------------------------------------------------------------------------------- /tests/db/local/util-linux-2.33.1-2/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/util-linux-2.33.1-2/files -------------------------------------------------------------------------------- /tests/db/local/util-linux-2.33.1-2/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/util-linux-2.33.1-2/mtree -------------------------------------------------------------------------------- /tests/db/local/vifm-0.10-1/changelog: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/vifm-0.10-1/changelog -------------------------------------------------------------------------------- /tests/db/local/vifm-0.10-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/vifm-0.10-1/desc -------------------------------------------------------------------------------- /tests/db/local/vifm-0.10-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/vifm-0.10-1/files -------------------------------------------------------------------------------- /tests/db/local/vifm-0.10-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/vifm-0.10-1/mtree -------------------------------------------------------------------------------- /tests/db/local/which-2.21-3/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/which-2.21-3/desc -------------------------------------------------------------------------------- /tests/db/local/which-2.21-3/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/which-2.21-3/files -------------------------------------------------------------------------------- /tests/db/local/which-2.21-3/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/which-2.21-3/mtree -------------------------------------------------------------------------------- /tests/db/local/xz-5.2.4-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/xz-5.2.4-1/desc -------------------------------------------------------------------------------- /tests/db/local/xz-5.2.4-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/xz-5.2.4-1/files -------------------------------------------------------------------------------- /tests/db/local/xz-5.2.4-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/xz-5.2.4-1/mtree -------------------------------------------------------------------------------- /tests/db/local/zlib-1:1.2.11-3/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/zlib-1:1.2.11-3/desc -------------------------------------------------------------------------------- /tests/db/local/zlib-1:1.2.11-3/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/zlib-1:1.2.11-3/files -------------------------------------------------------------------------------- /tests/db/local/zlib-1:1.2.11-3/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/zlib-1:1.2.11-3/mtree -------------------------------------------------------------------------------- /tests/db/local/zstd-1.3.8-1/desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/zstd-1.3.8-1/desc -------------------------------------------------------------------------------- /tests/db/local/zstd-1.3.8-1/files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/zstd-1.3.8-1/files -------------------------------------------------------------------------------- /tests/db/local/zstd-1.3.8-1/mtree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/local/zstd-1.3.8-1/mtree -------------------------------------------------------------------------------- /tests/db/sync/community-testing.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/sync/community-testing.db -------------------------------------------------------------------------------- /tests/db/sync/community.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/sync/community.db -------------------------------------------------------------------------------- /tests/db/sync/core.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/sync/core.db -------------------------------------------------------------------------------- /tests/db/sync/extra.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/sync/extra.db -------------------------------------------------------------------------------- /tests/db/sync/multilib-testing.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/sync/multilib-testing.db -------------------------------------------------------------------------------- /tests/db/sync/multilib.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/sync/multilib.db -------------------------------------------------------------------------------- /tests/db/sync/testing.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dottorblaster/pacnews/HEAD/tests/db/sync/testing.db --------------------------------------------------------------------------------