aurutils: set AURUTILS_VERSION in build()

db18a28267
This commit is contained in:
Alad Wenter 2021-12-08 19:50:53 +01:00
parent 9158e1147c
commit 87a027974c

View file

@ -25,7 +25,7 @@ prepare() {
build() { build() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"
make make AURUTILS_VERSION="$pkgver"
} }
package() { package() {