diff options
author | Gaetan Bisson | 2015-06-08 11:20:16 -1000 |
---|---|---|
committer | Gaetan Bisson | 2015-06-08 11:20:16 -1000 |
commit | b354d21c6a4b51665325df8aeba29b3067e2b08e (patch) | |
tree | 1674454eb3c5a723035625db0cbff2e821936cec /.SRCINFO | |
download | aur-b354d21c6a4b51665325df8aeba29b3067e2b08e.tar.gz |
initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r-- | .SRCINFO | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 00000000000..16abe258fbc --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,25 @@ +pkgbase = mupdf-git + pkgdesc = Lightweight PDF, XPS and CBZ viewer + pkgver = 20150605.c22548d + pkgrel = 1 + url = http://mupdf.com/ + arch = i686 + arch = x86_64 + arch = armv7h + license = GPL3 + makedepends = git + depends = freetype2 + depends = jbig2dec + depends = libjpeg + depends = libxext + provides = mupdf=1.7.git + conflicts = mupdf + options = staticlibs + backup = usr/bin/mupdf + source = git://git.ghostscript.com/mupdf.git + source = desktop + sha1sums = SKIP + sha1sums = 31573e5da3fbf0162c0926511fc9858f2052fa6c + +pkgname = mupdf-git + |