summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRains2016-06-17 11:06:01 +0800
committerRains2016-06-17 11:06:15 +0800
commit1cbce14b8a4eb5de7657914a5674d094d565e7b5 (patch)
treef05baf08085f2d62910e25f6377bf0c3d7d54b5f /PKGBUILD
parenta65b02a9086f3dfb892c124dc7bc460c55de2d42 (diff)
downloadaur-1cbce14b8a4eb5de7657914a5674d094d565e7b5.tar.gz
fix path issue and add makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 01dd49a094a6..aa1dc2534a8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
pkgname=ttf-wps-fonts
pkgver=1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Symbol fonts required by wps-office."
arch=(any)
depends=(fontconfig xorg-font-utils)
+makedepends=(git)
source=($pkgname::git+https://github.com/wayne-hartmann/ttf-wps-fonts.git)
install=$pkgname.install
md5sums=('SKIP')