diff options
author | kistlin | 2021-12-10 07:03:20 +0100 |
---|---|---|
committer | kistlin | 2021-12-10 07:03:20 +0100 |
commit | fa96eb6baeaa99c7c2d35b1aad5fff33e41db0b2 (patch) | |
tree | a8c078038fd9dfd05463557f8b72d44306021dc6 | |
parent | d235d301efaf365e486bb5125408f5cc2e72c068 (diff) | |
download | aur-fa96eb6baeaa99c7c2d35b1aad5fff33e41db0b2.tar.gz |
add git as dependency
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -1,10 +1,11 @@ pkgbase = pdfium-binaries-v8 pkgdesc = PDFium binaries with V8 and XFA built with scripts from pdfium-binaries pkgver = 4752 - pkgrel = 1 + pkgrel = 2 url = https://github.com/bblanchon/pdfium-binaries arch = x86_64 license = Apache + makedepends = git makedepends = ninja provides = libpdfium conflicts = libpdfium-nojs @@ -1,12 +1,12 @@ # Maintainer: pkgname=pdfium-binaries-v8 pkgver=4752 -pkgrel=1 +pkgrel=2 pkgdesc='PDFium binaries with V8 and XFA built with scripts from pdfium-binaries' arch=('x86_64') url='https://github.com/bblanchon/pdfium-binaries' license=('Apache') -makedepends=('ninja') +makedepends=('git' 'ninja') provides=('libpdfium') conflicts=('libpdfium-nojs' 'pdfium-binaries') |