extra-cmake-modules: update ver

This commit is contained in:
Ella-0 2021-07-31 09:40:18 +00:00
parent 8e4455111a
commit 87a0c74418
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
pkgname=extra-cmake-modules
pkgver=5.82.0
_ver_maj_min=5.82
pkgver=$_ver_maj_min.0
fetch() {
curl -L "https://download.kde.org/stable/frameworks/5.81/extra-cmake-modules-5.81.0.tar.xz" -o $pkgname-$pkgver.tar.xz
curl -L "https://download.kde.org/stable/frameworks/$_ver_maj_min/extra-cmake-modules-$pkgver.tar.xz" -o $pkgname-$pkgver.tar.xz
tar -xf $pkgname-$pkgver.tar.xz
mkdir $pkgname-$pkgver/build
}