Skip to content

Commit

Permalink
Add some github URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 21, 2024
1 parent 8fb7bd7 commit 3692185
Show file tree
Hide file tree
Showing 60 changed files with 60 additions and 0 deletions.
1 change: 1 addition & 0 deletions asciidoc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pkgrel=3
pkgdesc='Text document format for short documents, articles, books and UNIX man pages.'
arch=('any')
url='https://asciidoc.org/'
msys2_repository_url="https://github.com/asciidoc-py/asciidoc-py"
license=('GPL')
depends=('python' 'libxslt' 'docbook-xsl')
makedepends=(
Expand Down
1 change: 1 addition & 0 deletions breezy/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pkgrel=3
pkgdesc='A decentralized revision control system with support for Bazaar and Git file formats'
arch=('i686' 'x86_64')
url='https://www.breezy-vcs.org/'
msys2_repository_url="https://github.com/breezy-team/breezy"
license=('GPL2')
groups=('VCS')
depends=('python-configobj'
Expand Down
1 change: 1 addition & 0 deletions ccache/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="A compiler cache (mingw-w64)"
arch=('i686' 'x86_64')
url="https://ccache.samba.org/"
msys2_repository_url="https://github.com/ccache/ccache"
license=("spdx:GPL-3.0-or-later")
replaces=("${pkgname}-git")
makedepends=("cmake"
Expand Down
1 change: 1 addition & 0 deletions cmatrix/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pkgrel=1
pkgdesc="A curses-based scrolling 'Matrix'-like screen"
arch=('i686' 'x86_64')
url="http://www.asty.org/cmatrix/"
msys2_repository_url="https://github.com/abishekvashok/cmatrix"
license=('spdx:GPL-3.0-or-later')
depends=('ncurses')
makedepends=('ncurses-devel' 'make' 'autotools' 'gcc')
Expand Down
1 change: 1 addition & 0 deletions colordiff/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pkgver=1.0.21
pkgrel=1
pkgdesc='Diff wrapper with pretty syntax highlighting'
url='https://www.colordiff.org/'
msys2_repository_url="https://github.com/daveewart/colordiff"
license=('GPL2')
arch=('any')
depends=('diffutils' 'perl')
Expand Down
1 change: 1 addition & 0 deletions curl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="Multi-protocol file transfer utility"
arch=('i686' 'x86_64')
url="https://curl.haxx.se"
msys2_repository_url="https://github.com/curl/curl"
license=('spdx:MIT')
depends=('ca-certificates')
makedepends=('brotli-devel' 'heimdal-devel' 'libidn2-devel' 'autotools'
Expand Down
1 change: 1 addition & 0 deletions cyrus-sasl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgrel=3
pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library"
arch=('i686' 'x86_64')
url="https://www.cyrusimap.org/sasl/"
msys2_repository_url="https://github.com/cyrusimap/cyrus-sasl"
license=('custom')
groups=('sys-utils')
makedepends=('heimdal-devel' 'openssl-devel' 'libsqlite-devel' 'libxcrypt-devel' 'libserf-devel' 'autotools' 'gcc')
Expand Down
1 change: 1 addition & 0 deletions cython/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pkgrel=1
pkgdesc='C-Extensions for Python'
arch=('i686' 'x86_64')
url='https://cython.org/'
msys2_repository_url="https://github.com/cython/cython"
license=('spdx:Apache-2.0')
depends=('python')
conflicts=('cython0')
Expand Down
1 change: 1 addition & 0 deletions cython0/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pkgrel=1
pkgdesc='C-Extensions for Python'
arch=('i686' 'x86_64')
url='https://cython.org/'
msys2_repository_url="https://github.com/cython/cython"
license=('spdx:Apache-2.0')
depends=('python')
conflicts=('cython')
Expand Down
1 change: 1 addition & 0 deletions docbook-xsl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgdesc='XML stylesheets for Docbook-xml transformations'
arch=('any')
license=('custom')
url='https://docbook.sourceforge.io/'
msys2_repository_url="https://github.com/docbook/xslt10-stylesheets"
depends=('libxml2' 'libxslt' 'docbook-xml')
install="$pkgname.install"
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/docbook/xslt10-stylesheets/releases/download/release%2F$pkgver/${pkgname}-nons-${pkgver}.tar.gz)
Expand Down
1 change: 1 addition & 0 deletions doxygen/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="A documentation system for C++, C, Java, IDL and PHP"
arch=('i686' 'x86_64')
url="http://www.doxygen.org/"
msys2_repository_url="https://github.com/doxygen/doxygen"
license=('GPL')
depends=("gcc-libs" "libsqlite" "libiconv")
makedepends=("cmake" "ninja" "flex" "python" "libsqlite-devel" "libiconv-devel" 'gcc')
Expand Down
1 change: 1 addition & 0 deletions etc-update/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pkgver=2.3.99
pkgrel=1
arch=('any')
url="https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update"
msys2_repository_url="https://github.com/gentoo/portage"
license=('GPL')
depends=('bash' 'diffutils')
optdepends=('dialog: for the menu mode (not automode)')
Expand Down
1 change: 1 addition & 0 deletions expat/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="An XML parser library"
arch=('i686' 'x86_64')
url="https://libexpat.github.io/"
msys2_repository_url="https://github.com/libexpat/libexpat"
license=('spdx:MIT')
makedepends=('autotools' 'gcc')
source=(https://github.com/libexpat/libexpat/releases/download/R_${pkgver//./_}/${pkgname}-${pkgver}.tar.xz{,.asc})
Expand Down
1 change: 1 addition & 0 deletions fcode-utils/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="The OpenBIOS FCODE suite"
arch=('i686' 'x86_64')
url="https://www.openbios.org/"
msys2_repository_url="https://github.com/openbios/fcode-utils"
license=('GPL2')
makedepends=('make' 'gcc')
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/openbios/fcode-utils/archive/v${pkgver}.tar.gz")
Expand Down
1 change: 1 addition & 0 deletions fish/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ epoch=
pkgdesc='Smart and user friendly shell intended mostly for interactive use'
arch=('i686' 'x86_64')
url="https://fishshell.com/"
msys2_repository_url="https://github.com/fish-shell/fish-shell"
license=('GPL2')
groups=()
depends=('bc' 'gcc-libs' 'gettext' 'libiconv' 'libpcre2_16' 'man-db' 'ncurses')
Expand Down
1 change: 1 addition & 0 deletions gc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pkgdesc="A garbage collector for C and C++"
arch=('i686' 'x86_64')
groups=('libraries')
url="https://www.hboehm.info/gc/"
msys2_repository_url="https://github.com/ivmai/bdwgc"
license=('MIT')
makedepends=('autotools' 'gcc')
source=("https://github.com/ivmai/bdwgc/releases/download/v${pkgver}/${pkgbase}-${pkgver}.tar.gz")
Expand Down
1 change: 1 addition & 0 deletions heimdal/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgrel=4
pkgdesc="Implementation of Kerberos V5 libraries"
arch=('i686' 'x86_64')
url="https://www.h5l.org/"
msys2_repository_url="https://github.com/heimdal/heimdal"
license=('custom')
makedepends=('libdb-devel' 'libxcrypt-devel' 'libedit-devel' 'libsqlite-devel' 'openssl-devel' 'perl-JSON' 'python' 'autotools' 'gcc') #libldap-devel
options=('!libtool' '!emptydirs' 'staticlibs')
Expand Down
1 change: 1 addition & 0 deletions icu/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="International Components for Unicode library"
arch=('i686' 'x86_64')
url="https://icu.unicode.org"
msys2_repository_url="https://github.com/unicode-org/icu"
license=('spdx:ICU')
depends=('gcc-libs' 'sh')
makedepends=('autoconf-archive' 'autotools' 'gcc')
Expand Down
1 change: 1 addition & 0 deletions irssi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ pkgrel=2
pkgdesc="Modular text mode IRC client with Perl scripting"
arch=('i686' 'x86_64')
url="https://irssi.org/"
msys2_repository_url="https://github.com/irssi/irssi"
license=('spdx:GPL-2.0-or-later')
depends=('openssl' 'gettext' 'perl' 'ncurses' 'glib2')
makedepends=('gettext-devel' 'glib2-devel' 'openssl-devel' 'perl-devel' 'ncurses-devel' 'pcre-devel' 'elinks' 'autotools' 'gcc')
Expand Down
1 change: 1 addition & 0 deletions jansson/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgrel=1
pkgdesc='C library for encoding, decoding and manipulating JSON data'
arch=('i686' 'x86_64')
url='https://www.digip.org/jansson/'
msys2_repository_url="https://github.com/akheron/jansson"
license=('MIT')
makedepends=('autotools' 'gcc')
options=('staticlibs')
Expand Down
1 change: 1 addition & 0 deletions less/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgdesc="A terminal based program for viewing text files"
license=('GPL3')
arch=('i686' 'x86_64')
url="http://www.greenwoodsoftware.com/less"
msys2_repository_url="https://github.com/gwsw/less"
depends=('ncurses' 'libpcre2_8')
makedepends=('ncurses-devel' 'pcre2-devel' 'autotools' 'gcc' 'groff')
source=("https://github.com/gwsw/${pkgname}/archive/refs/tags/v${pkgver}.tar.gz")
Expand Down
1 change: 1 addition & 0 deletions libarchive/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="Multi-format archive and compression library"
arch=('i686' 'x86_64')
url="https://libarchive.org/"
msys2_repository_url="https://github.com/libarchive/libarchive"
license=('BSD')
groups=('libraries')
depends=('gcc-libs' 'libbz2' 'libiconv' 'libexpat' 'liblzma' 'liblz4' 'libopenssl' 'libzstd' 'zlib')
Expand Down
1 change: 1 addition & 0 deletions libevent/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pkgrel=4
pkgdesc="An event notification library"
arch=('i686' 'x86_64')
url="https://libevent.org/"
msys2_repository_url="https://github.com/libevent/libevent"
license=('spdx:BSD-3-Clause')
makedepends=('openssl-devel' 'autotools' 'gcc')
source=("https://github.com/${pkgname}/${pkgname}/releases/download/release-${pkgver}-stable/${pkgname}-${pkgver}-stable.tar.gz"{,.asc}
Expand Down
1 change: 1 addition & 0 deletions libffi/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="Portable, high level programming interface to various calling conventions"
arch=('i686' 'x86_64')
url="https://sourceware.org/libffi/"
msys2_repository_url="https://github.com/libffi/libffi"
groups=('libraries')
license=('MIT')
depends=()
Expand Down
1 change: 1 addition & 0 deletions libqrencode/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ conflicts=(${pkgbase}-git)
replaces=(${pkgbase}-git)
arch=('i686' 'x86_64')
url='https://fukuchi.org/works/qrencode/'
msys2_repository_url="https://github.com/fukuchi/libqrencode"
license=('LGPL')
makedepends=('gcc' 'autotools' 'libiconv-devel')
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/fukuchi/libqrencode/archive/v${pkgver}.tar.gz")
Expand Down
1 change: 1 addition & 0 deletions libtre-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ epoch=
pkgdesc="The free and portable approximate regex matching library (libraries)"
arch=("i686" "x86_64")
url="https://laurikari.net/tre/"
msys2_repository_url="https://github.com/laurikari/tre"
license=('BSD')
groups=('libraries')
depends=("gettext" "libiconv" "libintl")
Expand Down
1 change: 1 addition & 0 deletions lz4/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgdesc='Very fast lossless compression algorithm'
arch=('i686' 'x86_64')
makedepends=('make' 'gcc')
url='https://lz4.github.io/lz4/'
msys2_repository_url="https://github.com/lz4/lz4"
license=('LGPL')
source=(lz4-${pkgver}.tar.gz::"https://github.com/lz4/lz4/archive/v${pkgver}.tar.gz")
sha256sums=('0b0e3aa07c8c063ddf40b082bdf7e37a1562bda40a0ff5272957f3e987e0e54b')
Expand Down
1 change: 1 addition & 0 deletions mc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pkgrel=1
pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander"
arch=('i686' 'x86_64')
url="https://www.midnight-commander.org/"
msys2_repository_url="https://github.com/MidnightCommander/mc"
license=('GPL')
depends=('glib2'
'libssh2')
Expand Down
1 change: 1 addition & 0 deletions meson/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pkgrel=1
pkgdesc='High-productivity build system'
arch=('any')
url="https://mesonbuild.com/"
msys2_repository_url="https://github.com/mesonbuild/meson"
license=('spdx:Apache-2.0')
depends=('python' 'ninja')
makedepends=(
Expand Down
1 change: 1 addition & 0 deletions mintty/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ license=('spdx:GPL-3.0-or-later')
depends=('sh')
makedepends=('gcc')
url="https://mintty.github.io"
msys2_repository_url="https://github.com/mintty/mintty"
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mintty/mintty/archive/${pkgver}.tar.gz
"001-default-size.patch")
sha256sums=('3a0f5f47136a5035a8fa7b5d8cd0388703d1e129efbd1e8a12d9879da3c8b2e2'
Expand Down
1 change: 1 addition & 0 deletions mosh/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pkgrel=6
pkgdesc="Mobile shell, surviving disconnects with local echo and line editing"
arch=('i686' 'x86_64')
url='https://mosh.org/'
msys2_repository_url="https://github.com/mobile-shell/mosh"
groups=('net-utils')
license=('spdx:GPL-3.0-or-later')
depends=('protobuf' 'ncurses' 'zlib' 'libopenssl' 'openssh' 'perl')
Expand Down
1 change: 1 addition & 0 deletions msgpack-c/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="MessagePack implementation for C"
arch=('i686' 'x86_64')
url="https://msgpack.org"
msys2_repository_url="https://github.com/msgpack/msgpack-c"
license=('Boost')
makedepends=('cmake' 'gcc' 'make')
source=("https://github.com/msgpack/msgpack-c/releases/download/c-${pkgver}/${pkgbase}-${pkgver}.tar.gz")
Expand Down
1 change: 1 addition & 0 deletions ninja/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ _descr="Ninja is a small build system with a focus on speed"
pkgdesc="${_descr}"
arch=('i686' 'x86_64')
url="https://ninja-build.org"
msys2_repository_url="https://github.com/ninja-build/ninja"
license=('Apache')
depends=()
options=('strip' 'staticlibs')
Expand Down
1 change: 1 addition & 0 deletions p11-kit/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pkgrel=1
pkgdesc="Library to work with PKCS#11 modules"
arch=('i686' 'x86_64')
url="https://p11-glue.freedesktop.org/p11-kit.html"
msys2_repository_url="https://github.com/p11-glue/p11-kit"
license=('BSD')
makedepends=('bash-completion'
'gtk-doc'
Expand Down
1 change: 1 addition & 0 deletions pcre2/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="A library that implements Perl 5-style regular expressions"
arch=('i686' 'x86_64')
url="https://www.pcre.org/"
msys2_repository_url="https://github.com/PCRE2Project/pcre2"
license=('BSD')
makedepends=('libreadline-devel' 'libbz2-devel' 'zlib-devel' 'autotools' 'gcc')
source=(https://github.com/PCRE2Project/pcre2/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.bz2{,.sig})
Expand Down
1 change: 1 addition & 0 deletions po4a/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgrel=1
pkgdesc="Tools for helping translation of documentation"
arch=('any')
url="https://po4a.org/"
msys2_repository_url="https://github.com/mquinson/po4a"
license=('GPL')
depends=("perl" "gettext" 'perl-YAML-Tiny' 'perl-Text-WrapI18N'
'perl-Locale-Gettext' 'perl-TermReadKey' 'perl-sgmls'
Expand Down
1 change: 1 addition & 0 deletions protobuf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgrel=3
pkgdesc="Protocol Buffers - Google's data interchange format"
arch=('i686' 'x86_64')
url='https://developers.google.com/protocol-buffers/'
msys2_repository_url="https://github.com/protocolbuffers/protobuf"
groups=('libraries')
license=('spdx:BSD-3-Clause')
depends=('gcc-libs' 'zlib')
Expand Down
1 change: 1 addition & 0 deletions python-beaker/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pkgdesc="Caching and sessions WSGI middleware for use with web applications and
arch=('any')
license=('PSF')
url="https://beaker.readthedocs.org"
msys2_repository_url="https://github.com/bbangert/beaker"
depends=("python")
makedepends=(
"python-setuptools"
Expand Down
1 change: 1 addition & 0 deletions python-jinja/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pkgdesc='A simple pythonic template language written in Python'
arch=('i686' 'x86_64')
license=('spdx:BSD-3-Clause')
url='http://jinja.pocoo.org/'
msys2_repository_url="https://github.com/pallets/jinja"
depends=('python-markupsafe')
makedepends=(
"python-setuptools"
Expand Down
1 change: 1 addition & 0 deletions python-lxml/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pkgrel=1
pkgdesc="Python binding for the libxml2 and libxslt libraries"
arch=('any')
url="https://lxml.de/"
msys2_repository_url="https://github.com/lxml/lxml"
license=('spdx:BSD-3-Clause')
depends=("python" "libxslt" "libxml2")
makedepends=(
Expand Down
1 change: 1 addition & 0 deletions python-mallard-ducktype/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pkgrel=4
pkgdesc="Parser for the lightweight Ducktype syntax for Mallard"
arch=('any')
url="http://projectmallard.org/"
msys2_repository_url="https://github.com/projectmallard/mallard-ducktype"
license=('spdx:MIT')
depends=("python")
makedepends=(
Expand Down
1 change: 1 addition & 0 deletions python-pbr/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pkgrel=1
pkgdesc="Python Build Reasonableness"
arch=('any')
url='https://pypi.python.org/pypi/pbr'
msys2_repository_url="https://github.com/openstack-dev/pbr"
license=('spdx:Apache-2.0')
depends=('python-setuptools')
makedepends=(
Expand Down
1 change: 1 addition & 0 deletions python-pip/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgver=23.3.2
pkgrel=1
pkgdesc="The PyPA recommended tool for installing Python packages"
url="https://pip.pypa.io/"
msys2_repository_url="https://github.com/pypa/pip"
arch=('any')
license=('spdx:MIT')
depends=(
Expand Down
1 change: 1 addition & 0 deletions python-pytest/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pkgdesc="Simple powerful testing with Python"
arch=('any')
license=('MIT')
url="https://pytest.org/"
msys2_repository_url="https://github.com/pytest-dev/pytest"
depends=('python'
'python-attrs'
'python-pluggy'
Expand Down
1 change: 1 addition & 0 deletions python-setuptools/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages
arch=('any')
license=('PSF')
url="https://pypi.python.org/pypi/setuptools"
msys2_repository_url="https://github.com/pypa/setuptools"
depends=('python')
makedepends=(
"python-wheel"
Expand Down
1 change: 1 addition & 0 deletions re2c/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgrel=2
arch=('i686' 'x86_64')
pkgdesc='A tool for generating C-based recognizers from regular expressions'
url='https://re2c.org/'
msys2_repository_url="https://github.com/skvadrik/re2c"
license=('public domain')
depends=('gcc-libs')
makedepends=('cmake' 'gcc' 'python')
Expand Down
1 change: 1 addition & 0 deletions rhash/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pkgver=1.4.3
pkgrel=1
pkgdesc='Utility for verifying hash sums of files'
url='https://sourceforge.net/projects/rhash/'
msys2_repository_url="https://github.com/rhash/RHash"
license=('custom' 'MIT')
arch=('i686' 'x86_64')
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/rhash/RHash/archive/v${pkgver}.tar.gz
Expand Down
1 change: 1 addition & 0 deletions shellspec/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pkgver=0.28.1
pkgrel=1
pkgdesc='BDD style unit testing framework for POSIX compliant shell script'
url='https://shellspec.info'
msys2_repository_url="https://github.com/shellspec/shellspec"
license=('MIT')

arch=('any')
Expand Down
1 change: 1 addition & 0 deletions task/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ pkgrel=2
pkgdesc="A command-line todo list manager"
arch=('i686' 'x86_64')
url="https://taskwarrior.org/"
msys2_repository_url="https://github.com/GothenburgBitFactory/taskwarrior"
license=("MIT")
depends=("gcc-libs"
"libgnutls"
Expand Down
1 change: 1 addition & 0 deletions tig/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pkgdesc='Text-mode interface for Git'
depends=('git' 'libreadline' 'ncurses')
makedepends=('asciidoc' 'xmlto' 'libreadline-devel' 'ncurses-devel' 'libiconv-devel' 'autotools' 'gcc')
url='https://jonas.github.io/tig/'
msys2_repository_url="https://github.com/jonas/tig"
license=('GPL')
arch=('i686' 'x86_64')
backup=('etc/tigrc')
Expand Down
Loading

0 comments on commit 3692185

Please sign in to comment.