1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00

testing: (Bulk change) Update urls to https using HTTPS Everywhere and bump pkgrel

This commit is contained in:
J0WI 2018-10-06 14:15:24 +02:00 committed by Natanael Copa
parent 3da2393666
commit 16f8ceb8e2
129 changed files with 258 additions and 258 deletions

View file

@ -2,9 +2,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=accountsservice
pkgver=0.6.50
pkgrel=0
pkgrel=1
pkgdesc="D-Bus interface for user account query and manipulation"
url="http://www.freedesktop.org/software/accountsservice/"
url="https://www.freedesktop.org/software/accountsservice/"
arch="all"
license="GPL-3.0-or-later"
depends=""

View file

@ -3,9 +3,9 @@
pkgname=android-tools
pkgver=9.0.0_p3
_realver=${pkgver/_p/_r}
pkgrel=0
pkgrel=1
pkgdesc="Android platform tools"
url="http://tools.android.com/"
url="https://sites.google.com/a/android.com/tools/"
arch="all !s390x"
license="Apache-2.0 MIT"
depends=""

View file

@ -4,9 +4,9 @@
pkgname=apache2-mod-perl
_pkgreal=mod_perl
pkgver=2.0.10
pkgrel=1
pkgrel=2
pkgdesc="Perl Module for Apache2"
url="http://perl.apache.org/"
url="https://perl.apache.org/"
arch="all"
license="Apache-2.0"
depends="apache2"

View file

@ -2,9 +2,9 @@
# Maintainer:
pkgname=apk-readme
pkgver=0.1
pkgrel=0
pkgrel=1
pkgdesc="Display README.alpine after packages are installed"
url="http://alpinelinux.org"
url="https://alpinelinux.org/"
arch="noarch"
license="MIT"
depends=""

View file

@ -1,9 +1,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=aports-ghpr
pkgver=0.2
pkgrel=0
pkgrel=1
pkgdesc="Search aport in github pull requests"
url="http://git.alpinelinux.org/cgit/user/ncopa/aports-ghpr"
url="https://git.alpinelinux.org/cgit/user/ncopa/aports-ghpr"
arch="all"
license="ISC"
makedepends="go dep"

View file

@ -2,9 +2,9 @@
# Maintainer:
pkgname=autoconf-archive
pkgver=2018.03.13
pkgrel=0
pkgrel=1
pkgdesc="Collection of re-usable GNU Autoconf macros"
url="http://www.gnu.org/software/autoconf-archive"
url="https://www.gnu.org/software/autoconf-archive"
arch="noarch"
license="GPL-3.0-or-later"
depends="autoconf"

View file

@ -3,9 +3,9 @@
pkgname=blender
pkgver=2.79b
_pkgver=${pkgver/[a-z]}
pkgrel=1
pkgrel=2
pkgdesc="3D Creation/Animation/Publishing System"
url="http://www.blender.org/"
url="https://www.blender.org/"
arch="x86_64"
license="GPL-2.0-or-later"
depends="blender-shared=$pkgver-r$pkgrel"

View file

@ -3,9 +3,9 @@
pkgname=boinc
pkgver=7.12.1
_pkgver=${pkgver%.*}
pkgrel=0
pkgrel=1
pkgdesc="Open-source software for volunteer computing and grid computing."
url="http://boinc.berkeley.edu/"
url="https://boinc.berkeley.edu/"
arch="all"
options="!check" # nothing is actually done by make check
license="LGPL-3.0-or-later"

View file

@ -3,9 +3,9 @@
# Maintainer: Valery Kartel <valery.kartel@gmail.com>
pkgname=boost-build
pkgver=1.68.0
pkgrel=0
pkgrel=1
pkgdesc="Boost.Build makes it easy to build C++ projects, everywhere"
url="http://boost.org/build"
url="https://boost.org/build"
arch="all"
options="!check"
license="custom:boost"

View file

@ -2,9 +2,9 @@
# Maintainer:
pkgname=buildbot-slave
pkgver=0.8.9
pkgrel=2
pkgrel=3
pkgdesc="Buildbot slave daemon"
url="http://buildbot.net/"
url="https://buildbot.net/"
arch="noarch"
license="GPL-2.0"
depends="python2 py-twisted"

View file

@ -1,9 +1,9 @@
# Maintainer: Tycho Andersen <tycho@docker.com>
pkgname=checkpolicy
pkgver=2.6
pkgrel=0
pkgrel=1
pkgdesc="SELinux policy checker"
url="http://www.selinuxproject.org"
url="https://selinuxproject.org/"
arch="all"
license="GPL-2.0"
makedepends="libsepol-dev bison flex-dev"

View file

@ -2,12 +2,12 @@
# Maintainer: Ben Allen <bensallen@me.com>
pkgname=cpupower
_kver=4.4.14
_kpkgrel=1
_kpkgrel=2
pkgver=$_kver
pkgrel=$_kpkgrel
pkgdesc="Linux kernel tool to examine and tune power saving related features of your processor"
url="http://www.kernel.org"
url="https://www.kernel.org/"
arch="all"
license="GPL-2.0"
depends_dev="pciutils-dev readline-dev"

View file

