[arch-commits] Commit in jadx/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Jun 29 09:52:22 UTC 2020


    Date: Monday, June 29, 2020 @ 09:52:18
  Author: andyrtr
Revision: 656064

upgpkg: jadx 1.1.0-2: remove transitional package xorg-font-utils / remove unneeded fontconfig and xorg-mkfontscale dependencies

Modified:
  jadx/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-29 09:51:51 UTC (rev 656063)
+++ PKGBUILD	2020-06-29 09:52:18 UTC (rev 656064)
@@ -3,12 +3,12 @@
 
 pkgname=jadx
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Command line and GUI tools to produce Java source code from Android Dex and APK files'
 url='https://github.com/skylot/jadx'
 arch=('any')
 license=('Apache')
-depends=('java-runtime=8' 'bash' 'fontconfig' 'xorg-font-utils')
+depends=('java-runtime=8' 'bash')
 makedepends=('java-environment=8' 'gradle')
 source=(https://github.com/skylot/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha256sums=('86136f831e1e7889c012ddb5b874a014e1db6d615c805a9c832ec54ef22e292c')



More information about the arch-commits mailing list