summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ff8f1b5e742..99eb75ca7d37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = wps-office-fonts
pkgdesc = The wps-office-fonts package contains Founder Chinese fonts
pkgver = 1.0
- pkgrel = 1
+ pkgrel = 2
url = http://wps-community.org/
arch = any
license = custom
depends = fontconfig
- depends = xorg-font-utils
+ depends = xorg-mkfontscale
source = https://github.com/Universebenzene/wps-office-fonts/archive/v1.0.tar.gz
sha256sums = db01fc07324115b181cb06f50dfe09fd17feee132c46423ee70b260830211224
diff --git a/.gitignore b/.gitignore
index a6dd5d6f6084..ba5cd64e549e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,6 @@ pkg
*.tar.gz
*.tar.bz2
*.part
-*.pkg.tar.xz
+*.pkg.tar.*
*.deb
*.log
diff --git a/PKGBUILD b/PKGBUILD
index 14d22ed86b82..1b842ee5fb58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=wps-office-fonts
pkgver=1.0
-pkgrel=1
+pkgrel=2
pkgdesc="The wps-office-fonts package contains Founder Chinese fonts"
arch=(any)
url="http://wps-community.org/"
license=(custom)
-depends=('fontconfig' 'xorg-font-utils')
+depends=('fontconfig' 'xorg-mkfontscale')
#source=("http://kdl.cc.ksosoft.com/wps-community/download/fonts/${pkgname}_${pkgver}_all.deb")
source=("https://github.com/Universebenzene/wps-office-fonts/archive/v${pkgver}.tar.gz")
sha256sums=('db01fc07324115b181cb06f50dfe09fd17feee132c46423ee70b260830211224')