summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2016-12-30 15:56:59 -0800
committerSchala2016-12-30 15:56:59 -0800
commit24e561d9f99ff89393038ed070ee456d57e318d6 (patch)
treee846afa3bf949915aba75c85ee0dab0808e53d45
parent05307d089cdeefa9bc864cca09f7d228231c0760 (diff)
downloadaur-24e561d9f99ff89393038ed070ee456d57e318d6.tar.gz
5.29
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD5
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0b12d1eaf78..e05e2bd6cb5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 20 20:48:17 UTC 2016
+# Fri Dec 30 23:56:47 UTC 2016
pkgbase = mingw-w64-kconfig
pkgdesc = Configuration system (mingw-w64)
- pkgver = 5.23.0
+ pkgver = 5.29.0
pkgrel = 1
url = https://projects.kde.org/projects/frameworks/kconfig
arch = any
@@ -17,8 +17,8 @@ pkgbase = mingw-w64-kconfig
options = staticlibs
options = !strip
options = !buildflags
- source = http://download.kde.org/stable/frameworks/5.23/kconfig-5.23.0.tar.xz
- md5sums = 2b822e9e4549fd2deffc23468af461e1
+ source = http://download.kde.org/stable/frameworks/5.29/kconfig-5.29.0.tar.xz
+ md5sums = d9686ba5a3b1732236a3dcf3b7d1b4a4
pkgname = mingw-w64-kconfig
diff --git a/.gitignore b/.gitignore
index 436a59477780..d36132dce21e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
pkg/
src/
+*.log
*.tar
*.xz
diff --git a/PKGBUILD b/PKGBUILD
index a57144111afd..57c284805840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-kconfig
-pkgver=5.23.0
+pkgver=5.29.0
pkgrel=1
arch=(any)
pkgdesc="Configuration system (mingw-w64)"
@@ -11,7 +11,7 @@ options=(staticlibs !strip !buildflags)
optdepends=(wine "kconfig: needed for EXE workaround symlink")
url="https://projects.kde.org/projects/frameworks/kconfig"
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/kconfig-${pkgver}.tar.xz")
-md5sums=('2b822e9e4549fd2deffc23468af461e1')
+md5sums=('d9686ba5a3b1732236a3dcf3b7d1b4a4')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -40,6 +40,5 @@ package() {
ln -s "/usr/bin/kconfig_compiler" "$pkgdir/usr/${_arch}/bin/kconfig_compiler_kf5.exe"
find "$pkgdir/usr/${_arch}" -name '*.dll' -exec ${_arch}-strip --strip-unneeded {} \;
find "$pkgdir/usr/${_arch}" -name '*.a' -o -name '*.dll' | xargs ${_arch}-strip -g
- rm -rf "$pkgdir/usr/${_arch}/share"
done
}