summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShengyu Zhang2017-05-07 14:23:38 +0800
committerShengyu Zhang2017-05-07 14:23:38 +0800
commite026dd9bcba1de0b5ab1da00e48926b8dfd1fabb (patch)
tree74a8b257848b161bda5e97f46c48adef629b1fb2
parentf686abc98147bdd65ef69769cb5748572b0b35a1 (diff)
downloadaur-e026dd9bcba1de0b5ab1da00e48926b8dfd1fabb.tar.gz
fontweak: remove sh dependence
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba4192e3139a..eb0f7b9343bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
# Generated by mksrcinfo v8
-# Sun May 7 05:37:02 UTC 2017
+# Sun May 7 06:23:28 UTC 2017
pkgbase = fontweak
pkgdesc = GUI front-end of fontconfig
pkgver = 1.3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/guoyunhe/fontweak
arch = any
license = GPL3
makedepends = java-environment
makedepends = apache-ant
- depends = sh
depends = java-runtime
source = https://github.com/guoyunhe/fontweak/archive/v1.3.1/fontweak-1.3.1.tar.gz
sha256sums = 7ef6f68cbccfafc868017da8fdbb517963621db6c3133bcfdb107d372c42aef0
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=()