diff options
-rw-r--r-- | asp32/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asp32/PKGBUILD b/asp32/PKGBUILD index 319816688..492eef012 100644 --- a/asp32/PKGBUILD +++ b/asp32/PKGBUILD @@ -4,7 +4,7 @@ # repo: releng pkgname=asp32 -pkgver=0.5 +pkgver=0.5.1 pkgrel=1 pkgdesc="Arch Linux build source file management tool" arch=(any) @@ -13,7 +13,7 @@ license=(MIT) depends=(awk bash jq git libarchive) makedepends=(asciidoc) conflicts=('asp') -source=("git+https://git.archlinux32.org/archlinux32/${pkgname}#tag=${pkgver}") +source=("git+https://git.archlinux32.org/${pkgname}#tag=${pkgver}") sha512sums=('SKIP') validpgpkeys=('DE9F7688CACF04FEB81A6C590AEEC90755DA7B5A') |