@ -4,9 +4,9 @@ pkgname=crypto++
_pkgname=cryptopp
pkgver=5.6.5
_pkgver=${pkgver//./}
pkgrel=0
pkgrel=1
pkgdesc="A free C++ class library of cryptographic schemes"
url="http://www.cryptopp.com"
url="https://www.cryptopp.com/"
arch="all"
license="BSL-1.0"
depends=""

View file

@ -1,9 +1,9 @@
# Maintainer: Johannes Findeisen <you@hanez.org>
pkgname=daemontools
pkgver=0.76
pkgrel=0
pkgrel=1
pkgdesc="Collection of tools for managing UNIX services"
url="http://cr.yp.to/daemontools.html"
url="https://cr.yp.to/daemontools.html"
arch="all"
license="Public-Domain"
depends=

View file

@ -2,9 +2,9 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=dietlibc
pkgver=0.33
pkgrel=2
pkgrel=3
pkgdesc="a libc optimized for small size"
url="http://www.fefe.de/dietlibc/"
url="https://www.fefe.de/dietlibc/"
arch=""
license="GPL"
depends="dietlibc-dev"

View file

@ -2,9 +2,9 @@
# Maintainer: Kiyoshi Aman <kiyoshi.aman@gmail.com>
pkgname=drizzle
pkgver=7.1.33
pkgrel=3
pkgrel=4
pkgdesc="A MySQL-derived RDBMS for cloud usage and webapps"
url="http://launchpad.net/drizzle"
url="https://launchpad.net/drizzle"
arch=""
license="GPL"
depends=

View file

@ -3,9 +3,9 @@
# Maintainer: John Regan <john@jrjrtech.com>
pkgname=ejabberd
pkgver=17.09
pkgrel=1
pkgrel=2
pkgdesc="An erlang jabber server"
url="http://www.ejabberd.im"
url="https://www.ejabberd.im/"
arch="all"
license="GPL-2.0-or-later"
_erl_deps="erlang-asn1 erlang-crypto erlang-eldap erlang-mnesia

View file

@ -2,9 +2,9 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=evolution-data-server
pkgver=3.30.1
pkgrel=0
pkgrel=1
pkgdesc="data server for evolution"
url="http://projects.gnome.org/evolution"
url="https://projects.gnome.org/evolution"
arch="x86_64 x86 ppc64le aarch64 armhf armv7"
license="GPL"
options="suid !check"

View file

@ -2,9 +2,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=evolution
pkgver=3.30.1
pkgrel=0
pkgrel=1
pkgdesc="evolution mail client"
url="http://projects.gnome.org/evolution"
url="https://projects.gnome.org/evolution"
# limited by webkit2gtk
arch="all !s390x"
license="GPL"

View file

@ -2,9 +2,9 @@
# Maintainer:
pkgname=ffcall
pkgver=2.1
pkgrel=0
pkgrel=1
pkgdesc="C library for implementing foreign function calls in embedded interpreters"
url="http://www.gnu.org/software/libffcall"
url="https://www.gnu.org/software/libffcall"
arch="all !x86 !armhf !armv7"
license="GPL-2.0-or-later"
depends=""

View file

@ -4,9 +4,9 @@ pkgname=firefox
pkgver=62.0.2
_pkgver=$pkgver
_xulver=$pkgver
pkgrel=0
pkgrel=1
pkgdesc="Firefox web browser"
url="http://www.firefox.com"
url="https://www.firefox.com/"
# limited by rust and cargo
arch="x86_64"
license="GPL LGPL MPL"

View file

@ -1,9 +1,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=flatbuffers
pkgver=1.9.0
pkgrel=2
pkgrel=3
pkgdesc="Memory Efficient Serialization Library"
url="http://google.github.io/flatbuffers/"
url="https://google.github.io/flatbuffers/"
arch="all !s390x"
license="Apache-2.0"
depends=""

View file

@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=fwknop
pkgver=2.6.9
pkgrel=1
pkgrel=2
pkgdesc="A Single Packet Authorization (SPA) implementation"
url="http://www.cipherdyne.org/fwknop/"
arch="all"
@ -44,7 +44,7 @@ package() {
cd "$_builddir"
make DESTDIR="$pkgdir" install || return 1
install -Dm755 "$srcdir"/fwknopd.initd "$pkgdir"/etc/init.d/fwknopd
echo "# If using gnupg2 see http://www.gnupg.org/faq/GnuPG-FAQ.html#how-can-i-use-gnupg-in-an-automated-environment" >> "$pkgdir"/etc/fwknop/access.conf
echo "# If using gnupg2 see https://www.gnupg.org/faq/GnuPG-FAQ.html#how-can-i-use-gnupg-in-an-automated-environment" >> "$pkgdir"/etc/fwknop/access.conf
echo "# & sign the client public key on the server with a normal key which has a password" >> "$pkgdir"/etc/fwknop/access.conf
echo "# disable GPG_DECRYPT_PW & enable the following variable:" >> "$pkgdir"/etc/fwknop/access.conf
echo "#GPG_ALLOW_NO_PW: Y;" >> "$pkgdir"/etc/fwknop/access.conf

View file

@ -2,9 +2,9 @@
# Maintainer:
pkgname=geos
pkgver=3.7.0
pkgrel=0
pkgrel=1
pkgdesc="GEOS is a library providing OpenGIS and JTS spatial operations in C++."
url="http://trac.osgeo.org/geos/"
url="https://trac.osgeo.org/geos/"
# test fails on other archs
arch="x86 x86_64"
license="LGPL-2.1"

View file

@ -2,9 +2,9 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=ginger
pkgver=2.4.0
pkgrel=0
pkgrel=1
pkgdesc="WoK plugin for host management"
url="http://kimchi-project.github.io/ginger"
url="https://kimchi-project.github.io/ginger"
arch=""
license="Apache LGPL-2.1"
depends="py2-configobj py2-pyparted wok"

View file

@ -2,9 +2,9 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=gingerbase
pkgver=2.3.0
pkgrel=0
pkgrel=1
pkgdesc="Gingerbase: basic host management for WoK"
url="http://kimchi-project.github.io/gingerbase/"
url="https://kimchi-project.github.io/gingerbase/"
arch="noarch"
license="AGPL-2.1"
depends="py2-configobj py2-pyparted wok"

View file

@ -2,9 +2,9 @@
# Maintainer:
pkgname=global
pkgver=6.6.2
pkgrel=0
pkgrel=1
pkgdesc="A source code tag system"
url="http://www.gnu.org/software/global"
url="https://www.gnu.org/software/global"
arch="all"
license="GPL"
depends=""

View file

@ -1,9 +1,9 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnome-autoar
pkgver=0.2.2
pkgrel=0
pkgrel=1
pkgdesc="GNOME archive extraction library"
url="http://www.gnome.org/"
url="https://www.gnome.org/"
arch="all !s390x"
license="GPL"
depends=""

View file

@ -1,9 +1,9 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnome-backgrounds
pkgver=3.26.1
pkgrel=0
pkgrel=1
pkgdesc="backgrounds for the GNOME desktop environment"
url="http://www.gnome.org/"
url="https://www.gnome.org/"
arch="noarch !s390x"
license="GPL"
makedepends="gnome-desktop-dev"

View file

@ -1,9 +1,9 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnome-control-center
pkgver=3.26.0
pkgrel=1
pkgrel=2
pkgdesc="GNOME control center"
url="http://www.gnome.org/"
url="https://www.gnome.org/"
# limited by gnome-online-accounts
arch="all !armhf !armv7 !s390x"
license="GPL"

View file

@ -1,9 +1,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gnome-disk-utility
pkgver=3.12.1
pkgrel=0
pkgrel=1
pkgdesc="GNOME libraries and applications for dealing with storage devices"
url="http://www.gnome.org"
url="https://www.gnome.org/"
arch=""
#arch="all !s390x"
license="GPL"

View file

@ -1,9 +1,9 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnome-online-accounts
pkgver=3.26.0
pkgrel=0
pkgrel=1
pkgdesc="client for GNOME web services"
url="http://www.gnome.org/"
url="https://www.gnome.org/"
# limited by webkit2gtk
arch="x86 x86_64 ppc64le aarch64"
license="GPL"

View file

@ -1,9 +1,9 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnome-session
pkgver=3.26.0
pkgrel=0
pkgrel=1
pkgdesc="GNOME session manager"
url="http://www.gnome.org/"
url="https://www.gnome.org/"
arch="all !aarch64 !armhf !armv7 !s390x"
license="GPL"
depends="gnome-shell"

View file

@ -1,9 +1,9 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnome-settings-daemon
pkgver=3.26.0
pkgrel=0
pkgrel=1
pkgdesc="GNOME settings daemon"
url="http://www.gnome.org/"
url="https://www.gnome.org/"
arch="all !s390x"
license="GPL"
options="!check"

View file

@ -1,9 +1,9 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnome-system-monitor
pkgver=3.26.0
pkgrel=0
pkgrel=1
pkgdesc="GNOME system monitor"
url="http://www.gnome.org/"
url="https://www.gnome.org/"
arch="all !s390x"
license="GPL"
makedepends="gnome-desktop-dev libgtop-dev gtkmm3-dev

View file

@ -1,9 +1,9 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnome-terminal
pkgver=3.26.0
pkgrel=0
pkgrel=1
pkgdesc="GNOME terminal client"
url="http://wiki.gnome.org/Apps/Terminal"
url="https://wiki.gnome.org/Apps/Terminal"
# limited by gnome-shell
arch="all !armhf !armv7 !aarch64 !s390x"
license="GPL"

View file

@ -1,9 +1,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gnu-libiconv
pkgver=1.15
pkgrel=1
pkgrel=2
pkgdesc="GNU charset conversion library for libc which doesn't implement it"
url="http://www.gnu.org/software/libiconv"
url="https://www.gnu.org/software/libiconv"
arch="all"
license='LGPL'
depends=""

View file

@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gst-rtsp-server
pkgver=1.14.2
pkgrel=0
pkgrel=1
pkgdesc="GStreamer RTSP server"
url="https://gstreamer.freedesktop.org"
arch="all"
@ -25,7 +25,7 @@ build() {
--disable-static \
--enable-introspection=no \
--with-package-name="GStreamer (Alpine Linux)" \
--with-package-origin="http://alpinelinux.org/"
--with-package-origin="https://alpinelinux.org/"
make
}

View file

@ -2,9 +2,9 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=gstreamermm
pkgver=1.10.0
pkgrel=0
pkgrel=1
pkgdesc="C++ interface for GStreamer"
url="http://gstreamer.freedesktop.org/bindings/cplusplus.html"
url="https://gstreamer.freedesktop.org/bindings/cplusplus.html"
arch="all"
license="LGPL"
makedepends="glibmm-dev gst-plugins-base-dev"

View file

@ -3,9 +3,9 @@
pkgname=icingaweb2-module-businessprocess
_module=${pkgname/*-/}
pkgver=2.1.0
pkgrel=1
pkgrel=2
pkgdesc="Manage Business Processes in Icinga Web 2"
url="http://www.icinga.org"
url="https://www.icinga.org/"
arch="noarch !armhf !armv7"
license="GPL-2.0"
_php=php7

View file

@ -3,9 +3,9 @@
pkgname=icingaweb2-module-fileshipper
_module=${pkgname/*-/}
pkgver=1.0.0
pkgrel=1
pkgrel=2
pkgdesc="Provide CSV, JSON, XML and YAML files as an Import Source for the Icinga Director"
url="http://www.icinga.org"
url="https://www.icinga.org/"
arch="noarch !armhf !armv7"
license="GPL-2.0"
_php=php7

View file

@ -3,9 +3,9 @@
pkgname=icingaweb2-module-generictts
_module=${pkgname/*-/}
pkgver=2.0.0
pkgrel=1
pkgrel=2
pkgdesc="Generic ticket system integration into Icinga web 2"
url="http://www.icinga.org"
url="https://www.icinga.org/"
arch="noarch !armhf !armv7"
license="GPL-2.0"
_php=php7

View file

@ -3,9 +3,9 @@
pkgname=icingaweb2-module-pnp
_module=${pkgname/*-/}
pkgver=1.1.0
pkgrel=0
pkgrel=1
pkgdesc="Integrate PNP graphs into Icinga Web 2"
url="http://www.icinga.org"
url="https://www.icinga.org/"
arch="noarch !armhf !armv7"
license="GPL-2.0"
_php=php7

View file

@ -3,9 +3,9 @@
# Maintainer: Mitch Tishmack <mitch.tishmack@gmail.com>
pkgname=idris
pkgver=1.3.0
pkgrel=0
pkgrel=1
pkgdesc="A Language with Dependent Types"
url="http://www.idris-lang.org"
url="https://www.idris-lang.org/"
# Note: same as ghc, if it gets ported elsewhere this should run too.
# armhf: disabled due to build failure
arch="x86_64"

View file

@ -3,10 +3,10 @@
# Maintainer: Shiz <hi@shiz.me>
pkgname=libc++
pkgver=4.0.0
pkgrel=0
pkgrel=1
_llvmver=${pkgver%%.*}
pkgdesc="A new implementation of the C++ standard library, targeting C++11"
url="http://libcxx.llvm.org/"
url="https://libcxx.llvm.org/"
arch="all !ppc64le !s390x"
license="UOI-NCSA"
makedepends="cmake

View file

@ -2,9 +2,9 @@
# Maintainer:
pkgname=libgdiplus
pkgver=5.6
pkgrel=0
pkgrel=1
pkgdesc="An Open Source Implementation of the GDI+ API"
url="http://www.mono-project.com"
url="https://www.mono-project.com/"
arch="all"
license="LGPL"
depends=""

View file

@ -2,9 +2,9 @@
# Maintainer: Ivan Tham <pickfire@riseup.net>
pkgname=libgnomecanvas
pkgver=2.30.3
pkgrel=0
pkgrel=1
pkgdesc="GNOME Canvas library"
url="http://www.gnome.org/"
url="https://www.gnome.org/"
arch="all !aarch64"
license="GPL-2.0"
makedepends="intltool libart-lgpl-dev glib-dev pango-dev gtk+2.0-dev"

View file

@ -2,9 +2,9 @@
# Maintainer:
pkgname=libsigsegv
pkgver=2.11
pkgrel=1
pkgrel=2
pkgdesc="Page fault detection library"
url="http://www.gnu.org/software/libsigsegv/"
url="https://www.gnu.org/software/libsigsegv/"
arch="all"
license="GPL-2.0"
subpackages="$pkgname-dev"

View file

@ -2,9 +2,9 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=libusbmuxd
pkgver=1.0.10
pkgrel=0
pkgrel=1
pkgdesc="USB Multiplex Daemon"
url="http://marcansoft.com/blog/iphonelinux/usbmuxd/"
url="https://marcansoft.com/blog/iphonelinux/usbmuxd/"
arch="all"
license="LGPL-2.1"
depends="libplist libusb"

View file

@ -2,9 +2,9 @@
# Maintainer:
pkgname=libva-vdpau-driver
pkgver=0.7.4
pkgrel=0
pkgrel=1
pkgdesc="VDPAU backend for VA API"
url="http://freedesktop.org/wiki/Software/vaapi"
url="https://freedesktop.org/wiki/Software/vaapi"
arch="all"
license="GPL"
depends=""

View file

@ -2,9 +2,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lightdm
pkgver=1.26.0
pkgrel=0
pkgrel=1
pkgdesc="A cross-desktop display manager"
url="http://www.freedesktop.org/wiki/Software/LightDM"
url="https://www.freedesktop.org/wiki/Software/LightDM"
arch="all"
license="GPL-3.0-or-later"
depends="dbus xinit accountsservice"

View file

@ -3,9 +3,9 @@
pkgname=linux-tools
pkgver=4.14.34
_kernver=${pkgver%.*}
pkgrel=0
pkgrel=1
pkgdesc="Linux kernel tools meta package"
url="http://www.kernel.org"
url="https://www.kernel.org/"
arch="all"
license="GPL-2.0-only"
depends="cpupower perf"

View file

@ -1,9 +1,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=linuxconsoletools
pkgver=1.6.0
pkgrel=0
pkgrel=1
pkgdesc="Tools for connecting joysticks & legacy devices to the kernels input subsystem"
url="http://sourceforge.net/projects/linuxconsole/"
url="https://sourceforge.net/projects/linuxconsole/"
arch="all"
license="GPL-2.0-or-later"
makedepends="linux-headers sdl-dev"

View file

@ -3,11 +3,11 @@
pkgname=lldb
# Note: Update together with llvm.
pkgver=5.0.1
pkgrel=0
pkgrel=1
_vermajor=${pkgver%%.*}
pkgdesc="Next generation, high-performance debugger"
arch="all !x86 !ppc64le"
url="http://llvm.org/"
url="https://llvm.org/"
license="UOI-NCSA"
makedepends="
clang-dev>=$_vermajor

View file

@ -3,9 +3,9 @@
pkgname=lua-uuid
_realname=uuid
pkgver=0.2.0
pkgrel=0
pkgrel=1
pkgdesc="A pure Lua uuid generator (modified from a Rackspace module)"
url="http://tieske.github.io/uuid/"
url="https://tieske.github.io/uuid/"
arch="noarch"
license="Apache-2.0"
depends=""

View file

@ -3,11 +3,11 @@
pkgname=lxappearance-obconf
pkgver=0.2.0
pkgrel=1
pkgrel=2
pkgdesc='Plugin for LXAppearance to configure Openbox'
arch='all'
license='GPL2'
url='http://lxde.org/'
url='https://lxde.org/'
makedepends='gtk+2.0-dev lxappearance-dev openbox-dev intltool'
options='libtool'
subpackages="$pkgname-lang"

View file

@ -3,11 +3,11 @@
pkgname=lxappearance
pkgver=0.6.3
pkgrel=0
pkgrel=1
pkgdesc='Feature-rich GTK+ theme switcher'
arch='all'
license='GPL2'
url='http://lxde.org/'
url='https://lxde.org/'
makedepends='gtk+2.0-dev intltool dbus-glib-dev'
subpackages="$pkgname-doc $pkgname-dev $pkgname-lang"
source="https://downloads.sourceforge.net/lxde/$pkgname-$pkgver.tar.xz"

View file

@ -3,10 +3,10 @@
pkgname=lxpanel
pkgver=0.9.3
pkgrel=0
pkgrel=1
pkgdesc='Lightweight X11 desktop panel'
arch='all'
url='http://lxde.org/'
url='https://lxde.org/'
license='GPL'
makedepends='gtk+2.0-dev alsa-lib-dev menu-cache-dev libwnck-dev
wireless-tools-dev docbook-xml docbook-xsl intltool libfm-dev

View file

@ -2,9 +2,9 @@
# Maintainer:
pkgname=lxqt-build-tools
pkgver=0.4.0
pkgrel=0
pkgrel=1
pkgdesc="Various packaging tools and scripts for LXQt applications"
url="http://lxqt.org"
url="https://lxqt.org/"
arch="all"
license="LGPL-2.1"
depends=""

View file

@ -2,9 +2,9 @@
# Maintainer: Marian <marian.buschsieweke@ovgu.de>
pkgname=micropython
pkgver=1.9.4
pkgrel=0
pkgrel=1
pkgdesc="A lean and efficient Python implementation for MCUs and constrained systems"
url="http://www.micropython.org/"
url="https://www.micropython.org/"
# ../py/persistentcode.c:397:2: error: #error mp_raw_code_save_file not implemented for this platform
arch="x86 x86_64 armhf armv7 !ppc64le"

View file

@ -2,9 +2,9 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=mitmproxy
pkgver=0.18.2
pkgrel=0
pkgrel=1
pkgdesc="An interactive SSL-capable intercepting HTTP proxy"
url="http://www.mitmproxy.org/"
url="https://www.mitmproxy.org/"
arch="noarch"
license="MIT"
depends="python2 py-netlib py-flask py-urwid py-$pkgname py-itsdangerous"

View file

@ -3,9 +3,9 @@
# Maintainer:
pkgname=mono
pkgver=5.10.0.179
pkgrel=0
pkgrel=1
pkgdesc="Free implementation of the .NET platform including runtime and compiler"
url="http://www.mono-project.com/"
url="https://www.mono-project.com/"
arch="x86_64 x86"
license="GPL"
depends="python2"

View file

@ -2,9 +2,9 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=moreutils
pkgver=0.62
pkgrel=0
pkgrel=1
pkgdesc="A growing collection of the unix tools that nobody thought to write thirty years ago"
url="http://joeyh.name/code/moreutils/"
url="https://joeyh.name/code/moreutils/"
arch="all"
license="GPL-2.0-or-later"
depends="perl perl-timedate perl-ipc-run"

View file

@ -6,9 +6,9 @@
pkgname=nginx-naxsi
_pkgname=nginx
pkgver=1.13.8
pkgrel=1
pkgrel=2
pkgdesc="Lightweight HTTP and reverse proxy server with Naxsi WAF support, see also 'nxapi'"
url="http://www.nginx.org | https://github.com/nbs-system/naxsi"
url="https://www.nginx.org/ | https://github.com/nbs-system/naxsi"
arch="all"
license="custom"

View file

@ -3,9 +3,9 @@
pkgname=ocaml-markup
_pkgname=markup.ml
pkgver=0.7.6
pkgrel=3
pkgrel=4
pkgdesc="Error-recovering streaming HTML5 and XML parsers for OCaml"
url="http://aantron.github.io/markup.ml"
url="https://aantron.github.io/markup.ml"
arch="all !x86 !armhf !armv7 !s390x" # limited by ocaml aport
license="BSD-2-Clause"
depends="ocaml-runtime ocaml-lwt ocaml-uchar ocaml-uutf"

View file

@ -4,9 +4,9 @@ pkgname=php7-inotify
_pkgreal=inotify
pkgver=2.0.0
_pkgver=${pkgver}
pkgrel=3
pkgrel=4
pkgdesc="Inotify bindings for PHP"
url="http://pecl.php.net/package/$_pkgreal"
url="https://pecl.php.net/package/$_pkgreal"
arch="all"
license="PHP"
depends=""

View file

@ -4,9 +4,9 @@ pkgname=php7-lzf
_pkgreal=LZF
_pkgextname=lzf
pkgver=1.6.6
pkgrel=2
pkgrel=3
pkgdesc="This package handles LZF de/compression."
url="http://pecl.php.net/package/$_pkgreal"
url="https://pecl.php.net/package/$_pkgreal"
arch="all"
license="PHP"
depends=""

View file

@ -3,9 +3,9 @@
pkgname=php7-msgpack
_pkgreal=msgpack
pkgver=2.0.2
pkgrel=3
pkgrel=4
pkgdesc="This extension provide API for communicating with MessagePack serialization."
url="http://pecl.php.net/package/$_pkgreal"
url="https://pecl.php.net/package/$_pkgreal"
arch="all"
license="PHP"
options="!check" # Tests fail - does not load msgpack.so

View file

@ -3,9 +3,9 @@
pkgname=php7-rdkafka
_pkgreal=rdkafka
pkgver=3.0.5
pkgrel=2
pkgrel=3
pkgdesc="A librdkafka bindings for PHP7 providing a working client for Kafka 0.8-0.10"
url="http://pecl.php.net/package/$_pkgreal"
url="https://pecl.php.net/package/$_pkgreal"
arch="all"
license="MIT"
depends=""

View file

@ -4,9 +4,9 @@ pkgname=php7-solr
_pkgreal=solr
pkgver=2.4.0
_pkgver=${pkgver}
pkgrel=3
pkgrel=4
pkgdesc="Apache SOLR extension for PHP"
url="http://pecl.php.net/package/$_pkgreal"
url="https://pecl.php.net/package/$_pkgreal"
arch="all"
license="PHP"
options="!check" # Require Solr installed

View file

@ -3,9 +3,9 @@
pkgname=php7-stats
_pkgreal=stats
pkgver=2.0.3
pkgrel=5
pkgrel=6
pkgdesc="Extension that provides few dozens routines for statistical computation."
url="http://pecl.php.net/package/$_pkgreal"
url="https://pecl.php.net/package/$_pkgreal"
arch="all !s390x" # too many tests fails on s390x
license="PHP-3.01"
depends=""

View file

@ -4,9 +4,9 @@ pkgname=php7-uuid
_pkgreal=uuid
pkgver=1.0.4
_pkgver=${pkgver}
pkgrel=3
pkgrel=4
pkgdesc="A wrapper around libuuid from the ext2utils project."
url="http://pecl.php.net/package/$_pkgreal"
url="https://pecl.php.net/package/$_pkgreal"
arch="all"
license="PHP"
depends=""

View file

@ -1,9 +1,9 @@
# Maintainer: Tycho Andersen <tycho@docker.com>
pkgname=policycoreutils
pkgver=2.6
pkgrel=0
pkgrel=1
pkgdesc="SELinux policy core utilities"
url="http://www.selinuxproject.org"
url="https://selinuxproject.org/"
arch="all"
license="GPL-2.0"
depends="libsepol libselinux libsemanage gettext linux-pam python audit-libs"

View file

@ -1,9 +1,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=proj4
pkgver=5.0.1
pkgrel=0
pkgrel=1
pkgdesc="PROJ.4 - Cartographic Projections Library"
url="http://trac.osgeo.org/proj/"
url="https://trac.osgeo.org/proj/"
arch="all"
license="MIT"
options=""

View file

@ -2,9 +2,9 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=pure-ftpd
pkgver=1.0.47
pkgrel=1
pkgrel=2
pkgdesc="Pure FTPD FTP daemon"
url="http://pureftpd.org"
url="https://pureftpd.org/"
arch="all"
license="BSD"
depends_dev=libressl-dev

View file

@ -3,9 +3,9 @@
pkgname=py-arrow
_pkgname=arrow
pkgver=0.10.0
pkgrel=1
pkgrel=2
pkgdesc="A Python library to create and manipulate dates, times, and timestamps"
url="http://arrow.readthedocs.io/"
url="https://arrow.readthedocs.io/"
arch="noarch"
license="Apache-2.0"
depends="py-dateutil"

View file

@ -3,9 +3,9 @@
pkgname=py-boto3
_pkgname=boto3
pkgver=1.7.7
pkgrel=0
pkgrel=1
pkgdesc="AWS SDK for Python (Boto3)"
url="http://aws.amazon.com/sdk-for-python/"
url="https://aws.amazon.com/sdk-for-python/"
arch="noarch"
license="Apache-2.0"
options="!check"

View file

@ -2,9 +2,9 @@
# Maintainer:
pkgname=py-cairocffi
pkgver=0.7.2
pkgrel=0
pkgrel=1
pkgdesc="Python CFFI-based binding to Cairo and GDK-PixBuf"
url="http://pythonhosted.org/cairocffi/"
url="https://pythonhosted.org/cairocffi/"
arch="noarch"
license="BSD"
depends="python2 py-cffi cairo gdk-pixbuf"

View file

@ -3,9 +3,9 @@
pkgname=py-columnize
_pkgname=columnize
pkgver=0.3.6
pkgrel=0
pkgrel=1
pkgdesc="Python module to align in columns a simple list"
url="http://code.google.com/p/pycolumnize/"
url="https://code.google.com/p/pycolumnize/"
arch="noarch"
license="MIT"
depends=""

View file

@ -3,9 +3,9 @@
pkgname=py-cycler
_pkgname=cycler
pkgver=0.10.0
pkgrel=2
pkgrel=3
pkgdesc="Composable style cycles in Python"
url="http://matplotlib.org/cycler/"
url="https://matplotlib.org/cycler/"
arch="noarch"
license="BSD"
makedepends="python2-dev python3-dev py-setuptools"

View file

@ -3,9 +3,9 @@
pkgname=py-dexml
_pkgname=dexml
pkgver=0.5.1
pkgrel=0
pkgrel=1
pkgdesc="A simple Object-XML mapper for Python"
url="http://packages.python.org/dexml"
url="https://packages.python.org/dexml"
arch="noarch"
license="MIT"
depends="python2"

View file

@ -3,9 +3,9 @@
_name=PyDispatcher
pkgname=py-dispatcher
pkgver=2.0.5
pkgrel=2
pkgrel=3
pkgdesc="Loosely-coupled message passing between Python objects (signal senders and receivers)"
url="http://sourceforge.net/projects/python-pydispatcher/"
url="https://sourceforge.net/projects/python-pydispatcher/"
arch="noarch"
license="GPL"
depends=""

View file

@ -3,9 +3,9 @@
pkgname=py-elasticsearch
_pkgname=elasticsearch-py
pkgver=5.4.0
pkgrel=0
pkgrel=1
pkgdesc="Official Python low-level client for Elasticsearch"
url="http://elasticsearch-py.rtfd.org/"
url="https://elasticsearch-py.readthedocs.io/"
arch="noarch"
license="Apache-2.0"
depends="py-urllib3"

View file

@ -3,9 +3,9 @@
pkgname=py-ev
_pkgname=pyev
pkgver=0.9.0
pkgrel=0
pkgrel=1
pkgdesc="A Python libev interface"
url="http://pythonhosted.org/pyev/"
url="https://pythonhosted.org/pyev/"
arch="all"
license="GPL-3.0"
depends="python2"

View file

@ -3,9 +3,9 @@
pkgname=py-feedformatter
_pkgname=feedformatter
pkgver=0.4
pkgrel=0
pkgrel=1
pkgdesc="A Python library for generating news feeds in RSS and Atom formats"
url="http://code.google.com/p/feedformatter/"
url="https://code.google.com/p/feedformatter/"
arch="noarch"
license="BSD"
depends="python2"

View file

@ -2,9 +2,9 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=py-flask-weasyprint
pkgver=0.4
pkgrel=0
pkgrel=1
pkgdesc="flask binding to py-weasyprint"
url="http://pythonhosted.org/flask-weasyprint"
url="https://pythonhosted.org/flask-weasyprint"
arch="noarch"
license="BSD"
depends="python2 py-weasyprint py-flask py-setuptools"

View file

@ -3,9 +3,9 @@
pkgname=py-helper
_pkgname=helper
pkgver=2.4.1
pkgrel=0
pkgrel=1
pkgdesc="A Python library for quickly writing configurable applications and daemons"
url="http://helper.readthedocs.org"
url="https://helper.readthedocs.org/"
arch="noarch"
license="BSD"
depends="python2 py-yaml"

View file

@ -4,9 +4,9 @@
pkgname=py-iniparse
_pkgname=iniparse
pkgver=0.4
pkgrel=0
pkgrel=1
pkgdesc='INI parser library for Python'
url='http://code.google.com/p/iniparse/'
url='https://code.google.com/p/iniparse/'
arch='noarch'
license='MIT'
makedepends="python2-dev py-setuptools sqlite-dev"

View file

@ -3,9 +3,9 @@
pkgname=py-matplotlib
_pkgname=matplotlib
pkgver=1.5.1
pkgrel=3
pkgrel=4
pkgdesc="A Python library for plots"
url="http://matplotlib.org"
url="https://matplotlib.org/"
arch="all"
license="custom"
depends="python2 py-numpy>=1.14.3-r1 python2-tkinter py-dateutil py-parsing py-tz py-cycler"

View file

@ -3,9 +3,9 @@
pkgname=py-progressbar
_pkgname=progressbar
pkgver=2.3
pkgrel=0
pkgrel=1
pkgdesc="Text progress bar library for Python"
url="http://code.google.com/p/python-progressbar/"
url="https://code.google.com/p/python-progressbar/"
arch="noarch"
license="LGPL-2.0-or-later"
depends="python2"

View file

@ -3,9 +3,9 @@
pkgname=py-py
_pkgname=py
pkgver=1.4.23
pkgrel=1
pkgrel=2
pkgdesc="A Python library with cross-python path, ini-parsing, io, code, log facilities"
url="http://pylib.readthedocs.org/en/latest/"
url="https://pylib.readthedocs.org/en/latest/"
arch="noarch"
license="MIT"
depends="python2"

View file

@ -3,9 +3,9 @@
pkgname=py-pyautogui
_pkgname=PyAutoGUI
pkgver=0.9.35
pkgrel=1
pkgrel=2
pkgdesc="A cross-platform Python module for GUI automation for human beings"
url="http://pyautogui.readthedocs.io/"
url="https://pyautogui.readthedocs.io/"
arch="noarch"
license="BSD"
depends="py-xlib py-pillow"

View file

@ -3,9 +3,9 @@
pkgname=py-pygtksourceview2
_pkgname=pygtksourceview
pkgver=2.10.1
pkgrel=0
pkgrel=1
pkgdesc="Python bindings for gtksourceview2"
url="http://www.gnome.org"
url="https://www.gnome.org/"
arch="all"
license="GPL"
depends="python2"

View file

@ -2,9 +2,9 @@
# Maintainer:
pkgname=py-pykka
pkgver=1.2.1
pkgrel=2
pkgrel=3
pkgdesc="Concurrency abstractions for Python using the actor model"
url="http://pykka.readthedocs.org"
url="https://pykka.readthedocs.org/"
arch="noarch"
license="Apache-2.0"
depends="python2 python3"

View file

@ -3,9 +3,9 @@
pkgname=py-rst
_pkgname=rst
pkgver=0.1
pkgrel=0
pkgrel=1
pkgdesc="A Python module to create reStructuredText documents"
url="http://rst.readthedocs.org"
url="https://rst.readthedocs.org/"
arch="noarch"
license="MIT"
depends="python2"

View file

@ -3,11 +3,11 @@
pkgname=py-scrapy-dblite
_pkgname=scrapy-dblite
pkgver=0.2.6
pkgrel=0
pkgrel=1
pkgdesc="Simple library for storing Scrapy Items in sqlite." # quote from github
url="https://github.com/ownport/scrapy-dblite"
arch="noarch"
license="BSD" # 2 clause license http://opensource.org/licenses/BSD-2-Clause
license="BSD" # 2 clause license https://opensource.org/licenses/BSD-2-Clause
depends="python2"
depends_dev=""
makedepends="python2-dev"

View file

@ -3,9 +3,9 @@
pkgname=py-sphinxcontrib-cartouche
_pkgname=cartouche
pkgver=1.1
pkgrel=0
pkgrel=1
pkgdesc="Sphinx cartouche extension"
url="http://code.google.com/p/cartouche/"
url="https://code.google.com/p/cartouche/"
arch="noarch"
license="BSD"
depends="python2 py-sphinx"

View file

@ -3,9 +3,9 @@
pkgname=py-sqlalchemy-utils
_pkgname=SQLAlchemy-Utils
pkgver=0.32.12
pkgrel=1
pkgrel=2
pkgdesc="A provider for custom data types and various utility functions for SQLAlchemy"
url="http://sqlalchemy-utils.readthedocs.io/"
url="https://sqlalchemy-utils.readthedocs.io/"
arch="noarch"
license="BSD"
depends="py-anyjson py-babel py-arrow py-intervals py-phonenumbers py-passlib py-colour

View file

@ -2,9 +2,9 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=py-tinycss
pkgver=0.3
pkgrel=0
pkgrel=1
pkgdesc="tiny CSS parser for python"
url="http://pythonhosted.org/tinycss"
url="https://pythonhosted.org/tinycss"
arch="all"
license="BSD"
depends="python2"

View file

@ -3,9 +3,9 @@
pkgname=py-vatnumber
_pkgname=vatnumber
pkgver=1.2
pkgrel=0
pkgrel=1
pkgdesc="A Python module to validate VAT numbers"
url="http://code.google.com/p/vatnumber/"
url="https://code.google.com/p/vatnumber/"
arch="noarch"
license="GPL-3.0-or-later"
depends="python2"

Some files were not shown because too many files have changed in this diff Show more