Added missing pkgver definition (#1697)
This commit is contained in:
parent
4429b3897c
commit
4f539a1931
4
PKGBUILD
4
PKGBUILD
|
|
@ -4,7 +4,7 @@
|
||||||
# Contributor: demostanis worlds <demostanis@protonmail.com>
|
# Contributor: demostanis worlds <demostanis@protonmail.com>
|
||||||
|
|
||||||
pkgname=archinstall
|
pkgname=archinstall
|
||||||
#pkgver=2.5.4
|
pkgver=2.5.4
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="Just another guided/automated Arch Linux installer with a twist"
|
pkgdesc="Just another guided/automated Arch Linux installer with a twist"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
|
@ -13,7 +13,7 @@ license=(GPL3)
|
||||||
depends=(python systemd)
|
depends=(python systemd)
|
||||||
makedepends=(python-build python-installer python-setuptools python-sphinx python-wheel)
|
makedepends=(python-build python-installer python-setuptools python-sphinx python-wheel)
|
||||||
provides=(python-archinstall)
|
provides=(python-archinstall)
|
||||||
conflicts=(python-archinstall)
|
conflicts=(python-archinstall archinstall-git)
|
||||||
replaces=(python-archinstall)
|
replaces=(python-archinstall)
|
||||||
source=(
|
source=(
|
||||||
$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz
|
$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue