summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2022-05-18 18:06:50 +0200
committerMartchus2022-05-18 18:06:50 +0200
commit3eb998068d80812348d4cb70f64989180ee8aba7 (patch)
tree7520ef13bd0439f7b527624f53ed82b8fd4bf94c
parent6c2d2447e5807d85b101461eab4e9620d44b79d1 (diff)
downloadaur-3eb998068d80812348d4cb70f64989180ee8aba7.tar.gz
Update to 5.94.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD16
2 files changed, 7 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ef5ed09a1f2..c932f5662403 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-extra-cmake-modules
pkgdesc = Extra modules and scripts for CMake (mingw-w64)
- pkgver = 5.76.0
+ pkgver = 5.94.0
pkgrel = 1
url = https://community.kde.org/Frameworks
arch = any
@@ -10,15 +10,12 @@ pkgbase = mingw-w64-extra-cmake-modules
options = staticlibs
options = !strip
options = !buildflags
- source = http://download.kde.org/stable/frameworks/5.76/extra-cmake-modules-5.76.0.tar.xz
- source = http://download.kde.org/stable/frameworks/5.76/extra-cmake-modules-5.76.0.tar.xz.sig
+ source = http://download.kde.org/stable/frameworks/5.94/extra-cmake-modules-5.94.0.tar.xz
+ source = http://download.kde.org/stable/frameworks/5.94/extra-cmake-modules-5.94.0.tar.xz.sig
source = set-AUTOSTATICPLUGINS.patch
source = 05aa27dc0e14dab407379a4d22f895e9eff13cc0.patch
validpgpkeys = 53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB
- sha256sums = 4845e9e0a43ba15158c0cfdc7ab594e7d02692fab9083201715270a096704a32
+ sha256sums = 23548a8ce2b998cfa675fc00112bf93914ee25194f0bfdf832d283c8d678d279
sha256sums = SKIP
- sha256sums = 30bdcedab402c69ea0db3460f5a23cbd226a5cd1e12b13926b8a65df773e14a0
- sha256sums = 7e44cf56a8274c8166eaf02e60c2d34e5048992a7e3c8309b998b762a394e909
pkgname = mingw-w64-extra-cmake-modules
-
diff --git a/PKGBUILD b/PKGBUILD
index 7faac5a9e07e..6763851cdc4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-extra-cmake-modules
-pkgver=5.76.0
+pkgver=5.94.0
pkgrel=1
arch=(any)
pkgdesc="Extra modules and scripts for CMake (mingw-w64)"
@@ -11,22 +11,12 @@ url="https://community.kde.org/Frameworks"
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/extra-cmake-modules-${pkgver}.tar.xz"{,.sig}
"set-AUTOSTATICPLUGINS.patch"
"05aa27dc0e14dab407379a4d22f895e9eff13cc0.patch")
-sha256sums=('4845e9e0a43ba15158c0cfdc7ab594e7d02692fab9083201715270a096704a32'
- 'SKIP'
- '30bdcedab402c69ea0db3460f5a23cbd226a5cd1e12b13926b8a65df773e14a0'
- '7e44cf56a8274c8166eaf02e60c2d34e5048992a7e3c8309b998b762a394e909')
+sha256sums=('23548a8ce2b998cfa675fc00112bf93914ee25194f0bfdf832d283c8d678d279'
+ 'SKIP')
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
-prepare() {
- cd extra-cmake-modules-$pkgver
-
- sed -e 's|/usr/bin/env python|/usr/bin/env python2|' -i find-modules/*.py
- patch -p1 -i "${srcdir}"/set-AUTOSTATICPLUGINS.patch
- patch -p1 -i "$srcdir"/05aa27dc0e14dab407379a4d22f895e9eff13cc0.patch
-}
-
build() {
cd extra-cmake-modules-$pkgver
for _arch in ${_architectures}; do