mirror of
https://codeberg.org/privacy1st/arch
synced 2024-12-23 01:16:04 +01:00
update de-p1st-repo
This commit is contained in:
parent
a30f7e0a74
commit
cd0e0bf8e8
@ -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')
|
||||||
|
@ -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 $?
|
||||||
|
Loading…
Reference in New Issue
Block a user