summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba4192e3139a..869679f90701 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
# Generated by mksrcinfo v8
-# Sun May 7 05:37:02 UTC 2017
+# Sat Nov 23 10:57:59 UTC 2019
pkgbase = fontweak
pkgdesc = GUI front-end of fontconfig
pkgver = 1.3.1
- pkgrel = 1
+ pkgrel = 6
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..6fc6a9f4cb07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer: Shengyu Zhang <lastavengers at archlinuxcn dot org>
+# Maintainer: Shengyu Zhang <la@archlinuxcn.org>
# Contributor: Guo Yunhe <guoyunhebrave@gmail.com>
pkgname=fontweak
pkgver=1.3.1
-pkgrel=1
+pkgrel=6
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=()
@@ -16,7 +16,6 @@ conflicts=()
replaces=()
backup=()
options=()
-install=()
changelog=
source=("https://github.com/guoyunhe/${pkgname}/archive/v1.3.1/${pkgname}-${pkgver}.tar.gz")
noextract=()