summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTércio Martins2022-08-13 03:34:07 -0300
committerTércio Martins2022-08-13 03:34:07 -0300
commit82bdb303f15c3083a085b6a6e83c633883313ee5 (patch)
tree906cc18597f6292455c7392dbe04e7097fc6c3a0 /PKGBUILD
parent943f9ebc4dfb00059733791325e6596063cdfee9 (diff)
downloadaur-82bdb303f15c3083a085b6a6e83c633883313ee5.tar.gz
Insert "provides" variable in PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84d22fd68863..990e0b4e2d7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
# Maintainer: Tércio Martins <echo dGVyY2lvd2VuZGVsQGdtYWlsLmNvbQo= | base64 -d>
pkgname=openfx-gmic-git
-pkgver=Natron.2.4.1.r0.gad1b6cb
+pkgver=Natron.2.4.3.r0.g100d960
pkgrel=1
arch=('x86_64')
pkgdesc="OpenFX wrapper for the G'MIC framework"
url="https://github.com/NatronGitHub/openfx-gmic"
license=('custom:CeCILL-C' 'custom:CeCILLv2')
depends=('fftw' 'libgl' 'libpng')
-makedepends=('openmp')
+makedepends=('git' 'openmp')
_pkgname=${pkgname%-git}
_url=${url%/${_pkgname}}
conflicts=("${_pkgname}")
+provides=("${_pkgname}")
source=("${_pkgname}::git+${url}"
"openfx::git+${_url}/openfx")