update de-p1st-repo

This commit is contained in:
Daniel Langbein 2022-05-15 13:45:51 +02:00
parent a30f7e0a74
commit cd0e0bf8e8
2 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
_pkgname=repo _pkgname=repo
_reponame=arch _reponame=arch
pkgname="de-p1st-$_pkgname" pkgname="de-p1st-$_pkgname"
pkgver=0.2.12 pkgver=0.2.13
pkgrel=1 pkgrel=1
pkgdesc="Bash script to manage remote Arch Linux repository" pkgdesc="Bash script to manage remote Arch Linux repository"
arch=('any') arch=('any')

View File

@ -41,7 +41,8 @@ function get_vcs_packages(){
# https://wiki.archlinux.org/title/VCS_package_guidelines#VCS_sources # https://wiki.archlinux.org/title/VCS_package_guidelines#VCS_sources
# https://github.com/AladW/aurutils/pull/283/files # https://github.com/AladW/aurutils/pull/283/files
readonly AURVCS='.*-(bzr|git|hg|svn)$' # https://man.archlinux.org/man/PKGBUILD.5#USING_VCS_SOURCES
readonly AURVCS='.*-(bzr|git|hg|svn|fossil)$'
while IFS= read -r PKG_VER; do while IFS= read -r PKG_VER; do
PKGNAME=$(first_word "${PKG_VER}") || return $? PKGNAME=$(first_word "${PKG_VER}") || return $?