summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2021-01-06 00:34:56 +0100
committerMartin T. H. Sandsmark2021-01-06 00:34:56 +0100
commitb166f256247cfff9075c354ec1879e842e1fab7b (patch)
treeaf68c61b4f0ea16933cfe05bbad19c23a8f818ab /PKGBUILD
parentda95dc15ec35c5de1be8dddaec1b1ee6374419bf (diff)
downloadaur-b166f256247cfff9075c354ec1879e842e1fab7b.tar.gz
fix dependencies and stuff
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99a4193e7e45..d16066a89b22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,19 @@
_module=libs
pkgname=kde2-kde${_module}-git
-pkgver=2.2.2.r23846.c22d02e13
+pkgver=2.2.2.r23932.3d11ab03a
pkgrel=1
pkgdesc="Historical copy of the $_module module of KDE 2, adapted to compile on modern systems"
arch=(i686 x86_64)
url="https://github.com/sandsmark/kde${_module}"
license=("GPL2")
groups=(kde2)
-depends=(qt2-git)
+depends=(qt2 audiofile libxslt python libtool hicolor-icon-theme)
+optdepends=('java: Java support')
makedepends=(cmake git)
provides=(kde2-kde${_module})
conflicts=(kde2-kde${_module})
+options+=(libtool)
# Mirror
source=("git+https://github.com/sandsmark/kde${_module}.git")