summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHsiu-Ming Chang2020-08-14 22:22:23 +0800
committerHsiu-Ming Chang2020-08-14 22:22:23 +0800
commit0352b961e55558750860ad947c1f924df7b992a9 (patch)
tree09e7882eb068d156aa1e52daf693489d5d7d7a95 /PKGBUILD
parent819c53ebacb2113104ac5131ee2e4189497d3b5b (diff)
downloadaur-0352b961e55558750860ad947c1f924df7b992a9.tar.gz
Fix pkgdesc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db5a11c6c634..a05499f6ef8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=libmupdf-pymupdf
pkgver=1.17.0
pkgrel=2
-pkgdesc='Lightweight PDF and XPS viewer with patch to build PyMuPDF'
+pkgdesc='Library for Lightweight PDF and XPS viewer with patch to build PyMuPDF'
arch=('x86_64')
url='https://mupdf.com/'
license=('AGPL3')
@@ -56,8 +56,6 @@ build() {
}
package() {
- pkgdesc='Library for Lightweight PDF and XPS viewer'
-
cd mupdf-${pkgver/_/}-source
make build=release prefix="$pkgdir"/usr install