summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBuildTools2017-08-03 02:53:48 -0700
committerBuildTools2017-08-03 02:53:48 -0700
commit55d802da6712df4ef5673976d28aad4fefe02d46 (patch)
tree8e10c148a7ddd35d7d9c995b74e067c2d6a4db38
parentefe6e6e9e433d1859d7b9a96518823a060113fd0 (diff)
downloadaur-55d802da6712df4ef5673976d28aad4fefe02d46.tar.gz
gperf makedep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc9f76e8ae5d..55707ff397f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Jul 30 07:15:50 UTC 2017
+# Thu Aug 3 09:53:34 UTC 2017
pkgbase = mingw-w64-kcodecs
pkgdesc = Provide a collection of methods to manipulate strings using various encodings (mingw-w64)
pkgver = 5.36.0
@@ -10,6 +10,7 @@ pkgbase = mingw-w64-kcodecs
license = LGPL
makedepends = mingw-w64-extra-cmake-modules
makedepends = mingw-w64-qt5-tools
+ makedepends = gperf
depends = mingw-w64-qt5-base
options = staticlibs
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 3fea74fdcff1..03ddd1c22ad4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Provide a collection of methods to manipulate strings using various enc
license=("LGPL")
depends=(mingw-w64-qt5-base)
groups=(mingw-w64-kf5)
-makedepends=(mingw-w64-extra-cmake-modules mingw-w64-qt5-tools)
+makedepends=(mingw-w64-extra-cmake-modules mingw-w64-qt5-tools gperf)
options=(staticlibs !strip !buildflags)
url="https://community.kde.org/Frameworks"
source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/kcodecs-${pkgver}.tar.xz"{,.sig})