Update devtools-custom to 20210202

This commit is contained in:
Martchus 2021-02-20 18:52:19 +01:00
parent 6b6079b3ec
commit 759b785153
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# Maintainer: Pierre Schmitz <pierre@archlinux.de> # Maintainer of regular devtools package: Pierre Schmitz <pierre@archlinux.de>
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org> # ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
# - patches to fix issues with how we use the tools # - patches to fix issues with how we use the tools
@ -8,7 +8,7 @@
pkgname=devtools-custom pkgname=devtools-custom
_pkgname=devtools _pkgname=devtools
pkgver=20191227 pkgver=20210202
pkgrel=1 pkgrel=1
pkgdesc='Tools for Arch Linux package maintainers (patches from ALARM and custom ones)' pkgdesc='Tools for Arch Linux package maintainers (patches from ALARM and custom ones)'
arch=('any') arch=('any')
@ -16,8 +16,8 @@ license=('GPL')
url='https://martchus.no-ip.biz/gitea/Martchus/devtools/src/branch/custom' url='https://martchus.no-ip.biz/gitea/Martchus/devtools/src/branch/custom'
conflicts=('devtools' 'devtools-alarm') conflicts=('devtools' 'devtools-alarm')
provides=('devtools' 'devtools-alarm') provides=('devtools' 'devtools-alarm')
depends=('namcap' 'openssh' 'subversion' 'rsync' 'arch-install-scripts' depends=('bash' 'openssh' 'subversion' 'rsync' 'arch-install-scripts'
'git' 'bzr' 'mercurial' 'diffutils') 'git' 'bzr' 'mercurial' 'diffutils' 'util-linux' 'awk')
makedepends=('asciidoc') makedepends=('asciidoc')
optdepends=('btrfs-progs: btrfs support') optdepends=('btrfs-progs: btrfs support')
source=("git+https://martchus.no-ip.biz/gitea/Martchus/$_pkgname.git#branch=custom-$pkgver") source=("git+https://martchus.no-ip.biz/gitea/Martchus/$_pkgname.git#branch=custom-$pkgver")