diff options
-rw-r--r-- | extra/archboot/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/archboot/PKGBUILD b/extra/archboot/PKGBUILD index fa8ba7de..7117c36f 100644 --- a/extra/archboot/PKGBUILD +++ b/extra/archboot/PKGBUILD @@ -1,4 +1,5 @@ -source=("https://git.archlinux.org/archboot.git/snapshot/${pkgname}-${pkgver}-${pkgrel%.*}.tar.xz") +#source=("https://git.archlinux.org/archboot.git/snapshot/${pkgname}-${pkgver}-${pkgrel%.*}.tar.xz") +source=(https://gitlab.archlinux.org/tpowa/${pkgname}/-/archive/${pkgver}-${pkgrel}/${pkgname}-${pkgver}-${pkgrel}.tar.gz) eval "$( declare -f package | \ sed ' |