[arch-commits] Commit in okteta/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Oct 13 09:49:42 UTC 2019
Date: Sunday, October 13, 2019 @ 09:49:42
Author: arojas
Revision: 364783
Add explicit qt5-script dependency (no longer provided by kio)
Modified:
okteta/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-13 09:42:17 UTC (rev 364782)
+++ PKGBUILD 2019-10-13 09:49:42 UTC (rev 364783)
@@ -4,13 +4,13 @@
pkgname=okteta
pkgver=0.26.2
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='KDE hex editor for viewing and editing the raw data of files'
url='https://kde.org/applications/utilities/okteta/'
arch=(x86_64)
license=(GPL LGPL FDL)
-depends=(kcmutils kparts knewstuff qca hicolor-icon-theme)
+depends=(kcmutils kparts knewstuff qca qt5-script hicolor-icon-theme)
makedepends=(extra-cmake-modules kdoctools qt5-tools)
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
sha256sums=('bb8d819af1d2d7ebb286542918985afcd1937f0ec6172180ff5b1acc5383684c'
More information about the arch-commits
mailing list