linux-pine64-pinetab2: use $pkgver in $_tags (MR 5299)
This is usually how it's done so you only need to change the pkgver in one place.
This commit is contained in:
parent
afb8bedc7f
commit
8a3ec1faa9
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ makedepends="
|
|||
"
|
||||
|
||||
# Source
|
||||
_tags="v6.9.3-danctnix1"
|
||||
_tags="v$pkgver-danctnix1"
|
||||
_config="config-$_flavor.$arch"
|
||||
source="
|
||||
$pkgname-$_tags.tar.gz::https://github.com/dreemurrs-embedded/linux-pinetab2/archive/$_tags.tar.gz
|
||||
|
|
Loading…
Reference in a new issue