summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShengyu Zhang2017-05-07 14:23:38 +0800
committerShengyu Zhang2017-05-07 14:23:38 +0800
commite026dd9bcba1de0b5ab1da00e48926b8dfd1fabb (patch)
tree74a8b257848b161bda5e97f46c48adef629b1fb2 /PKGBUILD
parentf686abc98147bdd65ef69769cb5748572b0b35a1 (diff)
downloadaur-e026dd9bcba1de0b5ab1da00e48926b8dfd1fabb.tar.gz
fontweak: remove sh dependence
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a463c0d2d7a..df6f990abd48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Contributor: Guo Yunhe <guoyunhebrave@gmail.com>
pkgname=fontweak
pkgver=1.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="GUI front-end of fontconfig"
arch=(any)
url="https://github.com/guoyunhe/fontweak"
license=('GPL3')
groups=()
-depends=('sh' 'java-runtime')
+depends=('java-runtime')
makedepends=('java-environment' 'apache-ant')
optdepends=()
provides=()