diff --git a/pkg/de-p1st-repo/PKGBUILD b/pkg/de-p1st-repo/PKGBUILD index 723a784..27fdd20 100644 --- a/pkg/de-p1st-repo/PKGBUILD +++ b/pkg/de-p1st-repo/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=repo _reponame=arch pkgname="de-p1st-$_pkgname" -pkgver=0.2.12 +pkgver=0.2.13 pkgrel=1 pkgdesc="Bash script to manage remote Arch Linux repository" arch=('any') diff --git a/pkg/de-p1st-repo/arch-repo-vercmp.sh b/pkg/de-p1st-repo/arch-repo-vercmp.sh index 01994fd..bc39878 100644 --- a/pkg/de-p1st-repo/arch-repo-vercmp.sh +++ b/pkg/de-p1st-repo/arch-repo-vercmp.sh @@ -41,7 +41,8 @@ function get_vcs_packages(){ # https://wiki.archlinux.org/title/VCS_package_guidelines#VCS_sources # 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 PKGNAME=$(first_word "${PKG_VER}") || return $?